AdWords API
Feedback on this document

type AppConversion (v201302)

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
ENABLED
Visits to the conversion page will be recorded.
DISABLED
Visits to the conversion page will not be recorded.
HIDDEN
Conversions will be recorded, but the conversion tracker will not appear in the UI.
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
DEFAULT
PAGE_VIEW
PURCHASE
SIGNUP
LEAD
REMARKETING
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
NONE
ITUNES
ANDROID_MARKET
MOBILE_APP_CHANNEL
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
NONE
DOWNLOAD
IN_APP_PURCHASE

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.