Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Booking Process Log Event

There are some events that we’ve implemented in our current booking flow.

Note: canonical_link is populated when the restaurant has a canonical URL configured; otherwise it is left empty.

Booking Step Adult Selected

Trigger: when selecting adult number (can trigger when idle for 2 seconds after selecting)

Event Property:

property nameproperty valuenotes
restaurant_id997
restaurant_nameCafe Claire
restaurant_name_enCafe Claire
restaurant_name_thCafe Claire TH
canonical_linkPopulated when the restaurant has a canonical URL configured
adult2

Booking Step Add Kids

Event Property:

property nameproperty valuenotes
restaurant_id997
restaurant_nameCafe Claire
restaurant_name_enCafe Claire
restaurant_name_thCafe Claire TH
canonical_linkPopulated when the restaurant has a canonical URL configured
adult2
kids1

Booking Step Date Selected

Event Property:

property nameproperty valuenotes
restaurant_id997
restaurant_nameCafe Claire
restaurant_name_enCafe Claire
restaurant_name_thCafe Claire TH
canonical_linkPopulated when the restaurant has a canonical URL configured
adult2
kids1
dateYYYY-MM-DD

Booking Step Time Selected

Event Property:

property nameproperty valuenotes
restaurant_id997
restaurant_nameCafe Claire
restaurant_name_enCafe Claire
restaurant_name_thCafe Claire TH
canonical_linkPopulated when the restaurant has a canonical URL configured
adult2
kids1
dateYYYY-MM-DD
start_time11:00

Booking Step Package Selected

Event Property:

property nameproperty valuenotes
restaurant_id997
restaurant_nameCafe Claire
restaurant_name_enCafe Claire
restaurant_name_thCafe Claire TH
canonical_linkPopulated when the restaurant has a canonical URL configured
package_id221
package_typeayce

Hybrid Event: onCleverTapPushEvent

Response:

{
	"event_name": "Booking Step Adult Selected", // event name
	"data": [ // event property
		{
			"name": "restaurant_id",
			"value": "997"
		},
		{
			"name": "restaurant_name",
			"value": "Cafe Claire"
		},
		{
			"name": "adult",
			"value": "2"
		},
		[...]
	]
}