Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It's really interesting you're seeing bots trigger page views, I really haven't seen that correlation in our data yet. We operate in a pretty specific B2B sector, so I actually think it more likely has to do with the most commonly used technology in our sector. Barracuda seems to be our biggest prob...
This is also a great method, but can you elaborate on specifically how your reporting is suppressing the link? We have a lot of ongoing pushes to our CRM when activities take place, how are you able to filter out only the bot clicks? Or, are you simply filtering any clicks from that email address if...
Would you be able to actually provide a link to the landing page? I'm thinking that maybe the CSS media query rules for when to start displaying the mobile version are incorrect?
We've definitely seen the same issue. It's fairly isolated in our industry and we see bot-clicks in a pretty specific region, but our numbers are even farther off than the 72% you're seeing. We're talking 93-96% inaccurate. We've since started utilizing the page view as the trigger for those groups ...
Hi Kelly,Before you can add a field to a form, you need to create the field inside your database so that when someone submits the information, there is a place to store the data on the persons' contact record. Navigate to Admin > Field Management, and click on "New Custom Field" towards the top of t...
Hi Akash,If you want to roll up the results into a single report in Marketo, but have that report broken out by each time the email sends, yes, you will need 3 assets (at least as far as I know). As Sant Singh Rathaur mentioned, you can use the campaign email performance report to build a report fo...
Hi Akash,Sounds like you're looking for the Email Performance report. If you right click on your program, you can Add New Local Asset, and select report. In that list, select "Email Performance."Once there, go to the setup tab, and double click on "Selected Emails" in the filters section. That will ...
It's unfortunate because the output of your date format has to fit within the velocity rules, so you can't just modify it to add the "th" yourself. You'd have to split it to first return the month, then return the day. Then basically do:#if $dayOfMonth = 1 1st#elseif $dayOfMonth = 2 2nd#else...
Reading the documentation that Sanford Whiteman linked, I'm not sure if there's a simple way.All I can think would be to first calculate what the month would be as 1 value, calculate what the date would be as a second value, then essentially map the values to their "th, nd, st" counterparts with an...
To navigate to where you can add/change program statuses, go to: Admin > Tags > Click the "+" next to the Channel > Double click on the channel you want to update. Once you open up the channel, it will list out your current program status rules and you can add, change, reorder, etc., to those rules....