Re: can't create TemplateAd anymore with API upgrade

2011-07-07 Thread Anash P. Oommen
Hi, You are using template id 13, that's a Youtube promoted video (and hence the requirement for videoId). See http://code.google.com/apis/adwords/docs/appendix/templateads.html#pyv_ad for details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: can't create TemplateAd anymore with API upgrade

2011-07-06 Thread bgraves
Yes, but my issue is the fact that I don't want or have a video. Why does TemplateAd require one?? On Jul 5, 11:34 pm, "Anash P. Oommen" wrote: > Hi, > > AdWords API doesn't allow you to upload videos, so you have to upload the > video, get the videoId using MediaService and then use it. > Seeh

Re: can't create TemplateAd anymore with API upgrade

2011-07-05 Thread Anash P. Oommen
Hi, AdWords API doesn't allow you to upload videos, so you have to upload the video, get the videoId using MediaService and then use it. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/AddAds.php for an example on how to add a video ad. http://code.goo

Re: can't create TemplateAd anymore with API upgrade

2011-07-05 Thread bgraves
Again, why is it giving me an error on videoId? Is this required in the current API? How can I create a TemplateAd just like my existing one that doesn't have a videoId? If I need a videoId, where do I get it? Make one up??? On Jul 5, 12:43 am, "Anash P. Oommen" wrote: > Hi, > > I don't think

Re: can't create TemplateAd anymore with API upgrade

2011-07-05 Thread Anash P. Oommen
Hi, I don't think this is related to a version upgrade. The API error is complaining about missing template field "videoId". Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

can't create TemplateAd anymore with API upgrade

2011-06-29 Thread bgraves
In my code, I'm creating a new TemplateAd and then setting it with the same fields (just changing the destination URL) from another TemplateAd. For some reason, it's throwing an exception on a "videoId" field which isn't even in the original TemplateAd. Is this field a requirement (even if it's a