Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
favstats committed Nov 20, 2023
1 parent 6f7ab2c commit 1cf779c
Show file tree
Hide file tree
Showing 24 changed files with 56,784 additions and 290 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/r30.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "30 Timeframe"
on:
push:
branches:
- main
schedule:
- cron: '0 23,0,11,12 * * *'

Expand Down
3 changes: 2 additions & 1 deletion _site/spending.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ saveRDS(hc_data_cum_raw, "../data/hc_data_cum_raw.rds")

```{r}
hc_data_cum_raw <- readRDS("../data/hc_data_cum_raw.rds") %>%
drop_na(colors)
drop_na(colors) %>%
filter(party != "Alliantie")
color_order <- hc_data_cum_raw %>%
Expand Down
Binary file modified data/all_dat.rds
Binary file not shown.
59 changes: 32 additions & 27 deletions data/comparison.csv
Original file line number Diff line number Diff line change
@@ -1,35 +1,40 @@
Date,cumulative_spend,days_until,election
2023-11-13,6276,9,2023
2023-11-13,6280,9,2023
2023-11-13,0,9,2023
2023-11-13,21953,9,2023
2023-11-13,2011,9,2023
2023-11-13,57698,9,2023
2023-11-13,66644,9,2023
2023-11-13,10855,9,2023
2023-11-13,106207,9,2023
2023-11-13,66654,9,2023
2023-11-13,10942,9,2023
2023-11-13,109808,9,2023
2023-11-13,18637,9,2023
2023-11-13,59980,9,2023
2023-11-13,202532,9,2023
2023-11-13,22028,9,2023
2023-11-13,59982,9,2023
2023-11-13,0,9,2023
2023-11-13,203163,9,2023
2023-11-13,22163,9,2023
2023-11-13,335,9,2023
2023-11-13,0,9,2023
2023-11-13,3012,9,2023
2023-11-13,31895,9,2023
2023-11-13,0,9,2023
2023-11-13,0,9,2023
2023-11-13,31975,9,2023
2023-11-13,11337,9,2023
2023-11-13,48807,9,2023
2023-11-13,12378,9,2023
2023-11-13,64390,9,2023
2021-03-06,17996,9,2021
2021-03-06,14478,9,2021
2021-03-06,9976,9,2021
2021-03-06,470097,9,2021
2021-03-06,32816,9,2021
2021-03-06,205605,9,2021
2021-03-06,15677,9,2021
2021-03-06,75955,9,2021
2021-03-06,267544,9,2021
2021-03-06,23251,9,2021
2021-03-06,10725,9,2021
2021-03-06,26998,9,2021
2021-03-06,17739,9,2021
2021-03-06,96883,9,2021
2021-03-06,174823,9,2021
2021-03-06,29992,9,2021
2023-11-13,49308,9,2023
2023-11-13,12991,9,2023
2023-11-13,64494,9,2023
2021-03-06,13996,9,2021
2021-03-06,12928,9,2021
2021-03-06,8776,9,2021
2021-03-06,427947,9,2021
2021-03-06,22866,9,2021
2021-03-06,166855,9,2021
2021-03-06,13577,9,2021
2021-03-06,71205,9,2021
2021-03-06,201844,9,2021
2021-03-06,22101,9,2021
2021-03-06,8325,9,2021
2021-03-06,22948,9,2021
2021-03-06,10539,9,2021
2021-03-06,84433,9,2021
2021-03-06,123023,9,2021
2021-03-06,28642,9,2021
Binary file modified data/ggl_daily_spending.rds
Binary file not shown.
Binary file modified data/ggl_spend.rds
Binary file not shown.
Binary file modified data/hc_data_cum_raw.rds
Binary file not shown.
28,326 changes: 28,326 additions & 0 deletions extracted/FacebookAdLibraryReport_2023-11-15_NL_lifelong_advertisers.csv

Large diffs are not rendered by default.

28,302 changes: 28,302 additions & 0 deletions extracted/old/FacebookAdLibraryReport_2023-11-14_NL_lifelong_advertisers.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion get_audiences.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sets <- jsonlite::fromJSON("settings.json")

if(Sys.info()[["sysname"]]=="Windows"){
### CHANGE ME WHEN LOCAL!
tf <- "7"
tf <- "30"
}

jb <- get_targeting("7860876103", timeframe = glue::glue("LAST_90_DAYS"))
Expand Down
Binary file modified lifelong/NL.rds
Binary file not shown.
26 changes: 0 additions & 26 deletions out/AlternateServices.txt

This file was deleted.

1 change: 0 additions & 1 deletion out/ShutdownDuration.json

This file was deleted.

4 changes: 0 additions & 4 deletions out/SiteSecurityServiceState.txt

This file was deleted.

1 change: 0 additions & 1 deletion out/Telemetry.ShutdownTime.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1cf779c

Please sign in to comment.