|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CampaignTargetServiceInterface
| Method Summary | |
|---|---|
CampaignTargetPage |
get(CampaignTargetSelector selector)
Returns the targets for each of the campaigns identified in the campaign target selector. |
CampaignTargetReturnValue |
mutate(CampaignTargetOperation[] operations)
Mutates (sets) targets for specified campaign identified in the campaign operations. |
| Method Detail |
|---|
CampaignTargetPage get(CampaignTargetSelector selector)
throws RemoteException,
ApiException
selector - a list of campaigns' ids and optional filter of target
types.
ApiException - if problems occurred while fetching campaign
targeting information.
RemoteException
CampaignTargetReturnValue mutate(CampaignTargetOperation[] operations)
throws RemoteException,
ApiException
Note: When a campaign is created, its
targeting
options are also created. To add or remove targets, call mutate with
the SET operator to update the target lists accordingly.
The
ADD and REMOVE operators are not supported.
operations - list of operations associating targets with campaign
ids.
ApiException - if problems occurred while adding campaign targeting
information.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||