public class Dfareporting.RemarketingLists
extends java.lang.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 |
|---|
Dfareporting.RemarketingLists() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.RemarketingLists.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one remarketing list by ID.
|
Dfareporting.RemarketingLists.Insert |
insert(java.lang.Long profileId,
RemarketingList content)
Inserts a new remarketing list.
|
Dfareporting.RemarketingLists.List |
list(java.lang.Long profileId,
java.lang.Long advertiserId)
Retrieves a list of remarketing lists, possibly filtered.
|
Dfareporting.RemarketingLists.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
RemarketingList content)
Updates an existing remarketing list.
|
Dfareporting.RemarketingLists.Update |
update(java.lang.Long profileId,
RemarketingList content)
Updates an existing remarketing list.
|
public Dfareporting.RemarketingLists.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.RemarketingLists.Insert insert(java.lang.Long profileId, RemarketingList content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the RemarketingListjava.io.IOExceptionpublic Dfareporting.RemarketingLists.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 remarketing lists owned by this advertiser.java.io.IOExceptionpublic Dfareporting.RemarketingLists.Patch patch(java.lang.Long profileId, java.lang.Long id, RemarketingList content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Remarketing list ID.content - the RemarketingListjava.io.IOExceptionpublic Dfareporting.RemarketingLists.Update update(java.lang.Long profileId, RemarketingList content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the RemarketingListjava.io.IOException