View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAdSenseLink (google_api_analytics_admin v0.21.0)

A link between a GA4 Property and an AdSense for Content ad client.

Attributes

  • adClientCode (type: String.t, default: nil) - Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: "ca-pub-1234567890"
  • name (type: String.t, default: nil) - Output only. The resource name for this AdSense Link resource. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/6789

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAdSenseLink{
    adClientCode: String.t() | nil,
    name: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.