Hey,
I would like to know if it’s possible to send “track” and “identify” in the same call using the Javascript API.
The reason behind this question is the following issue that I’ve encountered:
In case you want to identify and track a user within the same event e.g. a dataLayer push, two separate _learnq calls don’t work unless you introduce some sort of timeout because the exchange id from the identify call will not be available fast enough and before the next call fires.