Class AcknowledgeUserDataCollectionRequest
Request message for AcknowledgeUserDataCollection RPC.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class AcknowledgeUserDataCollectionRequest : IMessage<AcknowledgeUserDataCollectionRequest>, IEquatable<AcknowledgeUserDataCollectionRequest>, IDeepCloneable<AcknowledgeUserDataCollectionRequest>, IBufferMessage, IMessage
Constructors
AcknowledgeUserDataCollectionRequest()
Declaration
public AcknowledgeUserDataCollectionRequest()
AcknowledgeUserDataCollectionRequest(AcknowledgeUserDataCollectionRequest)
Declaration
public AcknowledgeUserDataCollectionRequest(AcknowledgeUserDataCollectionRequest other)
Parameters
Type | Name | Description |
---|---|---|
AcknowledgeUserDataCollectionRequest | other |
Properties
Acknowledgement
Required. An acknowledgement that the caller of this method understands the terms of user data collection.
This field must contain the exact value: "I acknowledge that I have the necessary privacy disclosures and rights from my end users for the collection and processing of their data, including the association of such data with the visitation information Google Analytics collects from my site and/or app property."
Declaration
public string Acknowledgement { get; set; }
Property Value
Type | Description |
---|---|
string |
Property
Required. The property for which to acknowledge user data collection.
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyAsPropertyName
PropertyName-typed view over the Property resource name property.
Declaration
public PropertyName PropertyAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |