| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ClickTag |
ClickTag.clone() |
ClickTag |
ClickTag.set(String fieldName,
Object value) |
ClickTag |
ClickTag.setClickThroughUrl(CreativeClickThroughUrl clickThroughUrl)
Parameter value for the specified click tag.
|
ClickTag |
ClickTag.setEventName(String eventName)
Advertiser event name associated with the click tag.
|
ClickTag |
ClickTag.setName(String name)
Parameter name for the specified click tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClickTag> |
CreativeAssetMetadata.getClickTags()
List of detected click tags for assets.
|
List<ClickTag> |
Creative.getClickTags()
Click tags of the creative.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeAssetMetadata |
CreativeAssetMetadata.setClickTags(List<ClickTag> clickTags)
List of detected click tags for assets.
|
Creative |
Creative.setClickTags(List<ClickTag> clickTags)
Click tags of the creative.
|
Copyright © 2011–2023 Google. All rights reserved.