Class V1betaAudienceDimension
An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the
QueryAudienceExportResponse
.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class V1betaAudienceDimension : IDirectResponseSchema
Properties
DimensionName
Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.
Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { 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 |