Show / Hide Table of Contents

Class AudienceExport

An audience export is a list of users in an audience at the time of the list's creation. One audience may have multiple audience exports created for different days.

Inheritance
object
AudienceExport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class AudienceExport : IDirectResponseSchema

Properties

Audience

Required. The audience resource name. This resource name identifies the audience being listed and is shared between the Analytics Data & Admin APIs. Format: properties/{property}/audiences/{audience}

Declaration
[JsonProperty("audience")]
public virtual string Audience { get; set; }
Property Value
Type Description
string

AudienceDisplayName

Output only. The descriptive display name for this audience. For example, "Purchasers".

Declaration
[JsonProperty("audienceDisplayName")]
public virtual string AudienceDisplayName { get; set; }
Property Value
Type Description
string

BeginCreatingTime

object representation of BeginCreatingTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BeginCreatingTimeDateTimeOffset instead.")]
public virtual object BeginCreatingTime { get; set; }
Property Value
Type Description
object

BeginCreatingTimeDateTimeOffset

DateTimeOffset representation of BeginCreatingTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BeginCreatingTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BeginCreatingTimeRaw

Output only. The time when CreateAudienceExport was called and the AudienceExport began the CREATING state.

Declaration
[JsonProperty("beginCreatingTime")]
public virtual string BeginCreatingTimeRaw { get; set; }
Property Value
Type Description
string

CreationQuotaTokensCharged

Output only. The total quota tokens charged during creation of the AudienceExport. Because this token count is based on activity from the CREATING state, this tokens charged will be fixed once an AudienceExport enters the ACTIVE or FAILED states.

Declaration
[JsonProperty("creationQuotaTokensCharged")]
public virtual int? CreationQuotaTokensCharged { get; set; }
Property Value
Type Description
int?

Dimensions

Required. The dimensions requested and displayed in the query response.

Declaration
[JsonProperty("dimensions")]
public virtual IList<V1betaAudienceDimension> Dimensions { get; set; }
Property Value
Type Description
IList<V1betaAudienceDimension>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorMessage

Output only. Error message is populated when an audience export fails during creation. A common reason for such a failure is quota exhaustion.

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

Name

Output only. Identifier. The audience export resource name assigned during creation. This resource name identifies this AudienceExport. Format: properties/{property}/audienceExports/{audience_export}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PercentageCompleted

Output only. The percentage completed for this audience export ranging between 0 to 100.

Declaration
[JsonProperty("percentageCompleted")]
public virtual double? PercentageCompleted { get; set; }
Property Value
Type Description
double?

RowCount

Output only. The total number of rows in the AudienceExport result.

Declaration
[JsonProperty("rowCount")]
public virtual int? RowCount { get; set; }
Property Value
Type Description
int?

State

Output only. The current state for this AudienceExport.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX