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

A mapping that can be used by custom parameter tags in a tracking_url_template, final_urls, or mobile_final_urls.

Attributes

  • key (type: String.t, default: nil) - The key matching the parameter tag name.
  • value (type: String.t, default: nil) - The value to be substituted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_CustomParameter{
    key: String.t() | nil,
    value: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.