Hi all, I've currently got a use case where I want to target a Braze canvas at customers who have previously ordered within a given radius of a specific location. We don't use Braze's SDK based locat...
If I am understanding this correctly, you have latitude and longitude coordinates stored in your database and you'd like to pass these to Braze and segment using these?
You could pass latitude and longitude over and store each of them in their own custom attribute and potentially segment using these. For example (ignore the export/projects, that is all I had stored as numbers):
The limitation you might be running into is that although Braze can use location, it is not an available data type to store as an attribute.
You could take you latitude and longitude coordinates and convert them to decimals which could then be stored as a number. There is an online converter for this below but I have also posted a Stackoverflow post about how to code this with Javascript which might help you automate the process: