| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultClickThroughEventTagProperties |
DefaultClickThroughEventTagProperties.clone() |
DefaultClickThroughEventTagProperties |
Ad.getDefaultClickThroughEventTagProperties()
Default click-through event tag properties for this ad.
|
DefaultClickThroughEventTagProperties |
Campaign.getDefaultClickThroughEventTagProperties()
Click-through event tag ID override properties for this campaign.
|
DefaultClickThroughEventTagProperties |
DefaultClickThroughEventTagProperties.set(java.lang.String fieldName,
java.lang.Object value) |
DefaultClickThroughEventTagProperties |
DefaultClickThroughEventTagProperties.setDefaultClickThroughEventTagId(java.lang.Long defaultClickThroughEventTagId)
ID of the click-through event tag to apply to all ads in this entity's scope.
|
DefaultClickThroughEventTagProperties |
DefaultClickThroughEventTagProperties.setOverrideInheritedEventTag(java.lang.Boolean overrideInheritedEventTag)
Whether this entity should override the inherited default click-through event tag with its own
defined value.
|
| Modifier and Type | Method and Description |
|---|---|
Ad |
Ad.setDefaultClickThroughEventTagProperties(DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties)
Default click-through event tag properties for this ad.
|
Campaign |
Campaign.setDefaultClickThroughEventTagProperties(DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties)
Click-through event tag ID override properties for this campaign.
|