Uses of Class
com.google.api.ads.dfp.axis.v201201.Creative

Packages that use Creative
com.google.api.ads.dfp.axis.v201201   
 

Uses of Creative in com.google.api.ads.dfp.axis.v201201
 

Subclasses of Creative in com.google.api.ads.dfp.axis.v201201
 class BaseFlashCreative
          A base type for creatives that display a Flash-based ad.
 class BaseFlashRedirectCreative
          The base type for creatives that load a Flash asset from a specified URL.
 class BaseImageCreative
          The base type for creatives that display an image.
 class BaseImageRedirectCreative
          The base type for creatives that load an image asset from a specified URL.
 class ClickTrackingCreative
          A creative that is used for tracking clicks on ads that are served directly from the customers' web servers or media servers.
 class CustomCreative
          A Creative that contains an arbitrary HTML snippet and file assets.
 class FlashCreative
          A Creative that displays a Flash-based ad.
 class FlashExpandableCreative
          An expandable Creative where the collapsed size is a Flash SWF file and the expanded size is another Flash SWF file.
 class FlashPushdownCreative
          Creative that pushes page content down when the creative expands.
 class FlashRedirectCreative
          A Creative that loads a Flash asset from a specified URL.
 class HasDestinationUrlCreative
          A Creative that has a destination url
 class ImageCreative
          A Creative that displays an image.
 class ImageRedirectCreative
          A Creative that loads an image asset from a specified URL.
 class InternalRedirectCreative
          A Creative hosted by either DoubleClick for Advertisers (DFA) or DART for Publishers.
 class TemplateCreative
          A Creative that is created by the specified creative template.
 class TextAdCreative
          A simple plain text-based Creative.
 class ThirdPartyCreative
          A Creative that is served by a 3rd-party vendor.
 

Methods in com.google.api.ads.dfp.axis.v201201 that return Creative
 Creative CreativeServiceSoapBindingStub.createCreative(Creative creative)
           
 Creative CreativeServiceInterface.createCreative(Creative creative)
          Creates a new Creative.
 Creative[] CreativeServiceSoapBindingStub.createCreatives(Creative[] creatives)
           
 Creative[] CreativeServiceInterface.createCreatives(Creative[] creatives)
          Creates new Creative objects.
 Creative CreativeServiceSoapBindingStub.getCreative(Long creativeId)
           
 Creative CreativeServiceInterface.getCreative(Long creativeId)
          Returns the Creative uniquely identified by the given ID.
 Creative[] CreativePage.getResults()
          Gets the results value for this CreativePage.
 Creative CreativePage.getResults(int i)
           
 Creative CreativeServiceSoapBindingStub.updateCreative(Creative creative)
           
 Creative CreativeServiceInterface.updateCreative(Creative creative)
          Updates the specified Creative.
 Creative[] CreativeServiceSoapBindingStub.updateCreatives(Creative[] creatives)
           
 Creative[] CreativeServiceInterface.updateCreatives(Creative[] creatives)
          Updates the specified Creative objects.
 

Methods in com.google.api.ads.dfp.axis.v201201 with parameters of type Creative
 Creative CreativeServiceSoapBindingStub.createCreative(Creative creative)
           
 Creative CreativeServiceInterface.createCreative(Creative creative)
          Creates a new Creative.
 Creative[] CreativeServiceSoapBindingStub.createCreatives(Creative[] creatives)
           
 Creative[] CreativeServiceInterface.createCreatives(Creative[] creatives)
          Creates new Creative objects.
 void CreativePage.setResults(Creative[] results)
          Sets the results value for this CreativePage.
 void CreativePage.setResults(int i, Creative _value)
           
 Creative CreativeServiceSoapBindingStub.updateCreative(Creative creative)
           
 Creative CreativeServiceInterface.updateCreative(Creative creative)
          Updates the specified Creative.
 Creative[] CreativeServiceSoapBindingStub.updateCreatives(Creative[] creatives)
           
 Creative[] CreativeServiceInterface.updateCreatives(Creative[] creatives)
          Updates the specified Creative objects.
 

Constructors in com.google.api.ads.dfp.axis.v201201 with parameters of type Creative
CreativePage(Integer totalResultSetSize, Integer startIndex, Creative[] results)
           
 



Copyright © 2012. All Rights Reserved.