Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView
- 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
-
#landing_page ⇒ String
Output only.
-
#resource_name ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView
constructor
A new instance of GoogleAdsSearchads360V0ResourcesDynamicSearchAdsSearchTermView.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_page ⇒ String
Output only. The dynamically selected landing page URL of the impression. This
field is read-only.
Corresponds to the JSON property landingPage
7122 7123 7124 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 7122 def landing_page @landing_page end |
#resource_name ⇒ String
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 property
resourceName`
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 |