There's a Vanity metric that is tracked by a cronjob, long after the user has left the website.
How should I pass the user ID to the "track!" method to ensure that the conversion is handled properly?
There's a Vanity metric that is tracked by a cronjob, long after the user has left the website.
How should I pass the user ID to the "track!" method to ensure that the conversion is handled properly?
You can pass an
identity
option to thetrack!
method, as the documentation shows: