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