com.google.api.ads.dfp.axis.v201111
Interface CreativeTemplateServiceInterface
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- CreativeTemplateServiceSoapBindingStub
public interface CreativeTemplateServiceInterface
- extends Remote
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:
- 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.