Hello,

 If you're writing your code in PHP, have you considered using the
APIlity client library? It would probably end up being simpler than
implementing everything yourself based on the samples.

  http://google-apility.sourceforge.net/

 Based on your description of your initial error, if you're sure that
your SOAP request XML looks correct, it might be that your HTTPS POST
is being sent to an incorrect SOAP endpoint. Each AdWords API service
has a different SOAP endpoint, and when posting to the Sandbox's
AdGroupService, for instance, you should ensure that the HTTPS request
is being sent to https://sandbox.google.com/api/adwords/v13/AdGroupService
(or v12 if you're using that).

Cheers,
-Jeff Posnick, AdWords API Team


On Jan 7, 10:41 am, purdue512 <a...@hubshout.com> wrote:
> 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 <a...@hubshout.com> wrote:
>
> > Can anyone help on this? I've dumped in several days and am totally
> > stuck here. Thx
>
> > On Jan 6, 5:59 pm, purdue512 <a...@hubshout.com> wrote:
>
> > > 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.newData.keywordMaxCpc = '100000';
> > >  AdGroup.newData.name = 'New Ad Group Name';
>
> > > data = myvar.addAdGroup(AdGroup);
>
> > > Also - My headers are working fine on campaign operations, so I don't
> > > think it's that.
>
> > > Any help?
--~--~---------~--~----~------------~-------~--~----~
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