Examples
Event registration
https://dss.hybrid.ai/pixel/trackapi2?pid=123456&txid=789&evt=PageView&cnt={'product_ids':['a','b']}
Visitor identification
https://dss.hybrid.ai/pixel/identifyapi2?pid=123&txid=456&cstid=789&icnt={'vkid':'123','okid':'456'}&ucnt={'age':'30','gender':'man'}
Receive the dynamic parameters
https://dsa.hybrid.ai/dynamicparameter/get?pid=789&pr=color,model
Dynamic parameters API response
{
"color": "red",
"model": "audi"
}
Last updated