Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Conversion |
Conversion.clone() |
Conversion |
Conversion.encodeSessionAttributesEncoded(byte[] sessionAttributesEncoded)
Session attributes for the conversion, encoded as based64 bytes.
|
Conversion |
ConversionStatus.getConversion()
The original conversion that was inserted or updated.
|
Conversion |
Conversion.set(String fieldName,
Object value) |
Conversion |
Conversion.setAdUserDataConsent(String adUserDataConsent)
This represents consent for ad user data.
|
Conversion |
Conversion.setCartData(CartData cartData)
The cart data associated with this conversion.
|
Conversion |
Conversion.setChildDirectedTreatment(Boolean childDirectedTreatment)
Whether this particular request may come from a user under the age of 13, under COPPA
compliance.
|
Conversion |
Conversion.setCustomVariables(List<CustomFloodlightVariable> customVariables)
Custom floodlight variables.
|
Conversion |
Conversion.setDclid(String dclid)
The display click ID.
|
Conversion |
Conversion.setEncryptedUserId(String encryptedUserId)
The alphanumeric encrypted user ID.
|
Conversion |
Conversion.setEncryptedUserIdCandidates(List<String> encryptedUserIdCandidates)
A list of the alphanumeric encrypted user IDs.
|
Conversion |
Conversion.setFloodlightActivityId(Long floodlightActivityId)
Floodlight Activity ID of this conversion.
|
Conversion |
Conversion.setFloodlightConfigurationId(Long floodlightConfigurationId)
Floodlight Configuration ID of this conversion.
|
Conversion |
Conversion.setGclid(String gclid)
The Google click ID.
|
Conversion |
Conversion.setImpressionId(String impressionId)
The impression ID.
|
Conversion |
Conversion.setKind(String kind)
Identifies what kind of resource this is.
|
Conversion |
Conversion.setLimitAdTracking(Boolean limitAdTracking)
Whether Limit Ad Tracking is enabled.
|
Conversion |
Conversion.setMatchId(String matchId)
The match ID field.
|
Conversion |
Conversion.setMobileDeviceId(String mobileDeviceId)
The mobile device ID.
|
Conversion |
Conversion.setNonPersonalizedAd(Boolean nonPersonalizedAd)
Whether the conversion was for a non personalized ad.
|
Conversion |
Conversion.setOrdinal(String ordinal)
The ordinal of the conversion.
|
Conversion |
Conversion.setQuantity(Long quantity)
The quantity of the conversion.
|
Conversion |
Conversion.setSessionAttributesEncoded(String sessionAttributesEncoded)
Session attributes for the conversion, encoded as based64 bytes.
|
Conversion |
Conversion.setTimestampMicros(Long timestampMicros)
The timestamp of conversion, in Unix epoch micros.
|
Conversion |
Conversion.setTreatmentForUnderage(Boolean treatmentForUnderage)
Whether this particular request may come from a user under the age of 16 (may differ by
country), under compliance with the European Union's General Data Protection Regulation (GDPR).
|
Conversion |
Conversion.setUserIdentifiers(List<UserIdentifier> userIdentifiers)
The user identifiers to enhance the conversion.
|
Conversion |
Conversion.setValue(Double value)
The value of the conversion.
|
Modifier and Type | Method and Description |
---|---|
List<Conversion> |
ConversionsBatchUpdateRequest.getConversions()
The set of conversions to update.
|
List<Conversion> |
ConversionsBatchInsertRequest.getConversions()
The set of conversions to insert.
|
Modifier and Type | Method and Description |
---|---|
ConversionStatus |
ConversionStatus.setConversion(Conversion conversion)
The original conversion that was inserted or updated.
|
Modifier and Type | Method and Description |
---|---|
ConversionsBatchUpdateRequest |
ConversionsBatchUpdateRequest.setConversions(List<Conversion> conversions)
The set of conversions to update.
|
ConversionsBatchInsertRequest |
ConversionsBatchInsertRequest.setConversions(List<Conversion> conversions)
The set of conversions to insert.
|
Copyright © 2011–2025 Google. All rights reserved.