For information about how REST API works, see rest main page.
Personyze can grab various data from a web page, including contents of Javascript variables.
You can see and manage data tracking here.
REST "containers_grab_variable" object allows you to see, create, update and delete items programmatically.
The URL is:
app.personyze.com/rest/containers_grab_variable
This object has the following columns:
curl --data '{"name": "Is VIP user", "variable_path": "dataLayer[0].isVIP"}' 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/containers_grab_variable/'
curl 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/containers_grab_variable/'
curl -X PUT --data '{"is_active": 0}' 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/containers_grab_variable/where/id=23'
Delete "niceguy-561531" forever. There is really no way back.
curl -X DELETE 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/containers_grab_variable/where/id=23'