I have just noticed probably something wrong while I'm trying to ad a new
adGroup with the v13 sandbox adwords api .
I'm receiving the error msg 'The developer token is invalid' even when I'm
using the exactly header used to create a new campaign.

_____________________
Eric M Gomes
55 11 9950 3930
www.octavarium.com.br
www.google.com/profiles/OctavariumTecnologia







On Tue, Sep 1, 2009 at 02:54, Ravindra Saklecha <ravind...@cybage.com>wrote:

>  Hi,
>
>      I recreated my data after the DB was refreshed but now I am not able
> to update the TextAd URLs and Display URLs. Can somebody point out if I am
> missing anything or this is an issue with the sandbox API itself?
>
> This is the code I tried using. (It’s from the samples)
>
> AdGroupAd adGroupAd = new AdGroupAd();
> adGroupAd.statusSpecified = true;
> adGroupAd.status = AdGroupAdStatus.ENABLED;
> adGroupAd.adGroupId = long.Parse("5000001125");
> adGroupAd.adGroupIdSpecified = true;
> adGroupAd.ad = new Ad();
> adGroupAd.ad.id = long.Parse("1154");
> adGroupAd.ad.idSpecified = true;
> adGroupAd.ad.displayUrl = www.MySite.com;
> AdGroupAdOperation adGroupAdOperation = new AdGroupAdOperation();
> adGroupAdOperation.operatorSpecified = true;
> adgroupadoperati...@operator = Operator.SET;
> adGroupAdOperation.operand = adGroupAd;
>
> AdGroupAdReturnValue result = service.mutate(new AdGroupAdOperation[]
> {adGroupAdOperation});
>
> I was able to create data using this code.
>
> Regards,
> Ravi.
>
> >  "Legal Disclaimer: This electronic message and all contents contain
> information from Cybage Software Private Limited which may be privileged,
> confidential, or otherwise protected from disclosure. The information is
> intended to be for the addressee(s) only. If you are not an addressee, any
> disclosure, copy, distribution, or use of the contents of this message is
> strictly prohibited. If you have received this electronic message in error
> please notify the sender by reply e-mail to and destroy the original message
> and all copies. Cybage has taken every reasonable precaution to minimize the
> risk of malicious content in the mail, but is not liable for any damage you
> may sustain as a result of any malicious content in this e-mail. You should
> carry out your own malicious content checks before opening the e-mail or
> attachment."
> www.cybage.com
>

--~--~---------~--~----~------------~-------~--~----~
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