View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_SearchAds360ExpandedTextAdInfo (google_api_search_ads360 v0.3.0)
A Search Ads 360 expanded 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. -
headline
(type:String.t
, default:nil
) - The headline of the ad. -
headline2
(type:String.t
, default:nil
) - The second headline of the ad. -
headline3
(type:String.t
, default:nil
) - The third headline of the ad. -
path1
(type:String.t
, default:nil
) - Text appended to the auto-generated visible URL with a delimiter. -
path2
(type:String.t
, default:nil
) - Text appended to path1 with a delimiter.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_SearchAds360ExpandedTextAdInfo{ adTrackingId: String.t() | nil, description1: String.t() | nil, description2: String.t() | nil, headline: String.t() | nil, headline2: String.t() | nil, headline3: String.t() | nil, path1: String.t() | nil, path2: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.