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.



6892
6893
6894
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6892

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)


6881
6882
6883
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6881

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)


6890
6891
6892
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6890

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6897
6898
6899
6900
# File 'lib/google/apis/searchads360_v0/classes.rb', line 6897

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