com.google.api.ads.dfp.axis.v201206
Interface CreativeTemplateServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
CreativeTemplateServiceSoapBindingStub

public interface CreativeTemplateServiceInterface
extends Remote


Method Summary
 CreativeTemplate getCreativeTemplate(Long creativeTemplateId)
          Returns the CreativeTemplate uniquely identified by the given ID.
 CreativeTemplatePage getCreativeTemplatesByStatement(Statement filterStatement)
          Gets a CreativeTemplatePage of CreativeTemplate objects that satisfy the given Statement.query.
 

Method Detail

getCreativeTemplate

CreativeTemplate getCreativeTemplate(Long creativeTemplateId)
                                     throws RemoteException,
                                            ApiException
Returns the CreativeTemplate uniquely identified by the given ID.

Parameters:
creativeTemplateId - the ID of the creative template, which must already exist
Returns:
the CreativeTemplate uniquely identified by the given ID
Throws:
RemoteException
ApiException

getCreativeTemplatesByStatement

CreativeTemplatePage getCreativeTemplatesByStatement(Statement filterStatement)
                                                     throws RemoteException,
                                                            ApiException
Gets a CreativeTemplatePage of CreativeTemplate objects that satisfy the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id CreativeTemplate.id
name CreativeTemplate.name
type CreativeTemplate.type
status CreativeTemplate.status

Parameters:
filterStatement - a Publisher Query Language statement used to filter a set of creative templates.
Returns:
the creative templates that match the given filter
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.