Jump to: POST Response Notes | API Call Builder
Creates a conversion with data properties.
NOTE: Conversions created via this API method are not tied to any click session, and are intended to be used primarily for making adjustments. Using server postbacks for tracking conversions is highly recommended in most cases.
Name | Type | Description |
---|---|---|
NetworkId | Url | Network ID |
NetworkToken | String | Network token |
Target | String | This calls action target |
Method | String | This calls action method |
data | Object | Conversion model object dataShow Supported Parameters |
number | Integer | Number of conversion to create; defaults to 1 |
return_object | Boolean | If true, returns affected object; defaults to true |
POST Response Notes
Returns the ID of the newly created conversion as an integer or returns the newly created Conversion model object if return_object is "true".
API Call Builder
Javascript is required to use the API Call Builder.