public class Dfareporting.RemarketingLists extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.RemarketingLists.Get |
class |
Dfareporting.RemarketingLists.Insert |
class |
Dfareporting.RemarketingLists.List |
class |
Dfareporting.RemarketingLists.Patch |
class |
Dfareporting.RemarketingLists.Update |
| Constructor and Description |
|---|
RemarketingLists() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.RemarketingLists.Get |
get(Long profileId,
Long id)
Gets one remarketing list by ID.
|
Dfareporting.RemarketingLists.Insert |
insert(Long profileId,
RemarketingList content)
Inserts a new remarketing list.
|
Dfareporting.RemarketingLists.List |
list(Long profileId,
Long advertiserId)
Retrieves a list of remarketing lists, possibly filtered.
|
Dfareporting.RemarketingLists.Patch |
patch(Long profileId,
Long id,
RemarketingList content)
Updates an existing RemarketingList.
|
Dfareporting.RemarketingLists.Update |
update(Long profileId,
RemarketingList content)
Updates an existing remarketing list.
|
public Dfareporting.RemarketingLists.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.RemarketingLists.Insert insert(Long profileId, RemarketingList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the RemarketingListIOExceptionpublic Dfareporting.RemarketingLists.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 remarketing lists owned by this advertiser.IOExceptionpublic Dfareporting.RemarketingLists.Patch patch(Long profileId, Long id, RemarketingList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. RemarketingList ID.content - the RemarketingListIOExceptionpublic Dfareporting.RemarketingLists.Update update(Long profileId, RemarketingList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the RemarketingListIOExceptionCopyright © 2011–2023 Google. All rights reserved.