Re: Service code for the adwords API

2010-11-11 Thread purdue512
s you are referring to ClientLogin API > athttp://code.google.com/apis/accounts/docs/AuthForInstalledApps.html. > If yes, the service code for AdWords API is "adwords" (all letters in > small case, without quotes). > > Cheers, > Anash P. Oommen, > AdWords API

Service code for the adwords API

2010-11-10 Thread purdue512
"Name of the Google service you're requesting authorization for. Each service using the Authorization service is assigned a name value; for example, the name associated with Google Calendar is 'cl'. This parameter is required when accessing services based on Google Data APIs. For specific service n

Authentication under 201008

2010-11-10 Thread purdue512
We are an agency and had many calls running under v13. In all cases, we used the following variables in the soap header for authentication: clientCustomerId email password useragent developerToken applicationToken NOTICE that we did not need to use an auth token because we had all customers under

AdWords API Re: "developer token is invalid" error with existing, approved, valid developer token...?

2009-01-14 Thread purdue512
Nevermind Jeff... Our bad! Hope I got this posted before you wasted any time looking at it. On Jan 14, 4:31 pm, purdue512 wrote: > Hi again Jeff. > > We are also getting a response of: > > faultstring: The developer token is invalid. > > for a call to the C

AdWords API Re: "developer token is invalid" error with existing, approved, valid developer token...?

2009-01-14 Thread purdue512
Hi again Jeff. We are also getting a response of: faultstring: The developer token is invalid. for a call to the CriterionService using updateCriteria. Two things are odd: 1) This exact code works in the Sandbox. 2) The headers we are using work in Prod for pulling back Campaigns, Adgroups an

AdWords API Re: addAdGroup documentation confusion

2009-01-07 Thread purdue512
            Enabled >                                                 > #attributes.adgroupname# >                                                 > #(attributes.maxcpc * 100)# >                                         >                         >                 >         > > >         > > > https:

AdWords API Re: addAdGroup documentation confusion

2009-01-07 Thread purdue512
;re sending XML that looks exactly like what's shown in the > examples but your requests are still failing then that's another > matter entirely, and providing the log of the SOAP response message > you're receiving would be helpful for us to debug possible causes. > >

AdWords API Re: addAdGroup documentation confusion

2009-01-07 Thread purdue512
created. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jan 7, 10:01 am, purdue512 wrote: > > > Hi there. > > > Your XML example for the addAdGroup method in the AdGroup service > > shows: > > >     > >     > >       INSERT_CAMPAIGN_I

AdWords API Re: Web service operation "addAdGroup" could not be found

2009-01-07 Thread purdue512
Now I'm getting even more suspicious. I ran the example PHP code for addAdGroup and it does not seem to run. Can anyone confirm that the addAdGroup method in the AdGroup service is running in Sandbox? Thx On Jan 7, 9:25 am, purdue512 wrote: > Can anyone help on this? I've dump

AdWords API Re: Web service operation "addAdGroup" could not be found

2009-01-07 Thread purdue512
Can anyone help on this? I've dumped in several days and am totally stuck here. Thx On Jan 6, 5:59 pm, purdue512 wrote: > I'm getting Web service operation "addAdGroup" could not be found back > from the AdGroupService. I am submitting the following structure (with &

AdWords API addAdGroup documentation confusion

2009-01-07 Thread purdue512
Hi there. Your XML example for the addAdGroup method in the AdGroup service shows: INSERT_CAMPAIGN_ID_HERE 10 Sample Ad Group Enabled However, the v13 WSDL shows: and then for AdGroup: So it would seem to

AdWords API Web service operation "addAdGroup" could not be found

2009-01-06 Thread purdue512
I'm getting Web service operation "addAdGroup" could not be found back from the AdGroupService. I am submitting the following structure (with nested structure) - which looks find to me when I dump it. AdGroup = StructNew(); AdGroup.campaignID = '3943'; AdGroup.newData = StructNew(); AdGroup.n

AdWords API Re: "five sandbox client accounts are automatically created" - HOW?

2009-01-06 Thread purdue512
rt from step 2 to recreate them. > Sandbox refreshes happen about once a month. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jan 5, 6:41 pm, purdue512 wrote: > > > I also found the following posted elsewhere. This doesn't exactly > > clear it up for me

AdWords API Re: "five sandbox client accounts are automatically created" - HOW?

2009-01-05 Thread purdue512
P@ On Jan 5, 6:25 pm, purdue512 wrote: > Your instructions for getting an Adwords account up and running in the > sandbox say: > > "When you first access a web service in the sandbox, five sandbox > client accounts are automatically created for you. You can work with >

AdWords API Re: Client managers cannot have campaigns of their own. [While testing with sandbox]

2009-01-05 Thread purdue512
Sure. I hit this too. And quickly realized after re-reading the instructions that you need to call the sandbox with different email accounts that correspond to fake sandbox accounts... But see: http://groups.google.com/group/adwords-api/browse_thread/thread/7dcbb0ecbcacd104 How do you know what

AdWords API "five sandbox client accounts are automatically created" - HOW?

2009-01-05 Thread purdue512
Your instructions for getting an Adwords account up and running in the sandbox say: "When you first access a web service in the sandbox, five sandbox client accounts are automatically created for you. You can work with these client accounts by setting the clientEmail header appropriately." I see