View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest (google_api_analytics_admin v0.25.4)
Request message for CreateConnectedSiteTag RPC.
Attributes
-
connectedSiteTag
(type:GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaConnectedSiteTag.t
, default:nil
) - Required. The tag to add to the Universal Analytics property -
property
(type:String.t
, default:nil
) - The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest{ connectedSiteTag: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaConnectedSiteTag.t() | nil, property: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.