Web Notify & Connect

Effective today, all Web Notify events, which include web sends, clicks, sessions, and uninstalls can be streamed in real time using Connect. Combined with Named Users, our user-mapping utility, this release takes you one step further in your omnichannel user engagement strategy.

Web Notify events now supported in Connect:

  • SEND
  • WEB_CLICK
  • WEB_SESSION
  • UNINSTALL

See Connect Event Types in our Connect API reference for details on these and other event types.

Below you can see an example of one our our newest events, WEB_CLICK. Note the additional attributes available for the user such as browser type and version.

{
   "id": "8f360100-c59c-4761-8fa4-fb12308c5e92",
   "offset": "1791656",
   "occurred": "2017-07-13T18:32:20.727Z",
   "processed": "2017-07-13T18:32:20.848Z",
   "device": {
      "channel": "ae8223bb-eb05-4108-8551-c27c51d02f96",
      "device_type": "WEB",
      "named_user_id": "keyser_soze",
      "attributes": {
         "web_browser_type": "desktop",
         "push_opt_in": "true",
         "web_browser_version": "chrome-59",
         "web_browser_name": "chrome",
         "ua_sdk_version": "0.0.1",
         "web_user_agent_string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36"
      }
   },
   "body": {
      "push_id": "6b1ce625-9965-45ca-a3de-1ccae9d0e195"
   },
   "type": "WEB_CLICK"
}

We have also updated our popular integrations AWS S3 and Kinesis with these new events.

Enjoy!