Hi Danial, I've created a MCC account. Anash mentioned before (*1. Run GetCampaigns code example. This initializes the sandbox and creates 5 test sandbox accounts.*). I've done it and I only got "No campaigns were found". I've also tried *GetAccountHieriarchy *and I got (Customer Id, Account Name/Login, Link Status) 0, [email protected], N/A.
This is the content of auth.ini: *email = "[email protected]"* *password = "XXXXXXXX"* *userAgent = "Adlegant Tool"* *applicationToken = "ignored"* *developerToken = "[email protected]++EUR"* * * *; Uncomment to make requests against a client account.* *;clientId = "XXX-XXX-XXXX"* *etc.....* * * I've tried to AddCampaign and I got *AuthenticationError.CUSTOMER_NOT_FOUND. * Indeed, the customer who I am trying to create the campaign exists) * * * * Kind regards. On Monday, 26 March 2012 14:12:50 UTC+2, Danial Klimkin wrote: > > Hello Rodrigo, > > > For Sandbox yo do not need to apply for a token, it is required for > Production only. > > The AdWords API Center is available for MCC accounts only. Please see: > > http://support.google.com/adwords/agency/bin/answer.py?hl=en&answer=7725 > > > -Danial, AdWords API Team. > > > > > On Friday, March 23, 2012 5:10:25 PM UTC+4, Rodrigo Berlinck wrote: >> >> the documentation says that we need to associate an account Adwords api >> developer in"igning up is easy. All you need to get started is an active >> AdWords account. Once youhave registered as a developer, Can you access >> your AdWords API Center to manageyour token and budget settings. " >> >> click on link: >> https://adwords.google.com/select/ApiCenter<https://adwords.google.com/select/ApiCenter> >> nothing happens, this is a mistake? >> >> >> Em quinta-feira, 22 de março de 2012 14h23min48s UTC-3, Rodrigo Berlinck >> escreveu: >>> >>> it does not really work for me >>> >>> Em segunda-feira, 19 de março de 2012 21h49min01s UTC-3, Rodrigo >>> Berlinck escreveu: >>>> >>>> hello, >>>> commented as you said and returned "(Customer ID, Account Name / >>>> Login, Link Status) 0, [email protected], N / A" >>>> >>>> if I try to create a campaign it returns "ADD_OPERATION_NOT_PERMITTED" >>>> >>>> I tried using a different e-mail that you recommended to other users >>>> but I get the API errorINTERNAL ERROR >>>> >>>> thanks >>>> >>>> Em segunda-feira, 19 de março de 2012 06h18min00s UTC-3, Anash P. >>>> Oommen escreveu: >>>>> >>>>> Hi Rodrigo, >>>>> >>>>> Forgot to mention, please comment out the clientId key in your >>>>> auth.ini when running GetCampaigns.php and GetAccountHierarchy.php >>>>> against >>>>> the sandbox and they will work for you. >>>>> >>>>> Cheers, >>>>> Anash P. Oommen, >>>>> AdWords API Advisor. >>>>> >>>>> >>>>> On Friday, 16 March 2012 18:26:18 UTC+5:30, Rodrigo Berlinck wrote: >>>>>> >>>>>> i using php client library. >>>>>> >>>>>> I tested the GetCampaingns but it returns the error "An error has >>>>>> occurred: @AuthenticationError.CUSTOMER_NOT_FOUND; trigger: >>>>>> '464-032-1572 'Service[CampaignService.get]" >>>>>> >>>>>> this is my auth.ini file >>>>>> >>>>>> email = "[email protected]" >>>>>> password = "********" >>>>>> userAgent = "Rodrigo Developer" >>>>>> developerToken = "[email protected]++USD" >>>>>> >>>>>> ; Uncomment to make requests against a client account. >>>>>> clientId = "464-032-1572" >>>>>> >>>>>> ; Uncomment the following to use an existing AuthToken. >>>>>> ; authToken = "INSERT_AUTH_TOKEN_HERE" >>>>>> >>>>>> ; Uncomment the following to use existing OAuth information. >>>>>> ; [OAUTH] >>>>>> ; oauth_consumer_key = "INSERT_OAUTH_CONSUMER_KEY_HERE" >>>>>> ; oauth_consumer_secret = "INSERT_OAUTH_CONSUMER_SECRET_HERE" >>>>>> ; oauth_token = "INSERT_OAUTH_TOKEN_HERE" >>>>>> ; oauth_token_secret = "INSERT_OAUTH_TOKEN_SECRET_HERE" >>>>>> >>>>>> >>>>>> I tested with auth token but also gives error >>>>>> >>>>>> >>>>>> thanks for your help >>>>>> >>>>>> Em sexta-feira, 16 de março de 2012 06h42min47s UTC-3, Anash P. >>>>>> Oommen escreveu: >>>>>>> >>>>>>> Hi Rodrigo, >>>>>>> >>>>>>> 464-032-1572 looks like a production account, not a sandbox >>>>>>> account. To use the sandbox, you should >>>>>>> >>>>>>> 1. Run GetCampaigns code example. This initializes the sandbox and >>>>>>> creates 5 test sandbox accounts. >>>>>>> 2. Run GetAccountHierarchy code example. This will return the >>>>>>> customer ids of the 5 sandbox accounts you just created. >>>>>>> 3. Use one of the accounts retrieved in (2) to make calls to the >>>>>>> sandbox. >>>>>>> >>>>>>> Are you using a client library? Which programming language are you >>>>>>> using? >>>>>>> >>>>>>> Cheers, >>>>>>> Anash P. Oommen, >>>>>>> AdWords API Advisor. >>>>>>> >>>>>>> On Friday, 16 March 2012 01:00:40 UTC+5:30, Rodrigo Berlinck wrote: >>>>>>>> >>>>>>>> I'm having problems when applying for the sandbox, it is generating >>>>>>>> the error "SoapFaultObject ([message: protected] => @ >>>>>>>> AuthenticationError.CUSTOMER_NOT_FOUND;trigger: '464-032-1572 >>>>>>>> '" >>>>>>>> >>>>>>>> I spent all the data correctly ... >>>>>>>> >>>>>>>> Anyone know what happens? >>>>>>>> >>>>>>>> thks >>>>>>>> >>>>>>> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
