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

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

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

Subclasses of Creative in com.google.api.ads.dfp.axis.v201204
 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 BaseVideoCreative
          A base type for video creatives.
 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 FlashOverlayCreative
          An overlay Creative that displays a Flash-based ad and is served via VAST 2.0 XML.
 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 FlashRedirectOverlayCreative
          An overlay Creative that loads a Flash asset from a specified URL and is served via VAST 2.0 XML.
 class HasDestinationUrlCreative
          A Creative that has a destination url
 class ImageCreative
          A Creative that displays an image.
 class ImageOverlayCreative
          An overlay Creative that displays an image and is served via VAST 2.0 XML.
 class ImageRedirectCreative
          A Creative that loads an image asset from a specified URL.
 class ImageRedirectOverlayCreative
          An overlay Creative that loads an image asset from a specified URL and is served via VAST 2.0 XML.
 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.
 class VastRedirectCreative
          A Creative that points to an externally hosted VAST ad and is served via VAST 2.0 XML as a VAST Wrapper.
 class VideoCreative
          A Creative that contains DFP-hosted video ads and is served via VAST 2.0 XML.
 class VideoRedirectCreative
          A Creative that contains externally hosted video ads and is served via VAST 2.0 XML.
 class VpaidLinearCreative
          A Creative that displays a DFP-hosted Flash-based ad and is served via VAST 2.0 XML.
 class VpaidLinearRedirectCreative
          A Creative that displays an externally hosted Flash-based ad and is served via VAST 2.0 XML.
 

Methods in com.google.api.ads.dfp.axis.v201204 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.v201204 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.v201204 with parameters of type Creative
CreativePage(Integer totalResultSetSize, Integer startIndex, Creative[] results)
           
 



Copyright © 2012. All Rights Reserved.