You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, my client would like to accurately track Adjust links sent with Braze and thus need the IDFV. But the Braze.setIdentifierForVendor method is missing, can you add it please?
Also FYI this doc is outdated since the {{most_recently_used_device.${id}}} is a random device UUID. How to retrieve the IDFV in liquid tags?
Thanks
Louis
Workarounds
Add configuration.useUUIDAsDeviceId = false; on the Braze configuration in AppDelegate but that has the side effect of making braze device id = idfv which is not good practice.
Ideal Solution
No response
Other Information
No response
The text was updated successfully, but these errors were encountered:
What problem are you facing?
Hello, my client would like to accurately track Adjust links sent with Braze and thus need the IDFV. But the Braze.setIdentifierForVendor method is missing, can you add it please?
Also FYI this doc is outdated since the
{{most_recently_used_device.${id}}}
is a random device UUID. How to retrieve the IDFV in liquid tags?Thanks
Louis
Workarounds
Add
configuration.useUUIDAsDeviceId = false;
on the Braze configuration in AppDelegate but that has the side effect of making braze device id = idfv which is not good practice.Ideal Solution
No response
Other Information
No response
The text was updated successfully, but these errors were encountered: