Class PropertiesResource.FetchConnectedGa4PropertyRequest
Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
Inheritance
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>
PropertiesResource.FetchConnectedGa4PropertyRequest
Implements
Inherited Members
ClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>.ExecuteAsStream()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.FetchConnectedGa4PropertyRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>, IClientServiceRequest
Constructors
FetchConnectedGa4PropertyRequest(IClientService)
Constructs a new FetchConnectedGa4Property request.
Declaration
public FetchConnectedGa4PropertyRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
[RequestParameter("property", RequestParameterType.Query)]
public virtual string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes FetchConnectedGa4Property parameter list.
Declaration
protected override void InitParameters()