To initiate a cookie sync, use the following URL:
https://ck.silvermob.com/sync?pid=PARTNER_ID&uid=[PARTNER_USER_ID]&r=[ENCODED_CALLBACK]
The recommended method for invoking this URL is via an <iframe>
.
Parameter | Required | Description | Example |
---|---|---|---|
pid |
Yes | Partner ID on the SilverMob platform. | 123 |
uid |
No | User ID on the partner's platform. If provided, it will be stored on SilverMob's side. | aa4d8502-fd35-4547-b576-16a69277010f |
r |
No | URL-encoded callback URL. SilverMob will call this URL to pass its user ID. Supports macros [USER_ID] or ${USER_ID} , which will be replaced with the actual SilverMob user ID. |
https://partner.com/sync?user_id=[USER_ID] |
<iframe src="https://ck.silvermob.com/sync?pid=123&uid=aa4d8502-fd35-4547-b576-16a69277010f&r=https%3A%2F%2Fpartner.com%2Fsync%3Fuser_id%3D%5BUSER_ID%5D" width="1" height="1" style="display:none;"></iframe>
This ensures seamless synchronization between SilverMob and the partner's user identification systems.