Update snowplow models to accept non-js event trackers as first-class citizens
jthandy opened this issue · 0 comments
jthandy commented
Currently these open source models rely on functionality only provided in the js tracker -- domainsessionidx and domainsessionid. We need to reimplement sessionization to allow other trackers that don't contain that functionality to also participate as first-class citizens in these models (currently they get filtered out).