Class GoogleAnalyticsAdminV1betaMeasurementProtocolSecret
A secret value used for sending hits to Measurement Protocol.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaMeasurementProtocolSecret : IDirectResponseSchema
Properties
DisplayName
Required. Human-readable display name for this secret.
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 |
Name
Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretValue
Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.
Declaration
[JsonProperty("secretValue")]
public virtual string SecretValue { get; set; }
Property Value
Type | Description |
---|---|
string |