Question
Marketo munchkin
Hi, I have a question on Marketo munchkin API functions. Planning to use following functions to capture user behavior data on website with the combination of GA4. Is there anything to keep in mind while using the following functions ? like size of the data I can pass in respective functions, impact on Marketo , any performance issue etc...
Munchkin.munchkinFunction('visitWebPage', {
'url': '/Football/Team/Seahawks',
'params': 'defense=legion_of_boom&qb=wilson'
});
Munchkin.munchkinFunction('trackEvent', {
eventName: 'Whitepaper Download'
});
Thanks,
Babu