Hi Jim,

You only need to set up billing and accept terms and conditions on the 
production MCC. Per our Common Errors guide 
<https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED>,
 
if you've already set up billing *and* accepted terms and you're still 
getting this error, you can contact the API Compliance team 
<https://services.google.com/fb/forms/apicontact/> for assistance.

Cheers,
Josh, AdWords API Team

On Wednesday, November 19, 2014 1:14:47 PM UTC-5, James Randell wrote:
>
> 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>
> &lt;null&gt;
> </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/b4b32693-a834-4dde-8e96-65f467088c0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to