| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.EventTags.Insert |
Dfareporting.EventTags.insert(Long profileId,
EventTag content)
Inserts a new event tag.
|
Dfareporting.EventTags.Patch |
Dfareporting.EventTags.patch(Long profileId,
Long id,
EventTag content)
Updates an existing event tag.
|
Dfareporting.EventTags.Update |
Dfareporting.EventTags.update(Long profileId,
EventTag content)
Updates an existing event tag.
|
| Constructor and Description |
|---|
Insert(Long profileId,
EventTag content)
Inserts a new event tag.
|
Patch(Long profileId,
Long id,
EventTag content)
Updates an existing event tag.
|
Update(Long profileId,
EventTag content)
Updates an existing event tag.
|
| Modifier and Type | Method and Description |
|---|---|
EventTag |
EventTag.clone() |
EventTag |
EventTag.set(String fieldName,
Object value) |
EventTag |
EventTag.setAccountId(Long accountId)
Account ID of this event tag.
|
EventTag |
EventTag.setAdvertiserId(Long advertiserId)
Advertiser ID of this event tag.
|
EventTag |
EventTag.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
EventTag |
EventTag.setCampaignId(Long campaignId)
Campaign ID of this event tag.
|
EventTag |
EventTag.setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
EventTag |
EventTag.setEnabledByDefault(Boolean enabledByDefault)
Whether this event tag should be automatically enabled for all of the advertiser's campaigns
and ads.
|
EventTag |
EventTag.setExcludeFromAdxRequests(Boolean excludeFromAdxRequests)
Whether to remove this event tag from ads that are trafficked through Display & Video 360 to Ad
Exchange.
|
EventTag |
EventTag.setId(Long id)
ID of this event tag.
|
EventTag |
EventTag.setKind(String kind)
Identifies what kind of resource this is.
|
EventTag |
EventTag.setName(String name)
Name of this event tag.
|
EventTag |
EventTag.setSiteFilterType(String siteFilterType)
Site filter type for this event tag.
|
EventTag |
EventTag.setSiteIds(List<Long> siteIds)
Filter list of site IDs associated with this event tag.
|
EventTag |
EventTag.setSslCompliant(Boolean sslCompliant)
Whether this tag is SSL-compliant or not.
|
EventTag |
EventTag.setStatus(String status)
Status of this event tag.
|
EventTag |
EventTag.setSubaccountId(Long subaccountId)
Subaccount ID of this event tag.
|
EventTag |
EventTag.setType(String type)
Event tag type.
|
EventTag |
EventTag.setUrl(String url)
Payload URL for this event tag.
|
EventTag |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventTag> |
EventTagsListResponse.getEventTags()
Event tag collection.
|
| Modifier and Type | Method and Description |
|---|---|
EventTagsListResponse |
EventTagsListResponse.setEventTags(List<EventTag> eventTags)
Event tag collection.
|
Copyright © 2011–2023 Google. All rights reserved.