Class RemarketingListsResource
The "remarketingLists" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class RemarketingListsResource
Constructors
RemarketingListsResource(IClientService)
Constructs a new resource.
Declaration
public RemarketingListsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(long, long)
Gets one remarketing list by ID.
Declaration
public virtual RemarketingListsResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | id | Remarketing list ID. |
Returns
Type | Description |
---|---|
RemarketingListsResource.GetRequest |
Insert(RemarketingList, long)
Inserts a new remarketing list.
Declaration
public virtual RemarketingListsResource.InsertRequest Insert(RemarketingList body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
RemarketingList | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
RemarketingListsResource.InsertRequest |
List(long, long)
Retrieves a list of remarketing lists, possibly filtered. This method supports paging.
Declaration
public virtual RemarketingListsResource.ListRequest List(long profileId, long advertiserId)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | advertiserId | Required. Select only remarketing lists owned by this advertiser. |
Returns
Type | Description |
---|---|
RemarketingListsResource.ListRequest |
Patch(RemarketingList, long, long)
Updates an existing remarketing list. This method supports patch semantics.
Declaration
public virtual RemarketingListsResource.PatchRequest Patch(RemarketingList body, long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
RemarketingList | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
long | id | Required. RemarketingList ID. |
Returns
Type | Description |
---|---|
RemarketingListsResource.PatchRequest |
Update(RemarketingList, long)
Updates an existing remarketing list.
Declaration
public virtual RemarketingListsResource.UpdateRequest Update(RemarketingList body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
RemarketingList | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
RemarketingListsResource.UpdateRequest |