Hi, The video ads you create using the web interface's "Display Ad Builder" will be returned as TemplateAds in v2009:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.TemplateAd.html The specific template being used, such as "Click to Play" or "In- Stream", is noted by the field templateId. We are still working on how best to expose the currently available templates, but a few get() requests will allow you to determine the mapping yourself. Best, - Eric On Dec 30, 10:45 am, "j.e.frank" <[email protected]> wrote: > Thanks for the reply. Is there a way to find out the specific type of > ad through other API services? I can't see anything in the > AdGroupAdService that would let me distinguish these ads from one > another, but maybe I am missing something. My first preference would > be to find out through the report, since that lets me get the ad type > information at the same time as I am retrieving performance data, but > really I'm just looking for any automated way to get it. > > On Dec 30, 10:26 am, AdWords API Advisor > > > > <[email protected]> wrote: > > Hi, > > > Unfortunately that level of detail isn't exposed through reporting, in > > both the web interface and API. > > > Best, > > - Eric Koleda, AdWords API Team > > > On Dec 30, 9:20 am, "j.e.frank" <[email protected]> wrote: > > > > I'm trying to write a report that will show stats for our campaigns > > > that have video ads, and I want to distinguish between "click-to-play" > > > video ads and "pre-roll" video ads. I'm running a Creative report > > > (aka Ad Performance in the UI) to get the data. The problem I have > > > is that both kinds of video ads come through in the XML as > > > creativeType="gadgetTemplate". How can I tell which specific type of > > > ad it is? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
