Enhance user engagement with Bitsy geo targeting, redirecting users based on their geographical location.
long_url
: The fallback URL for users who do not match any specified country.
has_geo_targeting
: Boolean indicating if geo-targeting is active.
geo_targets
: An array of geo-targeting rules, each containing:
country_id
: Two-letter country code.target_url
: Specific URL for that country.geo_targets
array.
target_url
.long_url
.
long_url
: This URL will be used as the fallback when no specific country targeting conditions are satisfied.has_geo_targeting
: Indicates that geo-targeting is being utilized.geo_targets
: An array of objects, each containing a country_id
and its corresponding target_url
.long_url
.