Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@David P do you have access to add JS code to the Shindigz page? Do you get a copy of the Shindigz data via email or via their API? Please explain how you would plan to intercept/replay the form post in the first place.
@Kenny E While the rate-limiting may be easier to deal with using REST or SOAP, that's only if (1) one is able to schedule requests asynchronously using the API call, but not with one's implementation of server-side form post (which is really a coding issue) and (2) one is unable to maintain an inte...
I then wanted to just have little pop up window that has the thank you message instead of a full landing page that opens in a new tab.Yeah, you can't do this because it implies that the e-mail app is capable of running JavaScript, as @Justin C mentioned (I would go further than he did and say, "It i...
@Aqeel that setting is useless in real-world mail apps for two reasons. One, web-based mail apps already open links in new windows rather than overwriting the mail app window itself. Two, standalone mail apps have to launch a browser window in any case, so by definition they aren't overwriting any...
Fix is simple: div#lpeCDiv_36605 { color: white !important;}However I would take out as much of the element styles from your tokens as you can, otherwise you'll always have to do workarounds like this. As a general rule of thumb, you should only need to use !important rules when you're forcibly r...
@Frannie C it would be helpful to see the actual page you're talking about.It's possible that element styles (the style= attribute) are being applied to your token; those will override CSS rules that are not deliberately marked !important. So it may not be that it isn't "working" per se but rather ...
Hmm, well... I am the adventurous sort so I would probably run everything through my proxy server and do the counting there. I guess short of that you'd have to tell them to program in the maximum. What is the reason they don't want all the 'hooks to hit their server?
On the Web Page Activity report, make sure you click the Setup tab and set Anonymous Visitors = Shown.
@David L rather than the built-in Visit Web Page action, what about a custom Click Link Munchkin API call (you can call the link whatever you like)?
@Catherine H Even if URLs are different per lead based on information on the Lead record in Marketo, these "dynamic" URLs will still be wrapped in the tracking URI as @Josh says, provided you add them correctly to the email.For example, you can add a link http://www.example.com/?ref={{Lead.Referrer}...