Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Class Info |
|---|
public class LinearCreative implements CreativeResource Linear ad creative. |
Qualifier and Type | Method Name and Description |
|---|---|
Map<String, CreativeExtension> | Obtains an ad extended field. |
String | Obtains the ad asset ID. |
String | Obtains the ad request ID. |
String | Obtains the impression ID. |
String | Obtains the ad unit ID. |
String | getType() Obtains the ad asset type. |
Map<String, CreativeExtension> | Obtains an ad asset extended field. |
String | getUrl() Obtains the ad asset URL. |
Method |
|---|
public Map<String, CreativeExtension> getAdExtensionMap() Obtains an ad extended field. |
Returns
Type | Description |
|---|---|
Map<String, CreativeExtension> | Extended field. |
Method |
|---|
public String getContentId() Obtains the ad asset ID. |
Returns
Type | Description |
|---|---|
String | Ad asset ID. |
Method |
|---|
public String getRequestId() Obtains the ad request ID. |
Returns
Type | Description |
|---|---|
String | Ad request ID. |
Method |
|---|
public String getShowId() Obtains the impression ID. |
Returns
Type | Description |
|---|---|
String | Impression ID. |
Method |
|---|
public String getSlotId() Obtains the ad unit ID. |
Returns
Type | Description |
|---|---|
String | Ad unit ID. |
Method |
|---|
public String getType() Obtains the ad asset type. |
Returns
Type | Description |
|---|---|
String | Ad asset type. |
Method |
|---|
public String getTypeToCreativeExtension() Obtains an ad asset extended field. |
Returns
Type | Description |
|---|---|
Map<String, CreativeExtension> | Extended field. |
Method |
|---|
public String getUrl() Obtains the ad asset URL. |
Returns
Type | Description |
|---|---|
String | Ad asset URL. |