Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
Conversion |
Conversion.clone() |
Conversion |
Conversion.set(String fieldName,
Object value) |
Conversion |
Conversion.setAdGroupId(Long adGroupId)
DS ad group ID.
|
Conversion |
Conversion.setAdId(Long adId)
DS ad ID.
|
Conversion |
Conversion.setAdUserDataConsent(String adUserDataConsent)
Represents consent for core platform services (CPS) preferences in settings.
|
Conversion |
Conversion.setAdvertiserId(Long advertiserId)
DS advertiser ID.
|
Conversion |
Conversion.setAgencyId(Long agencyId)
DS agency ID.
|
Conversion |
Conversion.setAttributionModel(String attributionModel)
Available to advertisers only after contacting DoubleClick Search customer support.
|
Conversion |
Conversion.setCampaignId(Long campaignId)
DS campaign ID.
|
Conversion |
Conversion.setChannel(String channel)
Sales channel for the product.
|
Conversion |
Conversion.setClickId(String clickId)
DS click ID for the conversion.
|
Conversion |
Conversion.setConversionId(String conversionId)
For offline conversions, advertisers provide this ID.
|
Conversion |
Conversion.setConversionModifiedTimestamp(Long conversionModifiedTimestamp)
The time at which the conversion was last modified, in epoch millis UTC.
|
Conversion |
Conversion.setConversionTimestamp(String conversionTimestamp)
The time at which the conversion took place, in epoch millis UTC.
|
Conversion |
Conversion.setCountMillis(Long countMillis)
Available to advertisers only after contacting DoubleClick Search customer support.
|
Conversion |
Conversion.setCriterionId(Long criterionId)
DS criterion (keyword) ID.
|
Conversion |
Conversion.setCurrencyCode(String currencyCode)
The currency code for the conversion's revenue.
|
Conversion |
Conversion.setCustomDimension(List<CustomDimension> customDimension)
Custom dimensions for the conversion, which can be used to filter data in a report.
|
Conversion |
Conversion.setCustomerId(String customerId)
Customer ID of a client account in the new Search Ads 360 experience.
|
Conversion |
Conversion.setCustomMetric(List<CustomMetric> customMetric)
Custom metrics for the conversion.
|
Conversion |
Conversion.setDeviceType(String deviceType)
The type of device on which the conversion occurred.
|
Conversion |
Conversion.setDsConversionId(Long dsConversionId)
ID that DoubleClick Search generates for each conversion.
|
Conversion |
Conversion.setEngineAccountId(Long engineAccountId)
DS engine account ID.
|
Conversion |
Conversion.setFloodlightOrderId(String floodlightOrderId)
The Floodlight order ID provided by the advertiser for the conversion.
|
Conversion |
Conversion.setInventoryAccountId(Long inventoryAccountId)
ID that DS generates and uses to uniquely identify the inventory account that contains the
product.
|
Conversion |
Conversion.setProductCountry(String productCountry)
The country registered for the Merchant Center feed that contains the product.
|
Conversion |
Conversion.setProductGroupId(Long productGroupId)
DS product group ID.
|
Conversion |
Conversion.setProductId(String productId)
The product ID (SKU).
|
Conversion |
Conversion.setProductLanguage(String productLanguage)
The language registered for the Merchant Center feed that contains the product.
|
Conversion |
Conversion.setQuantityMillis(Long quantityMillis)
The quantity of this conversion, in millis.
|
Conversion |
Conversion.setRevenueMicros(String revenueMicros)
The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no
decimal).
|
Conversion |
Conversion.setSegmentationId(Long segmentationId)
The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
|
Conversion |
Conversion.setSegmentationName(String segmentationName)
The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity
name).
|
Conversion |
Conversion.setSegmentationType(String segmentationType)
The segmentation type of this conversion (for example, `FLOODLIGHT`).
|
Conversion |
Conversion.setState(String state)
The state of the conversion, that is, either `ACTIVE` or `REMOVED`.
|
Conversion |
Conversion.setStoreId(String storeId)
The ID of the local store for which the product was advertised.
|
Conversion |
Conversion.setType(String type)
The type of the conversion, that is, either `ACTION` or `TRANSACTION`.
|
Modifier and Type | Method and Description |
---|---|
List<Conversion> |
ConversionList.getConversion()
The conversions being requested.
|
Modifier and Type | Method and Description |
---|---|
ConversionList |
ConversionList.setConversion(List<Conversion> conversion)
The conversions being requested.
|
Copyright © 2011–2024 Google. All rights reserved.