Class RemarketingListsResource
The "remarketingLists" collection of methods.
Inheritance
System.Object
RemarketingListsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class RemarketingListsResource
Constructors
RemarketingListsResource(IClientService)
Constructs a new resource.
Declaration
public RemarketingListsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, Int64)
Gets one remarketing list by ID.
Declaration
public virtual RemarketingListsResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Remarketing list ID. |
Returns
Type | Description |
---|---|
RemarketingListsResource.GetRequest |
Insert(RemarketingList, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
RemarketingListsResource.InsertRequest |
List(Int64, Int64)
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 |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | advertiserId | Select only remarketing lists owned by this advertiser. |
Returns
Type | Description |
---|---|
RemarketingListsResource.ListRequest |
Patch(RemarketingList, Int64, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | RemarketingList ID. |
Returns
Type | Description |
---|---|
RemarketingListsResource.PatchRequest |
Update(RemarketingList, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
RemarketingListsResource.UpdateRequest |