public class Dfareporting.TargetableRemarketingLists
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.TargetableRemarketingLists.Get |
class |
Dfareporting.TargetableRemarketingLists.List |
| Constructor and Description |
|---|
Dfareporting.TargetableRemarketingLists() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.TargetableRemarketingLists.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one remarketing list by ID.
|
Dfareporting.TargetableRemarketingLists.List |
list(java.lang.Long profileId,
java.lang.Long advertiserId)
Retrieves a list of targetable remarketing lists, possibly filtered.
|
public Dfareporting.TargetableRemarketingLists()
public Dfareporting.TargetableRemarketingLists.Get get(java.lang.Long profileId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Remarketing list ID.java.io.IOExceptionpublic Dfareporting.TargetableRemarketingLists.List list(java.lang.Long profileId, java.lang.Long advertiserId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.advertiserId - Select only targetable remarketing lists targetable by these advertisers.java.io.IOException