Skip to main content
We want to extract the IDFV for iOS and GAID for Android devices from our Iterable profiles for use with another system. Is there an efficient way to get access to all the data?
Hi Sid!
These fields are available on a user's profile under the "devices" array-- called "identifierForVendor" for Apple, and "advertisingId" for Android.

This API endpoint can be used to access the data efficiently:
https://api.iterable.com/api/docs#users_getUser

Reply