Skip to content

Commit

Permalink
Reset back to previous commit before bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csalvato committed Jul 6, 2016
1 parent 26447b4 commit 1c57d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview_report.r
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ to = end_date = paste(toString(Sys.Date() - days(0)), "03:59:59")

bing_keywords_elog <- create_bing_event_log(from=start_date, to=end_date)
adwords_keywords_elog <- create_adwords_event_log(from=start_date, to=end_date)
gdn_elog <- create_google_display_event_log(from, to)
gdn_elog <- create_google_display_event_log(from, to)

###################################### CREATE AdWords Plots and CSVs ##############################################
PowerSupplyUtilities::search_engine_marketing_report( adwords_keywords_elog,
Expand Down

0 comments on commit 1c57d93

Please sign in to comment.