Service
ConversionTrackerService
Dependencies
Inheritance
ConversionTracker
▼
AdWordsConversionTracker
An abstract Conversion base class.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Fields
Field | Type | Description |
---|---|---|
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. |