You can send us your users' data in 2 ways :
Files importer (Get in touch with your Account Manager)
One line per user
Header on the file is needed for the matching
Encoding: utf8
The variable can not be calculated. It must be one line, one variable
PGP or GPG key encryption are not supported. Files must be unencrypted before import.
Variables :
it must be the same name of data variable (Variables are in uppercase, they will transcribe automatically in lowercase)
You can add new variables. Don't forget to define them in DataCommander variable interface
The CRM variables should be prefixed with "person." and custom variables by "person.custom."
GET
https://api.commander1.com/v1.0/engage/visitors/
This endpoint allows you to
get properties for one specific visitor
. When you create the token, you can define which properties to return.
\
This API is more designed to be called from a tag in each user's browser.
callback
string
(optional) Callback for jsonp request
token
string
Security token
site
integer
ID of the site
tcid
string
Cookie id. If empty (recommanded) it will read the tcid in the user's cookie.
GET
https://api.commander1.com/engage/user/
This endpoint allows you to
get properties for one specific user
based on a
user_id
. When you create the token, you can define which properties to return.
token
string
Security token
user_id
string
ID of the user
site
integer
ID of the site
PUT
https://api.commander1.com/engage/user/
Insert or update a user
site
string
Id of the site (account)
user_id
string
Id of the user. Required if tc_id parameter is not set
token
string
Security token
PUT
https://api.commander1.com/engage/user/?site=1234&user_id=1234&token=WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA
Delete a user
https://api.commander1.com/engage/user/
Requires authentication?
Yes (token)
site
d+
1234
Id of the site
user_id
d+
1234
Id of the user
tc_id (optional)
d+
1234
Id of the visitor
token
[a-zA-Z0-9]*
WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA
Security token
DELETE
https://api.commander1.com/engage/user/?site=1234&user_id=1234&tc_id=1234&token=WvNIX8955cnZ7WF0f632s0Wb99Ql3rtA