Class: Google::Analytics::Admin::V1alpha::AdSenseLink
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AdSenseLink
- 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
-
#ad_client_code ⇒ ::String
Immutable.
-
#name ⇒ ::String
readonly
Output only.
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".
1555 1556 1557 1558 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1555 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.
1555 1556 1557 1558 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1555 class AdSenseLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |