I am using R to download data from Adwords. I have an API which has been 
approved for Basic Access.

Below is my Code
client_id <- "XXXXXXXXXXX"
client_secret <- "XXXXXXXXXXXX"

developer_token <- "XXXXXXXXXXXXX"
google_auth <- doAuth()

body <- statement(select=c('Clicks','AveragePosition','Cost','Ctr'),
                  report="ACCOUNT_PERFORMANCE_REPORT",
                  start="2018-01-01",
                  end="2018-03-28")


data <- getData(clientCustomerId='307-087-9687',
                google_auth=google_auth,
                statement=body, #object created with statement()
                transformation = TRUE, #data are transformed from xml text 
to R dataframe
                changeNames = TRUE) 



 Below is my error message:
1 <?xml version="1.0" encoding="UTF-8" 
standalone="yes"?><reportDownloadError><ApiError><type>ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH</type><trigger></trigger><fieldPath>selector.reportDefinition</fieldPath></ApiError></reportDownloadError>

-- 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d5ef5369-f646-43ae-b4d7-32c343b9f92a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Error messag... Marketing Marketing
    • Re: Err... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
    • Re: Err... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum

Reply via email to