customerCountryCode property

String? customerCountryCode
getter/setter pair

Code of the country where the customer is located at the time of the event.

Represented in the ISO 3166 format. Segment. If the customer country cannot be determined, a special 'ZZ' code is returned.

Implementation

core.String? customerCountryCode;