com.google.api.ads.dfp.axis.v201206
Interface ContentServiceInterface
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- ContentServiceSoapBindingStub
public interface ContentServiceInterface
- extends Remote
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:
- 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:
- 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:
- Returns:
- the content that matches the given filter
- Throws:
RemoteException
ApiException
Copyright © 2012. All Rights Reserved.