Service
ConversionTrackerService
Inheritance
A ConversionTracker for mobile apps.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201302 - Fields
| Field | Type | Description |
|---|---|---|
| ConversionTracker (inherited) | ||
| id Filterable
ReadOnly
Selectable
|
xsd:long
|
ID of this conversion tracker, null when creating a new one.
This field can be selected using the value "Id".
This field can be filtered on.
This field is read only and should not be set for following Operators : ADD. If this field is sent to the API, it will be ignored.
|
| name Filterable
Required
Selectable
|
xsd:string
|
Name of this conversion tracker.
This field can be selected using the value "Name".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| status Filterable
Selectable
|
ConversionTracker.Status
|
Status of this conversion tracker.
This field can be selected using the value "Status".
This field can be filtered on.
Enumerations
|
| category Filterable
Selectable
|
ConversionTracker.Category
|
The category of conversion that is being tracked.
This field can be selected using the value "Category".
This field can be filtered on.
Enumerations
|
| stats ReadOnly
|
ConversionTrackerStats
|
Statistics for this conversion tracker. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| viewthroughLookbackWindow Filterable
InRange
Selectable
|
xsd:int
|
Lookback window for view-through conversions in days. This is the length of time in which a conversion without a click can be attributed to an impression. This field can be selected using the value "ViewthroughLookbackWindow". This field can be filtered on. This field must be between 1 and 30, inclusive. |
| viewthroughConversionDeDupSearch Filterable
Selectable
|
xsd:boolean
|
Indicates whether to turn on search de-duping of view through conversions. This field can be selected using the value "ViewthroughConversionDeDupSearch". This field can be filtered on. |
| isProductAdsChargeable Filterable
Selectable
|
xsd:boolean
|
Indicates whether to turn on charging for product ads. This field can be selected using the value "IsProductAdsChargeable". This field can be filtered on. |
| productAdsChargeableConversionWindow Filterable
Selectable
|
xsd:int
|
Lookback window, in days, for whether product ads can be charged or not. This field can be selected using the value "ProductAdsChargeableConversionWindow". This field can be filtered on. |
| ConversionTracker.Type |
xsd:string
|
Indicates that this instance is a subtype of ConversionTracker. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
| AppConversion | ||
| appId Filterable
Selectable
|
xsd:string
|
App id of the app conversion tracker. This field can be selected using the value "AppId". This field can be filtered on. |
| appPlatform Filterable
Selectable
|
AppConversion.AppPlatform
|
App platform of the app conversion tracker. This field defaults to NONE.
Once it is set to a value other than NONE it cannot be changed again. It must be
set at the same time as AppConversionType.
This field can be selected using the value "AppPlatform".
This field can be filtered on.
Enumerations
|
| userRevenueValue Filterable
Selectable
|
xsd:string
|
The user-supplied revenue value for this conversion tracker. This value is passed through directly to the conversion tracker snippet. This field can be selected using the value "AppUserRevenueValue". This field can be filtered on. |
| snippet ReadOnly
|
xsd:string
|
The generated snippet for this conversion tracker. This snippet is auto-generated by the API, and will be ignored in mutate operands. This field will always be returned. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| appConversionType |
AppConversion.AppConversion...
|
The type of AppConversion, which identifies a conversion as being either download or
in-app purchase. This field can only be set once and future reads will populate the type
appropriately. It is an error to change the value once it is set. This field must be set
at the same time as AppPlatform. Enumerations
|