Class FetchConnectedGa4PropertyRequest
Request for looking up GA4 property connected to a UA property.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class FetchConnectedGa4PropertyRequest : IMessage<FetchConnectedGa4PropertyRequest>, IEquatable<FetchConnectedGa4PropertyRequest>, IDeepCloneable<FetchConnectedGa4PropertyRequest>, IBufferMessage, IMessage
Constructors
FetchConnectedGa4PropertyRequest()
Declaration
public FetchConnectedGa4PropertyRequest()
FetchConnectedGa4PropertyRequest(FetchConnectedGa4PropertyRequest)
Declaration
public FetchConnectedGa4PropertyRequest(FetchConnectedGa4PropertyRequest other)
Parameters
Type | Name | Description |
---|---|---|
FetchConnectedGa4PropertyRequest | other |
Properties
Property
Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234
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 |