Class: Google::Apis::RealtimebiddingV1::GetRemarketingTagResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/realtimebidding_v1/classes.rb,
generated/google/apis/realtimebidding_v1/representations.rb,
generated/google/apis/realtimebidding_v1/representations.rb

Overview

Response for a request to get remarketing tag.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetRemarketingTagResponse

Returns a new instance of GetRemarketingTagResponse.



780
781
782
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 780

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

Instance Attribute Details

#snippetString

A HTML tag that can be placed on the advertiser's page to add users to a user list. For more information and code samples on using snippet on your website refer to Tag your site for remarketing. Corresponds to the JSON property snippet

Returns:

  • (String)


778
779
780
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 778

def snippet
  @snippet
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



785
786
787
# File 'generated/google/apis/realtimebidding_v1/classes.rb', line 785

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