MBurger Engagement Platform
User Guide
Headless CMS
Engagement Platform
Searchβ¦
π
MBurger Engagement Platform π
π
iOS Docs
Messages
Audience
Automation
π±
Android Docs
Messages
Audience
Automation
π·
Flutter Docs
Messages
Audience
Installation
Initialization
Tracked data
Tags
Custom Id
Mobile User Id
Location Data
Automation
Powered By
GitBook
Custom Id
You can set a custom id in order to track/target users with id coming from different platforms.
To set a custom id:
MBAudience
.
setCustomId
(
'CUSTOM_ID'
);
To remove it:
MBAudience
.
removeCustomId
();
To retrieve the current saved id:
String
customId
=
await
MBAudience
.
getCustomId
();
Previous
Tags
Next
Mobile User Id
Last modified
1yr ago
Copy link