Class RemarketingAudience
JSON template for an Analytics remarketing audience.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class RemarketingAudience : IDirectResponseSchema
Properties
AccountId
Account ID to which this remarketing audience belongs.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
AudienceDefinition
The simple audience definition that will cause a user to be added to an audience.
Declaration
[JsonProperty("audienceDefinition")]
public virtual RemarketingAudience.AudienceDefinitionData AudienceDefinition { get; set; }
Property Value
Type | Description |
---|---|
RemarketingAudience.AudienceDefinitionData |
AudienceType
The type of audience, either SIMPLE or STATE_BASED.
Declaration
[JsonProperty("audienceType")]
public virtual string AudienceType { get; set; }
Property Value
Type | Description |
---|---|
string |
Created
DateTime representation of CreatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedDateTimeOffset instead.")]
public virtual DateTime? Created { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
CreatedDateTimeOffset
DateTimeOffset representation of CreatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreatedRaw
Time this remarketing audience was created.
Declaration
[JsonProperty("created")]
public virtual string CreatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
The description of this remarketing audience.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Remarketing Audience ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalWebPropertyId
Internal ID for the web property to which this remarketing audience belongs.
Declaration
[JsonProperty("internalWebPropertyId")]
public virtual string InternalWebPropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Collection type.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkedAdAccounts
The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
Declaration
[JsonProperty("linkedAdAccounts")]
public virtual IList<LinkedForeignAccount> LinkedAdAccounts { get; set; }
Property Value
Type | Description |
---|---|
IList<LinkedForeignAccount> |
LinkedViews
The views (profiles) that this remarketing audience is linked to.
Declaration
[JsonProperty("linkedViews")]
public virtual IList<string> LinkedViews { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
The name of this remarketing audience.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StateBasedAudienceDefinition
A state based audience definition that will cause a user to be added or removed from an audience.
Declaration
[JsonProperty("stateBasedAudienceDefinition")]
public virtual RemarketingAudience.StateBasedAudienceDefinitionData StateBasedAudienceDefinition { get; set; }
Property Value
Type | Description |
---|---|
RemarketingAudience.StateBasedAudienceDefinitionData |
Updated
DateTime representation of UpdatedRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdatedDateTimeOffset instead.")]
public virtual DateTime? Updated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
UpdatedDateTimeOffset
DateTimeOffset representation of UpdatedRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdatedDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdatedRaw
Time this remarketing audience was last modified.
Declaration
[JsonProperty("updated")]
public virtual string UpdatedRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
WebPropertyId
Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
Declaration
[JsonProperty("webPropertyId")]
public virtual string WebPropertyId { get; set; }
Property Value
Type | Description |
---|---|
string |