Booking Process Log Event
There are some events that we’ve implemented in our current booking flow.
Note:
canonical_linkis 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 name | property value | notes |
|---|---|---|
restaurant_id | 997 | |
restaurant_name | Cafe Claire | |
restaurant_name_en | Cafe Claire | |
restaurant_name_th | Cafe Claire TH | |
canonical_link | Populated when the restaurant has a canonical URL configured | |
| adult | 2 |
Booking Step Add Kids
Event Property:
| property name | property value | notes |
|---|---|---|
restaurant_id | 997 | |
restaurant_name | Cafe Claire | |
restaurant_name_en | Cafe Claire | |
restaurant_name_th | Cafe Claire TH | |
canonical_link | Populated when the restaurant has a canonical URL configured | |
| adult | 2 | |
| kids | 1 |
Booking Step Date Selected
Event Property:
| property name | property value | notes |
|---|---|---|
restaurant_id | 997 | |
restaurant_name | Cafe Claire | |
restaurant_name_en | Cafe Claire | |
restaurant_name_th | Cafe Claire TH | |
canonical_link | Populated when the restaurant has a canonical URL configured | |
| adult | 2 | |
| kids | 1 | |
| date | YYYY-MM-DD |
Booking Step Time Selected
Event Property:
| property name | property value | notes |
|---|---|---|
restaurant_id | 997 | |
restaurant_name | Cafe Claire | |
restaurant_name_en | Cafe Claire | |
restaurant_name_th | Cafe Claire TH | |
canonical_link | Populated when the restaurant has a canonical URL configured | |
| adult | 2 | |
| kids | 1 | |
| date | YYYY-MM-DD | |
start_time | 11:00 |
Booking Step Package Selected
Event Property:
| property name | property value | notes |
|---|---|---|
restaurant_id | 997 | |
restaurant_name | Cafe Claire | |
restaurant_name_en | Cafe Claire | |
restaurant_name_th | Cafe Claire TH | |
canonical_link | Populated when the restaurant has a canonical URL configured | |
package_id | 221 | |
package_type | ayce |
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"
},
[...]
]
}