Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView

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

Overview

A dynamic search ads search term view.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView

Returns a new instance of GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView.



7133
7134
7135
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7133

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

Instance Attribute Details

#landing_pageString

Output only. The dynamically selected landing page URL of the impression. This field is read-only. Corresponds to the JSON property landingPage

Returns:

  • (String)


7122
7123
7124
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7122

def landing_page
  @landing_page
end

#resource_nameString

Output only. The resource name of the dynamic search ads search term view. Dynamic search ads search term view resource names have the form: customers/ customer_id/dynamicSearchAdsSearchTermViews/ad_group_id~ search_term_fingerprint~headline_fingerprint~landing_page_fingerprint~ page_url_fingerprint` Corresponds to the JSON propertyresourceName`

Returns:

  • (String)


7131
7132
7133
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7131

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7138
7139
7140
7141
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7138

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