Suppressing the Munchkin
We use Munchkin tagging on our website to track pageviews and clicks on links. I'd like to 'tag' content categories within our CMS and push these through to Marketo, so that when someone visits a tagged page it will push the category into Marketo alongside the page view. From there, I can do cool stuff like scoring based on the different content categories.
I could use the Munchkin call 'visitWebPage' to insert categories in the 'params' argument, eg:
Munchkin.munchkinFunction('visitWebPage', { url: '/productA', params: 'category=foo' });However, as the Munchkin.init() call also causes a Visit Web Page activity, I will end up with a duplicate activity for each page view.
Does anyone know how to suppress the initial visitWebPage event created by the Munchkin.init() command (while still initialising the script)? Or any other suggestions for pushing through content categories?
Many thanks!
Alun