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 Campaign Manager 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EventTag() |
| Modifier and Type | Method and Description |
|---|---|
EventTag |
clone() |
Long |
getAccountId()
Account ID of this event tag.
|
Long |
getAdvertiserId()
Advertiser ID of this event tag.
|
DimensionValue |
getAdvertiserIdDimensionValue()
Dimension value for the ID of the advertiser.
|
Long |
getCampaignId()
Campaign ID of this event tag.
|
DimensionValue |
getCampaignIdDimensionValue()
Dimension value for the ID of the campaign.
|
Boolean |
getEnabledByDefault()
Whether this event tag should be automatically enabled for all of the advertiser's campaigns
and ads.
|
Boolean |
getExcludeFromAdxRequests()
Whether to remove this event tag from ads that are trafficked through Display & Video 360 to Ad
Exchange.
|
Long |
getId()
ID of this event tag.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getName()
Name of this event tag.
|
String |
getSiteFilterType()
Site filter type for this event tag.
|
List<Long> |
getSiteIds()
Filter list of site IDs associated with this event tag.
|
Boolean |
getSslCompliant()
Whether this tag is SSL-compliant or not.
|
String |
getStatus()
Status of this event tag.
|
Long |
getSubaccountId()
Subaccount ID of this event tag.
|
String |
getType()
Event tag type.
|
String |
getUrl()
Payload URL for this event tag.
|
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(String fieldName,
Object value) |
EventTag |
setAccountId(Long accountId)
Account ID of this event tag.
|
EventTag |
setAdvertiserId(Long advertiserId)
Advertiser ID of this event tag.
|
EventTag |
setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
EventTag |
setCampaignId(Long campaignId)
Campaign ID of this event tag.
|
EventTag |
setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
EventTag |
setEnabledByDefault(Boolean enabledByDefault)
Whether this event tag should be automatically enabled for all of the advertiser's campaigns
and ads.
|
EventTag |
setExcludeFromAdxRequests(Boolean excludeFromAdxRequests)
Whether to remove this event tag from ads that are trafficked through Display & Video 360 to Ad
Exchange.
|
EventTag |
setId(Long id)
ID of this event tag.
|
EventTag |
setKind(String kind)
Identifies what kind of resource this is.
|
EventTag |
setName(String name)
Name of this event tag.
|
EventTag |
setSiteFilterType(String siteFilterType)
Site filter type for this event tag.
|
EventTag |
setSiteIds(List<Long> siteIds)
Filter list of site IDs associated with this event tag.
|
EventTag |
setSslCompliant(Boolean sslCompliant)
Whether this tag is SSL-compliant or not.
|
EventTag |
setStatus(String status)
Status of this event tag.
|
EventTag |
setSubaccountId(Long subaccountId)
Subaccount ID of this event tag.
|
EventTag |
setType(String type)
Event tag type.
|
EventTag |
setUrl(String url)
Payload URL for this event tag.
|
EventTag |
setUrlEscapeLevels(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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getAccountId()
null for nonepublic EventTag setAccountId(Long accountId)
accountId - accountId or null for nonepublic Long getAdvertiserId()
null for nonepublic EventTag setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic DimensionValue getAdvertiserIdDimensionValue()
null for nonepublic EventTag setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
advertiserIdDimensionValue - advertiserIdDimensionValue or null for nonepublic Long getCampaignId()
null for nonepublic EventTag setCampaignId(Long campaignId)
campaignId - campaignId or null for nonepublic DimensionValue getCampaignIdDimensionValue()
null for nonepublic EventTag setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
campaignIdDimensionValue - campaignIdDimensionValue or null for nonepublic Boolean getEnabledByDefault()
null for nonepublic EventTag setEnabledByDefault(Boolean enabledByDefault)
enabledByDefault - enabledByDefault or null for nonepublic Boolean getExcludeFromAdxRequests()
null for nonepublic EventTag setExcludeFromAdxRequests(Boolean excludeFromAdxRequests)
excludeFromAdxRequests - excludeFromAdxRequests or null for nonepublic Long getId()
null for nonepublic EventTag setId(Long id)
id - id or null for nonepublic String getKind()
null for nonepublic EventTag setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic EventTag setName(String name)
name - name or null for nonepublic String getSiteFilterType()
null for nonepublic EventTag setSiteFilterType(String siteFilterType)
siteFilterType - siteFilterType or null for nonepublic List<Long> getSiteIds()
null for nonepublic EventTag setSiteIds(List<Long> siteIds)
siteIds - siteIds or null for nonepublic Boolean getSslCompliant()
null for nonepublic EventTag setSslCompliant(Boolean sslCompliant)
sslCompliant - sslCompliant or null for nonepublic String getStatus()
null for nonepublic EventTag setStatus(String status)
status - status or null for nonepublic Long getSubaccountId()
null for nonepublic EventTag setSubaccountId(Long subaccountId)
subaccountId - subaccountId or null for nonepublic String getType()
null for nonepublic EventTag setType(String type)
type - type or null for nonepublic String getUrl()
null for nonepublic EventTag setUrl(String url)
url - url or null for nonepublic Integer getUrlEscapeLevels()
null for nonepublic EventTag setUrlEscapeLevels(Integer urlEscapeLevels)
urlEscapeLevels - urlEscapeLevels or null for nonepublic EventTag set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EventTag clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.