How to move visitor to a different account (using the API)
I'm unable to figure out how to modify a visitor's account. We have scenarios where we need to transfer a visitor to a different account, and sometimes this needs to be handled from our backend. Although I understand that the visitor will be associated with the new AccountId upon logging in, I'd prefer that the old AccountId not be visible for that visitor. I'd like to accomplish this through the API.
Thanks!
1
コメント
Found a workaround by sending a dummy tracking event with the new accountId, but this is just adding another account to that visitor. In our case, the user can be attached to only one account(organization) at a time. So I can't find a way to remove the other account ids from the visitor level.
サインインしてコメントを残してください。