com.google.api.ads.dfp.axis.v201204
Interface ContentServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
ContentServiceSoapBindingStub

public interface ContentServiceInterface
extends Remote


Method Summary
 ContentPage getContentByStatement(Statement statement)
          Gets a ContentPage of Content objects that satisfy the given Statement.query.
 ContentPage getContentByStatementAndCustomTargetingValue(Statement filterStatement, Long customTargetingValueId)
          Gets a ContentPage of Content objects that satisfy the given Statement.query.
 ContentPage getUncategorizedContentByStatement(Statement filterStatement)
          Gets a ContentPage of Content objects that are not associated with the Network's Network.contentBrowseCustomTargetingKeyId.
 

Method Detail

getContentByStatement

ContentPage getContentByStatement(Statement statement)
                                  throws RemoteException,
                                         ApiException
Gets a ContentPage of Content objects that satisfy the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id Content.id
status Content.status
name Content.name

Returns:
the content that matches the given filter
Throws:
RemoteException
ApiException

getContentByStatementAndCustomTargetingValue

ContentPage getContentByStatementAndCustomTargetingValue(Statement filterStatement,
                                                         Long customTargetingValueId)
                                                         throws RemoteException,
                                                                ApiException
Gets a ContentPage of Content objects that satisfy the given Statement.query. Additionally, filters on the given value ID and key ID that the value belongs to. The following fields are supported for filtering:
PQL Property Object Property
id Content.id
status Content.status
name Content.name

Parameters:
customTargetingValueId - the id of the value to match
Returns:
the content that matches the given filter
Throws:
RemoteException
ApiException

getUncategorizedContentByStatement

ContentPage getUncategorizedContentByStatement(Statement filterStatement)
                                               throws RemoteException,
                                                      ApiException
Gets a ContentPage of Content objects that are not associated with the Network's Network.contentBrowseCustomTargetingKeyId. This content is considered uncategorized. This method also satisfies the given Statement.query. The following fields are supported for filtering:
PQL Property Object Property
id Content.id
status Content.status
name Content.name

Returns:
the content that matches the given filter
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.