snowplow / stream-collector

Collector for cloud-native web, mobile and event analytics, running on AWS and GCP
http://snowplowanalytics.com
Other
27 stars 32 forks source link

Scala Stream Collector: add return path for collector cookie value #21

Open alexanderdean opened 7 years ago

alexanderdean commented 7 years ago

Three options:

  1. POST to a new endpoint which returns a self-describing JSON containing the cookie
  2. A special endpoint which redirects to a URL containing the cookie
  3. The response to the existing POST requests (see also snowplow/snowplow#2605)

I think I am leaning towards 1 as it is the most modular (it doesn't require the JavaScript Tracker to use; it doesn't require changes to be made to the trackers).

alexanderdean commented 7 years ago

/cc @shermozle