| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
NativeContent |
NativeContent.clone() |
NativeContent |
Creative.getNative()
A native creative.
|
NativeContent |
NativeContent.set(String fieldName,
Object value) |
NativeContent |
NativeContent.setAdvertiserName(String advertiserName)
The name of the advertiser or sponsor, to be displayed in the ad creative.
|
NativeContent |
NativeContent.setAppIcon(Image appIcon)
The app icon, for app download ads.
|
NativeContent |
NativeContent.setBody(String body)
A long description of the ad.
|
NativeContent |
NativeContent.setCallToAction(String callToAction)
A label for the button that the user is supposed to click.
|
NativeContent |
NativeContent.setClickLinkUrl(String clickLinkUrl)
The URL that the browser/SDK will load when the user clicks the ad.
|
NativeContent |
NativeContent.setClickTrackingUrl(String clickTrackingUrl)
The URL to use for click tracking.
|
NativeContent |
NativeContent.setHeadline(String headline)
A short title for the ad.
|
NativeContent |
NativeContent.setImage(Image image)
A large image.
|
NativeContent |
NativeContent.setLogo(Image logo)
A smaller image, for the advertiser's logo.
|
NativeContent |
NativeContent.setPriceDisplayText(String priceDisplayText)
The price of the promoted app including currency info.
|
NativeContent |
NativeContent.setStarRating(Double starRating)
The app rating in the app store.
|
NativeContent |
NativeContent.setStoreUrl(String storeUrl)
The URL to the app store to purchase/download the promoted app.
|
NativeContent |
NativeContent.setVideoUrl(String videoUrl)
The URL to fetch a native video ad.
|
| Modifier and Type | Method and Description |
|---|---|
Creative |
Creative.setNative(NativeContent native__)
A native creative.
|
Copyright © 2011–2021 Google. All rights reserved.