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