Deprecated - DataCommander
Community home
  • Overview
  • GETTING STARTED
    • Setup guide
  • USER MANUAL
    • Dashboards
    • Variables
    • Import data
      • Import CRM users
        • Users file importer
      • Import conversions
        • Conversions files importer
    • Segment
      • Segment overlap
    • Augmented User Attributes
      • Business case
    • Share
    • Control Group (Beta - release soon)
    • Prediction tree
  • Connectors & vendors
    • Google connectors
      • Google DV360
      • Google Store Sales Direct
      • Google Customer Match
    • Facebook connectors
      • Facebook Custom Audiences
      • Facebook Conversions API
      • Facebook Offline conversion
    • Criteo Connectors
      • Criteo (audiences)
      • Criteo (offline conversions)
    • Tableau Online
    • The Trade Desk
    • Set up a cookie sync
  • API
    • Users
    • Segments
    • Conversions and Product catalog v2.0
    • Conversions v1.0 (deprecated)
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. API

Conversions v1.0 (deprecated)

PreviousConversions and Product catalog v2.0

Last updated 5 years ago

Was this helpful?

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

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}
version 2.0