Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRemarketingSetting

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRemarketingSetting

Returns a new instance of GoogleAdsSearchads360V23ResourcesRemarketingSetting.



33344
33345
33346
# File 'lib/google/apis/searchads360_v23/classes.rb', line 33344

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#google_global_site_tagString

Output only. The Google tag. Corresponds to the JSON property googleGlobalSiteTag

Returns:

  • (String)


33342
33343
33344
# File 'lib/google/apis/searchads360_v23/classes.rb', line 33342

def google_global_site_tag
  @google_global_site_tag
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



33349
33350
33351
# File 'lib/google/apis/searchads360_v23/classes.rb', line 33349

def update!(**args)
  @google_global_site_tag = args[:google_global_site_tag] if args.key?(:google_global_site_tag)
end