Hi!
I'm trying to get Historical metrics from Adwords API. I'm using R language
and Radwords package.
My code:
historical_query <- statement(select = c('Id',
'HistoricalLandingPageQualityScore',
'HistoricalCreativeQualityScore',
'HistoricalQualityScore',
'HistoricalSearchPredictedCtr'),
report = "KEYWORDS_PERFORMANCE_REPORT",
start = "2020-08-17",
end = "2020-08-18")
historical_data <- getData(clientCustomerId = accounts_list$ID[8],
google_auth = google_auth,
statement = historical_query,
transformation = T,
apiVersion = "201809")
As a result, I received only HistoricalQualityScore. What is the problem
with the other three metrics??? And yes, I see all historical metrics in
Adwords UI.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/d765af58-a10c-4868-9df7-95422c2cb841n%40googlegroups.com.