Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRemarketingSetting
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRemarketingSetting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Remarketing setting for a customer.
Instance Attribute Summary collapse
-
#google_global_site_tag ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRemarketingSetting
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRemarketingSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRemarketingSetting
Returns a new instance of GoogleAdsSearchads360V23ResourcesRemarketingSetting.
33170 33171 33172 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 33170 def initialize(**args) update!(**args) end |
Instance Attribute Details
#google_global_site_tag ⇒ String
Output only. The Google tag.
Corresponds to the JSON property googleGlobalSiteTag
33168 33169 33170 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 33168 def google_global_site_tag @google_global_site_tag end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
33175 33176 33177 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 33175 def update!(**args) @google_global_site_tag = args[:google_global_site_tag] if args.key?(:google_global_site_tag) end |