v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBSurveys
Create click
Creates a click and returns the click id without redirecting.
post/v2/client/clicks
Query parameters
sstring required
session id
istring required
impression id
tagsstring URL-encoded query
Example:key1=value1&key2=value2
Optional set of key-value pairs to be passed back in callbacks. Max 10 pairs with both key and value up to 50 characters long. Keys and values are trimmed and lower-cased. Keys can only contain alphanumeric characters and underscores. Values can contain any characters. If you need to pass sensitive information, note that users can potentially manipulate this data.
bb_trackstring
Example:amp:01HXJKP9VQCMZKZ
Optional cross-provider tracking token for analytics correlation (e.g. comma-separated amp:session_id,other:token). Max 512 characters.
Response
OK
Example response
{
"data": {
"id": "edf06866-e477-40a6-8287-ff987863e2e9"
}
}