Hi  Anash P. Oommen,  Danial Klimkin,
*
*
I am also having the exact same problem as mentioned by Rodrigo Berlinck. I 
am using the adword repository located at *
http://google-api-adwords-php.googlecode.com/svn/trunk*

When I try to call:

*File:* 
google-api-adwords-php/examples/v201109/BasicOperations/AddCampaigns.php
*Response:* An error has occurred: 
[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0], 
OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[1]]

*File:*google-api-adwords-php/examples/v201109/BasicOperations/GetCampaigns.php
*Response:* No campaigns were found.

*File:* auth.ini
*Contents:*
email = "<my_email_id>@gmail.com"
password = "<my_password>"
userAgent = "adwords tool"
developerToken = " <my_email_id>@gmail.com ++USD"

; Uncomment to make requests against a client account.
;clientId = "111-111-1111"

; 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"


*File:* settings.ini
*Contents:*
[LOGGING]
; Log directory is either an absolute path, or relative path to the
; AdWordsUser.php file.
PATH_RELATIVE = "1"
LIB_LOG_DIR_PATH = "../../../../../../logs"

[SERVER]
DEFAULT_VERSION = "v201109"

; Change to https://adwords-sandbox.google.com to work in the sandbox
; environment.
;DEFAULT_SERVER = "https://adwords.google.com";
DEFAULT_SERVER = "https://adwords-sandbox.google.com";
...
..
.

Any reason as to why I am also getting the same errors? Any help will be 
really appreciated.


On Monday, March 26, 2012 5:42:50 PM UTC+5:30, 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. Onc​e youhave registered as a developer, Can you access
>>  yo​ur AdWords API Center to manag​eyour 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, Accoun​​​t Name / 
>>>> Login, Link Status) 0, rodrigode...@gmail.com, 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: @AuthenticationE​​​rror.CUSTOMER_NOT_FOUND; tri​g​g​er: 
>>>>>> '464-032-1572 'Service​[C​am​paignService.get]" 
>>>>>>
>>>>>> this is my auth.ini file
>>>>>>
>>>>>> email = "rodrigode...@gmail.com"
>>>>>> password = "********"
>>>>>> userAgent = "Rodrigo Developer"
>>>>>> developerToken = "rodrigode...@gmail.com++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] => @ 
>>>>>>>> Authentication​​​Error.CUSTOMER_NOT_FOUND;tri​g​g​er: '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 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

Reply via email to