Hello. We’re trying to use user_id
property on visits by calling _paq.push(['setUserId', 'USER_ID_HERE']);
to identify visitors. But our analytic logic is based on property idvisitor
in DB, not user_id
. Can we expect that these idvisitor
properties in DB will be always uniquely determined by user_id
property? (so that visits with the same user_id
will always have the same idvisitor
? - we need that to count for example number of unique visitors)
Thanks for any help.