Has anyone successfully run an AdHoc report using curl? starting with the boilerplate example from Reporting Basics <https://developers.google.com/adwords/api/docs/guides/reporting#http-request> and The AdWords Query Language <https://developers.google.com/adwords/api/docs/guides/awql#adhoc-reports>.
I am sending this: curl -X "POST" "https://adwords.google.com/api/adwords/reportdownload/v201409" \ -H "clientCustomerId: xxx-xxx-xxx" \ -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "developerToken: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "__rdquery=SELECT+Name+FROM+KEYWORDS_PERFORMANCE_REPORT+DURING+20140101,20141231" \ -d "__fmt=CSV" \ but this is what I get back... <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <reportDownloadError><ApiError><type> QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED</type><trigger><null> </trigger><fieldPath></fieldPath></ApiError></reportDownloadError> I am wondering if it has to do with the fact that I require 2 accounts and 3 service configs? 1. mcc on prod account 2. mcc on test account 3. developers console on prod account each has 'billing setups". I went back and configured billing all the way around, but same result. Any assistance is GRATEFULLY appreciated!!! -Jim -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f5a201c0-9e1d-43fa-8aba-ae4c8ada6569%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
