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.



6969
6970
6971
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6969

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)


6958
6959
6960
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6958

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)


6967
6968
6969
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6967

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6974
6975
6976
6977
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6974

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