Show / Hide Table of Contents

Class ManagementResource.RemarketingAudienceResource

The "remarketingAudience" collection of methods.

Inheritance
object
ManagementResource.RemarketingAudienceResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.RemarketingAudienceResource

Constructors

RemarketingAudienceResource(IClientService)

Constructs a new resource.

Declaration
public RemarketingAudienceResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string, string, string)

Delete a remarketing audience.

Declaration
public virtual ManagementResource.RemarketingAudienceResource.DeleteRequest Delete(string accountId, string webPropertyId, string remarketingAudienceId)
Parameters
Type Name Description
string accountId

Account ID to which the remarketing audience belongs.

string webPropertyId

Web property ID to which the remarketing audience belongs.

string remarketingAudienceId

The ID of the remarketing audience to delete.

Returns
Type Description
ManagementResource.RemarketingAudienceResource.DeleteRequest

Get(string, string, string)

Gets a remarketing audience to which the user has access.

Declaration
public virtual ManagementResource.RemarketingAudienceResource.GetRequest Get(string accountId, string webPropertyId, string remarketingAudienceId)
Parameters
Type Name Description
string accountId

The account ID of the remarketing audience to retrieve.

string webPropertyId

The web property ID of the remarketing audience to retrieve.

string remarketingAudienceId

The ID of the remarketing audience to retrieve.

Returns
Type Description
ManagementResource.RemarketingAudienceResource.GetRequest

Insert(RemarketingAudience, string, string)

Creates a new remarketing audience.

Declaration
public virtual ManagementResource.RemarketingAudienceResource.InsertRequest Insert(RemarketingAudience body, string accountId, string webPropertyId)
Parameters
Type Name Description
RemarketingAudience body

The body of the request.

string accountId

The account ID for which to create the remarketing audience.

string webPropertyId

Web property ID for which to create the remarketing audience.

Returns
Type Description
ManagementResource.RemarketingAudienceResource.InsertRequest

List(string, string)

Lists remarketing audiences to which the user has access.

Declaration
public virtual ManagementResource.RemarketingAudienceResource.ListRequest List(string accountId, string webPropertyId)
Parameters
Type Name Description
string accountId

The account ID of the remarketing audiences to retrieve.

string webPropertyId

The web property ID of the remarketing audiences to retrieve.

Returns
Type Description
ManagementResource.RemarketingAudienceResource.ListRequest

Patch(RemarketingAudience, string, string, string)

Updates an existing remarketing audience. This method supports patch semantics.

Declaration
public virtual ManagementResource.RemarketingAudienceResource.PatchRequest Patch(RemarketingAudience body, string accountId, string webPropertyId, string remarketingAudienceId)
Parameters
Type Name Description
RemarketingAudience body

The body of the request.

string accountId

The account ID of the remarketing audience to update.

string webPropertyId

The web property ID of the remarketing audience to update.

string remarketingAudienceId

The ID of the remarketing audience to update.

Returns
Type Description
ManagementResource.RemarketingAudienceResource.PatchRequest

Update(RemarketingAudience, string, string, string)

Updates an existing remarketing audience.

Declaration
public virtual ManagementResource.RemarketingAudienceResource.UpdateRequest Update(RemarketingAudience body, string accountId, string webPropertyId, string remarketingAudienceId)
Parameters
Type Name Description
RemarketingAudience body

The body of the request.

string accountId

The account ID of the remarketing audience to update.

string webPropertyId

The web property ID of the remarketing audience to update.

string remarketingAudienceId

The ID of the remarketing audience to update.

Returns
Type Description
ManagementResource.RemarketingAudienceResource.UpdateRequest
In This Article
Back to top Generated by DocFX