library(rgoogleads)
library(gargle)
token <- token_fetch()
token
gads_auth(email = 'xx@gmail.com'
Authentication complete.
ad_group_report <- gads_get_report(
resource = "ad_group",
fields = c("ad_group.campaign",
"ad_group.id",
"ad_group.name",
"ad_group.status",
"metrics.clicks",
"metrics.cost_micros"),
date_from = "2021-01-08",
date_to = "2021-01-10",
where = "ad_group.status = 'ENABLED'",
order_by = c("metrics.clicks DESC", "metrics.cost_micros")
)
i Multi account request
! The request you sent did not return any results, check the entered parameters and repeat the opposition.
为什么我会收到此错误?我从来没有收到过它的Radwords
包裹。我在哪里提到多个帐户的论点?
https://cran.r-project.org/web/packages/rgoogleads/rgoogleads.pdf