Re: EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId;

2010-08-10 Thread Christian Fuentes
hat you include this information in the request. > > Best, > - Eric > > On Aug 8, 6:56 pm, Christian Fuentes wrote: > > > > > But the thing is that I've already created campaigns, ad groups and > > text ads. I don't know why in the keywords gives me the

Re: EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId;

2010-08-08 Thread Christian Fuentes
t; and not including a clientEmail or clientCustomerId header to specify > which client to operate against. > > Best, > - Eric Koleda, AdWords API Team > > On Aug 6, 11:17 am, Christian Fuentes wrote: > > > > > Oh, BTW, the exactly same code (with different credentials) work

Re: EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId;

2010-08-06 Thread Christian Fuentes
Oh, BTW, the exactly same code (with different credentials) worked OK in the sandbox environment On 6 ago, 17:08, Christian Fuentes wrote: > I searched in the group before but I forgot to say that I'm using > (float) before the adgroup id to convert it. > > On 6 ago, 16:51,

Re: EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId;

2010-08-06 Thread Christian Fuentes
I searched in the group before but I forgot to say that I'm using (float) before the adgroup id to convert it. On 6 ago, 16:51, Christian Fuentes wrote: > I'm getting this error for an ad group id that exists (check with the > same API) when adding a new keyword. Anyon

EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId;

2010-08-06 Thread Christian Fuentes
I'm getting this error for an ad group id that exists (check with the same API) when adding a new keyword. Anyone can give a tip? EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'1954082482' [0] => SoapVar Object ( [enc_type] => 0

Re: Check operations in SANDBOX

2010-08-03 Thread Christian Fuentes
s On 2 ago, 16:18, Christian Fuentes wrote: > Wow, thanks I didn't know about that. > > On 2 ago, 13:37, AdWords API Advisor > wrote: > > > > > Hi Christian, > > > You can use thesandboxaccount viewer to see the objects you create > > in the AdWord

Re: Check operations in SANDBOX

2010-08-02 Thread Christian Fuentes
... > for details on sandbox account viewer. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Aug 2, 3:13 pm, Christian Fuentes wrote: > > > > > Hi, > > > I've created a new campaign in the sandbox with the API and the result &

Check operations in SANDBOX

2010-08-02 Thread Christian Fuentes
Hi, I've created a new campaign in the sandbox with the API and the result was: Campaign with name "SANDBOX 01" and id "89462" was added. How can I check it's data and configuration, I went to http://adwords-sandbox.google.com and logged with the same credentials but I can't see the campaign the

Re: Got "Fault occurred while processing" error

2010-07-29 Thread Christian Fuentes
this case. > > Best, > - Eric Koleda, AdWords API Team > > On Jul 28, 11:28 am, Christian Fuentes wrote: > > > > > Trying to add a ReportDefinition I got this error, but the code is the > > same as the example called AddKeywordsPerformanceReportDefinition, and > &g

Sandbox initialization

2010-07-29 Thread Christian Fuentes
After some problema getting used to the Adwords API I finally got it working, now I'd like to run some deep tests, like creating campagins, changing bids, ... but I wan't start this tests in production. Is there a way to export one or more productions campaigns to the sandbox environment to test it

Got "Fault occurred while processing" error

2010-07-28 Thread Christian Fuentes
Trying to add a ReportDefinition I got this error, but the code is the same as the example called AddKeywordsPerformanceReportDefinition, and the credentials are OK (I got all my campaigns and adGroups from the API). This is the code $adwords = new AdWordsUser(NULL, $email, $password, $develo

Re: INVALID_TOKEN_HEADER error

2010-07-28 Thread Christian Fuentes
r > throws an error because of one of the following reasons: > - the email account you are using is a gmail account, but not an > adwords account. > - the clientEmail account is not a valid adwords account. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > >

INVALID_TOKEN_HEADER error

2010-07-27 Thread Christian Fuentes
Sorry for the newbie question but I got the sandbox environment working ok, made some tests, but when I tried to get all campaigns in "not sandbox" mode I got this error Fatal error: Uncaught SoapFault exception: [soap:Server] QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'em...@email.com' I'v