Hi
I currently have a setup that makes use of geo-targeting, so consent is explicitly set in California and Virginia, while the rest of the US is implied.
That part works great - but I have added a small extra feature that automatically accepts and hides once the event "CookieScriptLoaded" has been called.
My issue is that we do not have any way of knowing which script is the "real" active one, since both run.
I would like a new object that I can call through window.CookieScript.instance.getGeoTargeting() that will return which regions and states have been selected.
[
"regions": [
].
"states": {
"ca",
"va"
}
]
While I
can
use a third party geo location, it's not my ideal preference.