Privacy Guardian - GeoIP
- 26 Sep 2022
- 1 Minute to read
- DarkLight
Privacy Guardian - GeoIP
- Updated on 26 Sep 2022
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The options below can be utilized to pull in the state value for the LeadiD token that is generated at the time of the campaign script firing. This value can then be stored in addition to the LeadiD token so that you may identify where the lead was created.
If you have 1st Party Privacy Guardian or are unsure if you do please reach out to support@jornaya.com so that you may start to receive this data point.
LeadiD JavaScript Object | |
---|---|
LeadiD.ip_country | Alpha-2 ISO 3166 Country Code |
LeadiD.ip_state | Two Letter Abbreviation |
Cookies | |
---|---|
jornaya_privacy_guardian_ip_country | Alpha-2 ISO 3166 Country Code |
jornaya_privacy_guardian_ip_state | Two Letter Abbreviation |
Hidden Input Elements | |
---|---|
jornaya_privacy_guardian_ip_country | Alpha-2 ISO 3166 Country Code |
jornaya_privacy_guardian_ip_state | Two Letter Abbreviation |
Local Storage | |
---|---|
jornaya_privacy_guardian_ip_country | Alpha-2 ISO 3166 Country Code |
jornaya_privacy_guardian_ip_state | Two Letter Abbreviation |
Callback Function | |
---|---|
Parameter 1 | Alpha-2 ISO 3166 Country Code |
Parameter 2 | Two Letter Abbreviation |
To use a callback function, be sure to set a query parameter on our script. For example: &privacyGuardianCallback=myCallbackFunctionForPrivacyGuardian |
Was this article helpful?