View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_DynamicSearchAdsSearchTermView (google_api_search_ads360 v0.3.0)

A dynamic search ads search term view.

Attributes

  • landingPage (type: String.t, default: nil) - Output only. The dynamically selected landing page URL of the impression. This field is read-only.
  • resourceName (type: String.t, default: nil) - 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}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_DynamicSearchAdsSearchTermView{
    landingPage: String.t() | nil,
    resourceName: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.