You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before we track, is that right we have to manually make sure the .choose has completed, and persist them some where, so next time user land on the same page, the chosen one is loaded from cache
but we may have two or more experiment, say "headline" and "button". Then it gets a bit more complicated, because you have to wait for two async call to complete to track
since it's not a trivial one to one callback, but also getting from cache and multiple callbacks, it'd be good to have the SDK actually handles that all for user
it sounds like we needed to provide a promise style interface to satisify this requirement
Question:
before we track, is that right we have to manually make sure the .choose has completed, and persist them some where, so next time user land on the same page, the chosen one is loaded from cache
but we may have two or more experiment, say "headline" and "button". Then it gets a bit more complicated, because you have to wait for two async call to complete to track
since it's not a trivial one to one callback, but also getting from cache and multiple callbacks, it'd be good to have the SDK actually handles that all for user
it sounds like we needed to provide a promise style interface to satisify this requirement
The text was updated successfully, but these errors were encountered: