Conversions v1.0 (deprecated)

The following methods have been deprecated since January 2019. Please use version 2.0.

PUT conversion

Insert a new conversion

Resource URL

https://api.commander1.com/engage/conversion/

Resource Information

Response formats

JSON

Requires authentication?

Yes (token)

Parameters

NAME

REQUIREMENT

EXAMPLE VALUES

DESCRIPTION

site

d+

1234

Id of the site

user_id (optional)

d+

1234

Id of the user

tc_id (optional)

d+

1234

Id of the visitor

token

[a-zA-Z0-9]*

WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA

Security token

Example Request

PUT

https://api.commander1.com/engage/conversion/?site=1234&user_id=1234&tc_id=1234&token=WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA

{
"conversion_id":"1234",
"status":"ok",
"amount":"1234.12",
"arg4":"value",
...
}

Response

{"success":true}

Last updated