Hiding an Extension for all non-us countries

Bronze Contributor
Bronze Contributor

So I may be missing something very basic at the moment, but here we go...

I'm implementing a banner that I only want to show in the US because the site is geofenced for other currencies the deal does not apply in. However, since there are no visible markers, I can't figure out how to distinguish in the conditions. 

1 REPLY 1

Hiding an Extension for all non-us countries

Tealium Employee
Hi @brok, this might be better off being raised to our solutions team via support.tealiumiq.com to help with your specific query.

You would need to have a data layer variable that contained the country the user was browsing from so that you could use it in a condition to prevent the extension from trigging. So for example:

country is Equal "united states"

This would stop the extension from loading for any user outside of the US.
Public