The country code is only an indicator of where the user comes from. It’s possible that a user, for example, lives in Switzerland but has a German number. You can achieve a clearer assignment to different countries by creating your own flows with different triggers for each country. Within the flow, you can assign tags to the users.
Meta pricing is based on the country code of the phone number, not the user’s location.
If you want to determine where the user comes from based on the number’s country code, you can do this with a condition node. To do this, add a condition node to a flow and connect the condition node to the other nodes. If the condition is not connected to the flow nodes, the flow variables cannot be accessed. The rule looks like this:
Afterwards, you can assign a tag to the user:
You can also define different messages per country:
If you want to pass the country information to other systems (e.g., Klaviyo), you should save the information as a custom property. First, create a custom property:
Then you can use it directly in the flow:
If the condition is not connected to the flow nodes, the flow variables cannot be accessed.