⏰  When

This event should fire whenever the user searches for a location.


Untitled

Untitled

Untitled

🧑‍💻 Sample Code

dataLayer.push({
	event:'search_location',
	postal_code: '78751',
	results: [”Location 1”, “Location 2”] // use the location name
});