Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ahhhhh sorry for my super late reply. and thank you for your comment!I think I'm misunderstanding what sticky option...?https://nation.marketo.com/docs/DOC-3509-web-personalization-rtp-faq-segments-and-campaignssays,"If the campaign is not Sticky, the visitor will only be shown the campaign once dur...
Thank you Yanir!Sorry, I overlooked sticky Option.Actually you mentioned about sticky option on your first message.But even after I toggled sticky option, I can't hold campaign status over sessions.Next I tried to use user context APIdevelopers.marketo.com/javascript-api/web-personalization/user-con...
HeyThis is the expected behavior since a segment matches visitors only once per session (session lasts 30 minutes).Thanks Yanir,I didn't know that, and understood.1. When a visitor matches one of your relevant segments - store this in a new cookie you create and use it to personalize the pages for a...
Hi,I'm trying to get visitor segments and show contents for segments not by RTP template.I've got my own segments with API call like rtp('get','visitor',function(e){console.log(e.results)})But it seems to be session based, After I reopen browser and call API, e.results returns nothing.Did I misunder...
Thanks!You can add the class mchNoDecorateto any links whose clicks you don't want to log with Munchkin.It is of great help. I'll do that.I found click delay on my Android 7.0 Chrome. and tested and captured on my windows laptop chrome inspector.GA can switch to more advanced click tracking technolo...
Hi everyone,When I was crawling my site with mobile phone, I felt click response is not good. I found one of Munchkin click event took so much time about 0.5s against Similar Google Analytics custom event take only 0.01s.Any ideas on how to improve click event response? or is there any way to disabl...