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

A Search Ads 360 text ad.

Attributes

  • adTrackingId (type: String.t, default: nil) - The tracking id of the ad.
  • description1 (type: String.t, default: nil) - The first line of the ad's description.
  • description2 (type: String.t, default: nil) - The second line of the ad's description.
  • displayMobileUrl (type: String.t, default: nil) - The displayed mobile URL of the ad.
  • displayUrl (type: String.t, default: nil) - The displayed URL of the ad.
  • headline (type: String.t, default: nil) - The headline of the ad.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_SearchAds360TextAdInfo{
    adTrackingId: String.t() | nil,
    description1: String.t() | nil,
    description2: String.t() | nil,
    displayMobileUrl: String.t() | nil,
    displayUrl: String.t() | nil,
    headline: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.