Class FetchAutomatedGa4ConfigurationOptOutRequest
Request for fetching the opt out status for the automated GA4 setup process.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class FetchAutomatedGa4ConfigurationOptOutRequest : IMessage<FetchAutomatedGa4ConfigurationOptOutRequest>, IEquatable<FetchAutomatedGa4ConfigurationOptOutRequest>, IDeepCloneable<FetchAutomatedGa4ConfigurationOptOutRequest>, IBufferMessage, IMessage
Constructors
FetchAutomatedGa4ConfigurationOptOutRequest()
Declaration
public FetchAutomatedGa4ConfigurationOptOutRequest()
FetchAutomatedGa4ConfigurationOptOutRequest(FetchAutomatedGa4ConfigurationOptOutRequest)
Declaration
public FetchAutomatedGa4ConfigurationOptOutRequest(FetchAutomatedGa4ConfigurationOptOutRequest other)
Parameters
Type | Name | Description |
---|---|---|
FetchAutomatedGa4ConfigurationOptOutRequest | other |
Properties
Property
Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
string |