arrow-left
All pages
gitbookPowered by GitBook
1 of 1

Loading...

Conversions v1.0 (deprecated)

triangle-exclamation

The following methods have been deprecated since January 2019. Please use version 2.0arrow-up-right.

hashtag
PUT conversion

Insert a new conversion

hashtag
Resource URL

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

hashtag
Resource Information

hashtag
Parameters

hashtag
Example Request

PUT

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

hashtag
Response

1234

Id of the visitor

token

[a-zA-Z0-9]*

WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA

Security token

Response formats

JSON

Requires authentication?

Yes (token)

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+

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