if (FALSE) {
# api_key needs to be provided by the user.
my_googleads_data <- fetch_googleads(api_key = "your api key",
date_from = "2022-10-01",
date_to = "2022-10-02",
fields = c("campaign", "clicks",
"spend", "impressions", "date"))
}
Run the code above in your browser using DataLab