Append WiFi data
Store WIFI Interaction history as you send contact data to us
Overview
Airship can store WIFI interaction history for each contact.
Having WIFI data attached to contacts is useful to measure and target recent or lapsed visitors based on their last visit.
Storing WIFI interactions
To store WIFI interactions, simply append a wifi_interactions
object to your contact as you send it to us.
Value | Notes |
---|---|
| The date / time of the WIFI interaction Required field |
| The unit_id representing the physical location for which this WIFI interaction relates Required field |
| detected - This interaction type should be used when a user's device passively connects to the WiFi hotspot. connected - This interaction type should be used once a user proactively views your captive portal. authenticated - This interaction type should be used once a user has provided the information required by the captive portal to connect to the Internet via your WiFi service. unknown - If your platform doesn't support the above connection types, use the unknown type Required field |
| Text description of where the connection was made (i.e. Upstairs Bar) Optional |
| Unique device reference Optional |
| Text description for the source of the WIFI interaction Required Field |
Example Payload
Last updated