| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.clone() |
ActivityContentDetailsPromotedItem |
ActivityContentDetails.getPromotedItem()
The promotedItem object contains details about a resource which is being promoted.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.set(java.lang.String fieldName,
java.lang.Object value) |
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setAdTag(java.lang.String adTag)
The URL the client should fetch to request a promoted item.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setClickTrackingUrl(java.lang.String clickTrackingUrl)
The URL the client should ping to indicate that the user clicked through on this promoted item.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setCreativeViewUrl(java.lang.String creativeViewUrl)
The URL the client should ping to indicate that the user was shown this promoted item.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setCtaType(java.lang.String ctaType)
The type of call-to-action, a message to the user indicating action that can be taken.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setCustomCtaButtonText(java.lang.String customCtaButtonText)
The custom call-to-action button text.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setDescriptionText(java.lang.String descriptionText)
The text description to accompany the promoted item.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setDestinationUrl(java.lang.String destinationUrl)
The URL the client should direct the user to, if the user chooses to visit the advertiser's
website.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setForecastingUrl(java.util.List<java.lang.String> forecastingUrl)
The list of forecasting URLs.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setImpressionUrl(java.util.List<java.lang.String> impressionUrl)
The list of impression URLs.
|
ActivityContentDetailsPromotedItem |
ActivityContentDetailsPromotedItem.setVideoId(java.lang.String videoId)
The ID that YouTube uses to uniquely identify the promoted video.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityContentDetails |
ActivityContentDetails.setPromotedItem(ActivityContentDetailsPromotedItem promotedItem)
The promotedItem object contains details about a resource which is being promoted.
|