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.



5054
5055
5056
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5054

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)


5043
5044
5045
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5043

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)


5052
5053
5054
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5052

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5059
5060
5061
5062
# File 'lib/google/apis/searchads360_v0/classes.rb', line 5059

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