Conversions v1.0 (deprecated)
Insert a new conversion
https://api.commander1.com/engage/conversion/
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+ | 1234 | Id of the visitor |
token | [a-zA-Z0-9]* | WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA | Security token |
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",
...
}
{"success":true}
Last modified 3yr ago