public final class EventTag
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
EventTag() |
| Modifier and Type | Method and Description |
|---|---|
EventTag |
clone() |
java.lang.Long |
getAccountId()
Account ID of this event tag.
|
java.lang.Long |
getAdvertiserId()
Advertiser ID of this event tag.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
java.lang.Long |
getCampaignId()
Campaign ID of this event tag.
|
DimensionValue |
getCampaignIdDimensionValue()
Dimension value for the ID of the campaign.
|
java.lang.Boolean |
getEnabledByDefault()
Whether this event tag should be automatically enabled for all of the advertiser's campaigns
and ads.
|
java.lang.Boolean |
getExcludeFromAdxRequests()
Whether to remove this event tag from ads that are trafficked through DoubleClick Bid Manager
to Ad Exchange.
|
java.lang.Long |
getId()
ID of this event tag.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this event tag.
|
java.lang.String |
getSiteFilterType()
Site filter type for this event tag.
|
java.util.List<java.lang.Long> |
getSiteIds()
Filter list of site IDs associated with this event tag.
|
java.lang.Boolean |
getSslCompliant()
Whether this tag is SSL-compliant or not.
|
java.lang.String |
getStatus()
Status of this event tag.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of this event tag.
|
java.lang.String |
getType()
Event tag type.
|
java.lang.String |
getUrl()
Payload URL for this event tag.
|
java.lang.Integer |
getUrlEscapeLevels()
Number of times the landing page URL should be URL-escaped before being appended to the click-
through event tag URL.
|
EventTag |
set(java.lang.String fieldName,
java.lang.Object value) |
EventTag |
setAccountId(java.lang.Long accountId)
Account ID of this event tag.
|
EventTag |
setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this event tag.
|
EventTag |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
EventTag |
setCampaignId(java.lang.Long campaignId)
Campaign ID of this event tag.
|
EventTag |
setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
EventTag |
setEnabledByDefault(java.lang.Boolean enabledByDefault)
Whether this event tag should be automatically enabled for all of the advertiser's campaigns
and ads.
|
EventTag |
setExcludeFromAdxRequests(java.lang.Boolean excludeFromAdxRequests)
Whether to remove this event tag from ads that are trafficked through DoubleClick Bid Manager
to Ad Exchange.
|
EventTag |
setId(java.lang.Long id)
ID of this event tag.
|
EventTag |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
EventTag |
setName(java.lang.String name)
Name of this event tag.
|
EventTag |
setSiteFilterType(java.lang.String siteFilterType)
Site filter type for this event tag.
|
EventTag |
setSiteIds(java.util.List<java.lang.Long> siteIds)
Filter list of site IDs associated with this event tag.
|
EventTag |
setSslCompliant(java.lang.Boolean sslCompliant)
Whether this tag is SSL-compliant or not.
|
EventTag |
setStatus(java.lang.String status)
Status of this event tag.
|
EventTag |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this event tag.
|
EventTag |
setType(java.lang.String type)
Event tag type.
|
EventTag |
setUrl(java.lang.String url)
Payload URL for this event tag.
|
EventTag |
setUrlEscapeLevels(java.lang.Integer urlEscapeLevels)
Number of times the landing page URL should be URL-escaped before being appended to the click-
through event tag URL.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic EventTag setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Long getAdvertiserId()
null for nonepublic EventTag setAdvertiserId(java.lang.Long advertiserId)
advertiserId - advertiserId or null for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null for nonepublic EventTag setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue - advertiserIdDimensionValue or null for nonepublic java.lang.Long getCampaignId()
null for nonepublic EventTag setCampaignId(java.lang.Long campaignId)
campaignId - campaignId or null for nonepublic DimensionValue getCampaignIdDimensionValue()
null for nonepublic EventTag setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
campaignIdDimensionValue - campaignIdDimensionValue or null for nonepublic java.lang.Boolean getEnabledByDefault()
null for nonepublic EventTag setEnabledByDefault(java.lang.Boolean enabledByDefault)
enabledByDefault - enabledByDefault or null for nonepublic java.lang.Boolean getExcludeFromAdxRequests()
null for nonepublic EventTag setExcludeFromAdxRequests(java.lang.Boolean excludeFromAdxRequests)
excludeFromAdxRequests - excludeFromAdxRequests or null for nonepublic java.lang.Long getId()
null for nonepublic EventTag setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic EventTag setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic EventTag setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getSiteFilterType()
null for nonepublic EventTag setSiteFilterType(java.lang.String siteFilterType)
siteFilterType - siteFilterType or null for nonepublic java.util.List<java.lang.Long> getSiteIds()
null for nonepublic EventTag setSiteIds(java.util.List<java.lang.Long> siteIds)
siteIds - siteIds or null for nonepublic java.lang.Boolean getSslCompliant()
null for nonepublic EventTag setSslCompliant(java.lang.Boolean sslCompliant)
sslCompliant - sslCompliant or null for nonepublic java.lang.String getStatus()
null for nonepublic EventTag setStatus(java.lang.String status)
status - status or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic EventTag setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic java.lang.String getType()
null for nonepublic EventTag setType(java.lang.String type)
type - type or null for nonepublic java.lang.String getUrl()
null for nonepublic EventTag setUrl(java.lang.String url)
url - url or null for nonepublic java.lang.Integer getUrlEscapeLevels()
null for nonepublic EventTag setUrlEscapeLevels(java.lang.Integer urlEscapeLevels)
urlEscapeLevels - urlEscapeLevels or null for nonepublic EventTag set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic EventTag clone()
clone in class com.google.api.client.json.GenericJson