Hello,
we are required to disable ip address tracking. However, we do have our own GeoIP running, and I would like to sent the country.
I’ve tried like this with the typescript sdk, but it doesn’t work (I tried `country` and `Country`):
// ...<br />identify = identify.set("account type", accountType);<br />const userCountry = ...;<br />if (userCountry) {<br /> identify = identify.set("country", userCountry);<br />}<br />this.client.identify(identify);<br />// ...
It is set as a user property, and not as the Amplitude property:

Is this possible at all?
Regards
Christian