Storing device location

Hello everybody
I am trying to connect a bosh parking lot lora sensor with my dragino gw. I want to be able to store the device’s location so that I can show it on a map along with its status. Is there a best practice for that? Do you use tags to store location for a sensor? I am using gc pub/sub integration to forward and store events device’s and status in a firestore cluster

you can use a variable and use that in your decoder to have the location as part of the “decoded payload” . That way other integrations play nice, no need to read the tags.