Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Michael_Florin wrote:Definitely a reason to have solid naming conventions.AMEN and AbsolutelyThis is crucial to reporting and scalability. This also applies more broadly to tokens, query strings and more... My favorite, tucking in special values in querystrings, like ... cta=1, cta=2, cta=0... pri...
Indirectly yes. Keep in mind that Marketo Triggers are based on logged activities... so just because you do not see something doesn't mean you cannot trigger or filter off of it. In the past I have done this a few ways...Asset Naming, IDs, and delineatorsUsing List Name and an Appended List ID in th...
Das ist eigentlich komisch [That's funky]I'm curiousDoes it happen every time or only when the HREF url ends with an equal?Also random thought - have you tried using a single apostrophe/quote instead?
As an admin, I want to limit my program managers campaign restrictions based on their role or across an entire workspace. With some folks responsible for larger markets and others for smaller markets, It would be great to be able to align smart campaign limits with actual market size vs an arbitrary...
Agreed and good points. If there are specific custom activities you’d like to track that align generally to clicked link on web page or visited webpage, just trigger that to fire with the clicked url = a nice mkto user friendly output, followed by a query string with clearly delineated standardized ...
@Amy - This article is friggen great!!! Here is Another iteration...of @Amy's methodology which adds categories and the use a two-digit gapped numbering sequence vs an n+1 approach. This enables the addition of new tokens as necessary without disrupting the ordering of what is already there . ie: (n...
Important Call OutIt is implied above and I wanted to make sure to call out that tokens used for email links should never contain"http://" or "https://", they should only include the url portion that follows. If the HTTP/HTTPS is included in your token, your links will work but will not be tracked a...
Keep in mind this was my solution almost a year ago with a small db. One thing I did notice is that the link click was tracked in Marketo, but I never saw anyone actually hit the page with that link -- then again that was in Marketo "viewed page" and not GA. Good point Mr. Sanford Whiteman . #badid...
There are numerous ways to resolve this. I decided to rely on program statuses and did the following:I updated my email templates to include 2 linked pixels. one at the very top and one at the very bottom of said email template.each of those pixels were hard linked to our homage with utm tokens adde...
It sounds like you are using email variables when you should be using tokens as noted above.I figured out the hard way that variables will not render when they are in an editable are of an email... ie image alt tag, a href etc. The intent is that you can drop in a module, update the text box on the ...