Martin Mlostek
Martin Mlostek

Reputation: 2970

Is adding facebook analytics setUserID breaking relation to historic data?

We are logging events from our iOS app to facebook analytics already, but without +setUserID:. Now we want to identify this user to be able to connect the data to other services.

Is it possible to introduces the user identification with +setUserID: without breaking consistency and without loosing the connection to the history of the user?

(I am concerned that the new custom user id will be set only for new events, and the old events are not connected to the ones with the user id)

All links to official documentation that answers that question are welcome as a proof.

Upvotes: 0

Views: 112

Answers (1)

Jiangwei Xu
Jiangwei Xu

Reputation: 11

No, setUserID will just add more information, but won't break the consistency of old data.

Upvotes: 1

Related Questions