please tell me how to use this function for targeting US users. I tried using this code for CSS
.show-only-in-US { display:none; }
body.geoip-country-US .show-only-in-US { display:block; }
HTML:
<div class=”show-only-in-US”></div>
but it didn’t worked