Class GoogleAnalyticsAdminV1alphaReportingDataAnnotation
A Reporting Data Annotation is a comment connected to certain dates for reporting data.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaReportingDataAnnotation : IDirectResponseSchema
Properties
AnnotationDate
If set, the Reporting Data Annotation is for a specific date represented by this field. The date must be a valid date with year, month and day set. The date may be in the past, present, or future.
Declaration
[JsonProperty("annotationDate")]
public virtual GoogleTypeDate AnnotationDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
AnnotationDateRange
If set, the Reporting Data Annotation is for a range of dates represented by this field.
Declaration
[JsonProperty("annotationDateRange")]
public virtual GoogleAnalyticsAdminV1alphaReportingDataAnnotationDateRange AnnotationDateRange { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaReportingDataAnnotationDateRange |
Color
Required. The color used for display of this Reporting Data Annotation.
Declaration
[JsonProperty("color")]
public virtual string Color { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. Description for this Reporting Data Annotation.
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 |
Name
Required. Identifier. Resource name of this Reporting Data Annotation. Format: 'properties/{property_id}/reportingDataAnnotations/{reporting_data_annotation}' Format: 'properties/123/reportingDataAnnotations/456'
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemGenerated
Output only. If true, this annotation was generated by the Google Analytics system. System-generated annotations cannot be updated or deleted.
Declaration
[JsonProperty("systemGenerated")]
public virtual bool? SystemGenerated { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Title
Required. Human-readable title for this Reporting Data Annotation.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |