Munchkin Question

Anonymous
Not applicable

Munchkin Question

I think i'd like to record some key events as pageviews. Do you have a recommendation on this? In the example below, we'd fire this code at conversion to record the event details. 
 
  1. Munchkin.munchkinFunction('visitWebPage', {
  2.     url: '/event/booked', params: 'amt=135&type=large_meeting&id=b5112b4c-7964-4e0c-8648-ba5c3dc2da8d'
  3. });
 
Can I then set triggers based on those parameters? If I wanted to create a Large Meeting Room promotion, I could set a trigger condition like: 
  • X days since last viewed "/event/booked" page with 
  • no site visit in Y days, and 
  • view parameter [type] = "large_meeting" 
Ultimately, maybe I'd like to use the params to feed dynamic email content based on the room type in the last booking event.
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Munchkin Question

What you described is possible, and I think your approach makes sense.