com.google.api.ads.dfp.axis.v201208
Interface SuggestedAdUnitServiceInterface
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- SuggestedAdUnitServiceSoapBindingStub
public interface SuggestedAdUnitServiceInterface
- extends Remote
getSuggestedAdUnit
SuggestedAdUnit getSuggestedAdUnit(String suggestedAdUnitId)
throws RemoteException,
ApiException
- Returns the SuggestedAdUnit uniquely identified by the given
ID.
- Parameters:
suggestedAdUnitId - the ID of the SuggestedAdUnit, which
must already exist.
- Throws:
RemoteException
ApiException
getSuggestedAdUnitsByStatement
SuggestedAdUnitPage getSuggestedAdUnitsByStatement(Statement filterStatement)
throws RemoteException,
ApiException
- Gets a
SuggestedAdUnitPage of SuggestedAdUnit
objects that
satisfy the filter query. There is a system-enforced limit
of 1000 on the number of suggested
ad units that are suggested at any one time.
- Parameters:
filterStatement - a Publisher Query Language statement used to
filter
a set of suggested ad units
- Returns:
- the suggested ad units that match the given filter
- Throws:
RemoteException
ApiException
performSuggestedAdUnitAction
SuggestedAdUnitUpdateResult performSuggestedAdUnitAction(SuggestedAdUnitAction suggestedAdUnitAction,
Statement filterStatement)
throws RemoteException,
ApiException
- Performs actions on
SuggestedAdUnit objects that match
the given
Statement.query. The following fields are supported
for filtering:
- Parameters:
suggestedAdUnitAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of suggested ad units
- Returns:
- the result of the action performed
- Throws:
RemoteException
ApiException
Copyright © 2012. All Rights Reserved.