Hi Steve,

That error is due to the same issue mentioned in this post 
<https://groups.google.com/d/msg/adwords-api/Een4QNwVXtI/M0NOt1m9ffUJ>. 
Your test CID is for an *MCC*, but you cannot create campaigns in an MCC. 
You'll want to create a child test *AdWords* (non-MCC) account under your 
test MCC, and then specify the child's CID in the header.

Cheers,
Josh, AdWords API Team

P.S. As you guessed, it generally is better to post a new topic when you 
have a new, unrelated question. This makes it easier for people to find 
relevant topics when they search the forum. No need to split this one off 
at this point, though -- I mention this just for future reference. :)

On Friday, September 26, 2014 1:06:17 PM UTC-4, Steve Renaker wrote:
>
> Hi Josh,
>
> I got hold of the compliance group and got the T&C issue sorted out, but 
> now I've got another error I can't get past. When I try to add a new 
> campaign through my test account I get this error:
>
> suds.WebFault: Server raised fault: 
> '[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class 
> campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN]'
>
> If I should start a new thread for this, just let me know. I see the 
> question has been asked before, but not recently, and I wasn't able to get 
> any useful help from the answers. I'm using the developer token from my 
> production MCC account (listed below) and the CID from my test account 
> (also listed below). 
>
> Thanks,
>
> - Steve
>
>
> On Tuesday, September 23, 2014 12:06:23 PM UTC-7, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Steve,
>>
>> I confirmed that your prod MCC does not show Terms & Conditions as 
>> accepted. Please go through the steps outlined in the Common Errors Guide 
>> <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError>
>>  for 
>> trying to accept Terms & Conditions and if you still get that error (or are 
>> unable to accept Terms & Conditions), contact the API Compliance team via 
>> the link in the guide.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, September 22, 2014 5:47:21 PM UTC-4, Steve Renaker wrote:
>>>
>>> Hi Josh -- I hope you don't mind if I jump into this thread, since I'm 
>>> having a similar issue which I hope you can help with. I've followed the 
>>> instructions to set up an AdWords API test account, with the Python client. 
>>> I'm trying to send requests to the production MCC account, but I can't get 
>>> past the INCOMPLETE_SIGNUP error. Here are the customer IDs:
>>>
>>> Production: 587-024-9783
>>> Test: 513-692-2134
>>>
>>> Here's the request code:
>>>
>>> from googleads.adwords import AdWordsClient
>>> import googleads.common
>>>
>>> client = AdWordsClient.LoadFromStorage()
>>> campaign_service = client.GetService('CampaignService')
>>> request = campaign_service.mutate()
>>>
>>> I know that request wouldn't do anything even if it worked, but it's the 
>>> minimum necessary code to generate the error. The production account 
>>> billing information is filled in, so I assume somebody must have agreed to 
>>> the terms and conditions. I'm pretty sure my googleads.yaml file is set up 
>>> correctly, with the developer token from the production account and the 
>>> client_customer_id set to the test account CID, and the other necessary 
>>> values filled in, but still the INCOMPLETE_SIGNUP error persists. Any 
>>> guidance?
>>>
>>> Thanks very much,
>>>
>>> - Steve
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/14cbae07-74e7-4139-bb48-877c92cdaa15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to