Re: Munchkin Code Question

Anonymous
Not applicable

Munchkin Code Question

Hi there,

We are adding the munchkin code to our trial sign up form with interacts with our app. Before we add the code, one of our devs is wondering - what information is included in the click events which are sent back when links are clicked?

Any information would be great.

Thanks!

2 REPLIES 2
John_Clark1
Level 10

Re: Munchkin Code Question

Hi Alison,

The typical Clicked Link values logged are below.  I would recommend adding the munchkin code to a test page so your developers can see how things will log in your instance.

pastedImage_1.png

SanfordWhiteman
Level 10 - Community Moderator

Re: Munchkin Code Question

By default, the clickLink event includes:

  • the href of the link
  • the location of the document on which the link is hosted

Other information can be appended to (or substituted for) the path in the href if you fire a custom clickLink event.