The best approach for country-by-country segmentation depends on whether you're working with email, SMS, or both. Here's how to handle each scenario:
Use phone number country code — this is the most reliable method for SMS subscribers:
This approach works better than other location data because phone numbers inherently contain geographic information. How to segment SMS subscribers by country
Use the standardized country property for cleaner, more reliable segmentation:
The $country_transformed property eliminates issues with country name variations (like "US" vs "USA" vs "United States"). How to standardize country names and utilize standardized properties
From our experience: Don't just segment by country alone. Layer in engagement and interest-based criteria for better performance:
For flows: Use conditional splits with either phone number country code (SMS) or the $country_transformed property (email) to create location-specific paths. Basics: multinational SMS sending with Klaviyo