Class: Google::Analytics::Admin::V1alpha::AdSenseLink

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#ad_client_code::String

Returns Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: "ca-pub-1234567890".

Returns:

  • (::String)

    Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: "ca-pub-1234567890"



1478
1479
1480
1481
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1478

class AdSenseLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. The resource name for this AdSense Link resource. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/6789.

Returns:

  • (::String)

    Output only. The resource name for this AdSense Link resource. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/6789



1478
1479
1480
1481
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1478

class AdSenseLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end