Clicker

To receive the information about a clicker, you have to create a CLICKER Webhook. We'll then push the data through a POST HTTP request with a JSON string in the body (raw) as follows:

CLICKER


{
  "campaign_id": "15948909",
  "gsmsid": null,
  "date": "2018-10-23 15:38:00",
  "long_url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
  "short_url": "37MM",
  "brand": "Apple",
  "model": "iPhone",
  "os": "iOS",
  "info1": "",
  "info2": "",
  "info3": "",
  "info4": "",
  "clicks_on_link": "2",
}
	      
	  
campaign_id The associated campaign id
gsmsid The associated message id if the gsmsmsid param was set
date The delivery date
long_url Your url
short_url Your short url
brand The brand
model The model
os The OS
info [1;4] The info
clicks_on_link The number of clicks on this link