if (FALSE) {
my_googleanalytics_data <- fetch_googleanalytics(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