Show / Hide Table of Contents

Class RemarketingListsResource

The "remarketingLists" collection of methods.

Inheritance
object
RemarketingListsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.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

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

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
In This Article
Back to top Generated by DocFX