Class GoogleAnalyticsAdminV1alphaAudience
A resource message representing an Audience.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudience : IDirectResponseSchema
Properties
AdsPersonalizationEnabled
Output only. It is automatically set by GA to false if this is an NPA Audience and is excluded from ads personalization.
Declaration
[JsonProperty("adsPersonalizationEnabled")]
public virtual bool? AdsPersonalizationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Time when the Audience was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Required. The description of the Audience.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display name of the Audience.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
EventTrigger
Optional. Specifies an event to log when a user joins the Audience. If not set, no event is logged when a user joins the Audience.
Declaration
[JsonProperty("eventTrigger")]
public virtual GoogleAnalyticsAdminV1alphaAudienceEventTrigger EventTrigger { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAudienceEventTrigger |
ExclusionDurationMode
Immutable. Specifies how long an exclusion lasts for users that meet the exclusion filter. It is applied to all EXCLUDE filter clauses and is ignored when there is no EXCLUDE filter clause in the Audience.
Declaration
[JsonProperty("exclusionDurationMode")]
public virtual string ExclusionDurationMode { get; set; }
Property Value
Type | Description |
---|---|
string |
FilterClauses
Required. Immutable. Unordered list. Filter clauses that define the Audience. All clauses will be AND’ed together.
Declaration
[JsonProperty("filterClauses")]
public virtual IList<GoogleAnalyticsAdminV1alphaAudienceFilterClause> FilterClauses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1alphaAudienceFilterClause> |
MembershipDurationDays
Required. Immutable. The duration a user should stay in an Audience. It cannot be set to more than 540 days.
Declaration
[JsonProperty("membershipDurationDays")]
public virtual int? MembershipDurationDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Output only. The resource name for this Audience resource. Format: properties/{propertyId}/audiences/{audienceId}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |