| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Conversion |
Conversion.clone() |
Conversion |
ConversionStatus.getConversion()
The original conversion that was inserted or updated.
|
Conversion |
Conversion.set(java.lang.String fieldName,
java.lang.Object value) |
Conversion |
Conversion.setChildDirectedTreatment(java.lang.Boolean childDirectedTreatment)
Whether the conversion was directed toward children.
|
Conversion |
Conversion.setCustomVariables(java.util.List<CustomFloodlightVariable> customVariables)
Custom floodlight variables.
|
Conversion |
Conversion.setEncryptedUserId(java.lang.String encryptedUserId)
The alphanumeric encrypted user ID.
|
Conversion |
Conversion.setEncryptedUserIdCandidates(java.util.List<java.lang.String> encryptedUserIdCandidates)
A list of the alphanumeric encrypted user IDs.
|
Conversion |
Conversion.setFloodlightActivityId(java.lang.Long floodlightActivityId)
Floodlight Activity ID of this conversion.
|
Conversion |
Conversion.setFloodlightConfigurationId(java.lang.Long floodlightConfigurationId)
Floodlight Configuration ID of this conversion.
|
Conversion |
Conversion.setGclid(java.lang.String gclid)
The Google click ID.
|
Conversion |
Conversion.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Conversion |
Conversion.setLimitAdTracking(java.lang.Boolean limitAdTracking)
Whether Limit Ad Tracking is enabled.
|
Conversion |
Conversion.setMobileDeviceId(java.lang.String mobileDeviceId)
The mobile device ID.
|
Conversion |
Conversion.setOrdinal(java.lang.String ordinal)
The ordinal of the conversion.
|
Conversion |
Conversion.setQuantity(java.lang.Long quantity)
The quantity of the conversion.
|
Conversion |
Conversion.setTimestampMicros(java.lang.Long timestampMicros)
The timestamp of conversion, in Unix epoch micros.
|
Conversion |
Conversion.setValue(java.lang.Double value)
The value of the conversion.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Conversion> |
ConversionsBatchInsertRequest.getConversions()
The set of conversions to insert.
|
java.util.List<Conversion> |
ConversionsBatchUpdateRequest.getConversions()
The set of conversions to update.
|
| 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 |
|---|---|
ConversionsBatchInsertRequest |
ConversionsBatchInsertRequest.setConversions(java.util.List<Conversion> conversions)
The set of conversions to insert.
|
ConversionsBatchUpdateRequest |
ConversionsBatchUpdateRequest.setConversions(java.util.List<Conversion> conversions)
The set of conversions to update.
|