Using the anonymous link survey, I would like to collect the customer's Geo Location but not the IP address. If I uncheck the "anonymize response" option, the other Qualtrics users in my organization will be able to see the IP address. Is there a way where the users can see only the Geo Location and not the IP Address.
Can we set it up using the user permission in the Admin suite?
Thanks,
Lubna
Page 1 / 1
Pipe the geo location info you want save save into embedded variables in the survey flow. For example:
```
country = ${loc://CountryName}
```
```
country = ${loc://CountryName}
```
That does'nt work when "anonymize response" is enabled.
This is a recent change that has been introduced by Qualtrics since Nov'19.
This is a recent change that has been introduced by Qualtrics since Nov'19.
> @Lubna said:
> That does'nt work when "anonymize response" is enabled.
> This is a recent change that has been introduced by Qualtrics since Nov'19. :(
In that case, you'll have to use an ajax call and a third party geoip provider.
> That does'nt work when "anonymize response" is enabled.
> This is a recent change that has been introduced by Qualtrics since Nov'19. :(
In that case, you'll have to use an ajax call and a third party geoip provider.
https://community.qualtrics.com/XMcommunity/discussion/comment/20978#Comment_20978This code works for me, but not always for some reason. And in particular, iPhones seem to be an issue. I thought this geolocator would pick up the location from the network, regardless of the phone settings.
Anybody with some information about that?
Thanks
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.