google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V2beta1.Model.NativeContent View Source
Native content for a creative.
Attributes
- advertiserName (String.t): The name of the advertiser or sponsor, to be displayed in the ad creative. Defaults to:
null
. - appIcon (Image): The app icon, for app download ads. Defaults to:
null
. - body (String.t): A long description of the ad. Defaults to:
null
. - callToAction (String.t): A label for the button that the user is supposed to click. Defaults to:
null
. - clickLinkUrl (String.t): The URL that the browser/SDK will load when the user clicks the ad. Defaults to:
null
. - clickTrackingUrl (String.t): The URL to use for click tracking. Defaults to:
null
. - headline (String.t): A short title for the ad. Defaults to:
null
. - image (Image): A large image. Defaults to:
null
. - logo (Image): A smaller image, for the advertiser's logo. Defaults to:
null
. - priceDisplayText (String.t): The price of the promoted app including currency info. Defaults to:
null
. - starRating (float()): The app rating in the app store. Must be in the range [0-5]. Defaults to:
null
. - storeUrl (String.t): The URL to the app store to purchase/download the promoted app. Defaults to:
null
. - videoUrl (String.t): The URL to fetch a native video ad. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.NativeContent{
advertiserName: any(),
appIcon: GoogleApi.AdExchangeBuyer.V2beta1.Model.Image.t(),
body: any(),
callToAction: any(),
clickLinkUrl: any(),
clickTrackingUrl: any(),
headline: any(),
image: GoogleApi.AdExchangeBuyer.V2beta1.Model.Image.t(),
logo: GoogleApi.AdExchangeBuyer.V2beta1.Model.Image.t(),
priceDisplayText: any(),
starRating: any(),
storeUrl: any(),
videoUrl: any()
}
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.NativeContent{ advertiserName: any(), appIcon: GoogleApi.AdExchangeBuyer.V2beta1.Model.Image.t(), body: any(), callToAction: any(), clickLinkUrl: any(), clickTrackingUrl: any(), headline: any(), image: GoogleApi.AdExchangeBuyer.V2beta1.Model.Image.t(), logo: GoogleApi.AdExchangeBuyer.V2beta1.Model.Image.t(), priceDisplayText: any(), starRating: any(), storeUrl: any(), videoUrl: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.