Show / Hide Table of Contents

Class DimensionMetadata

Explains a dimension.

Inheritance
object
DimensionMetadata
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 DimensionMetadata : IDirectResponseSchema

Properties

ApiName

This dimension's name. Useable in Dimension's name. For example, eventName.

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

Category

The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.

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

CustomDefinition

True if the dimension is custom to this property. This includes user, event, & item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316.

Declaration
[JsonProperty("customDefinition")]
public virtual bool? CustomDefinition { get; set; }
Property Value
Type Description
bool?

DeprecatedApiNames

Still usable but deprecated names for this dimension. If populated, this dimension is available by either apiName or one of deprecatedApiNames for a period of time. After the deprecation period, the dimension will be available only by apiName.

Declaration
[JsonProperty("deprecatedApiNames")]
public virtual IList<string> DeprecatedApiNames { get; set; }
Property Value
Type Description
IList<string>

Description

Description of how this dimension is used and calculated.

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

UiName

This dimension's name within the Google Analytics user interface. For example, Event name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX