Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Dan, I've tested a few different sources in the Source field and it was working for me, we don't get a dropdown list, but if you use "Registration Source Type" from the link I shared above, it should trigger what you want. I.E. If Avanade Opt-in was set to true from a Web Form Fillout, then you woul...
JD you are totally correct usually http://{{my.link}} would create a trackable link using a Text Token, but for your problem, you want to make sure the http:// or https:// is within the Text Token itself.In the testing I did, I couldn't understand why we couldn't add mktNoTrack in as a token, there ...
Can you share the code or original template you are working on (the social module is enough), we need to see the code so we can make suggestions?
I have a possible solution for you here, if you tokenize the link, you can stop Marketo from adding tracking to it as it can't track links in Text Tokens.You code should look something like this:In My Tokens create a Text Token called link (or whatever name that works for you) and set the value to http://www.example.com.Once the email is sent Marketo will just place the token value into the href, Marketo doesn't track links like this when added via a Text Token, it just sees it as content and adds it in to the desired place.Please note I also tried adding the mktNoTrack as a token within a class but Marketo still added the tracking on the send.
By default, the search is only set to Non Archived pages, to add Archived pages into the search, click Show Archived at the top of the page: Once clicked it will look like this:Once you search again, you should be able to find the page in question.
Marketo also allows you to look up a URL in the Design Studio.In Design Studio, click on Landing Page:Then in the Quick Find..., input the URL and search, Marketo will return the Landing Page that uses that URL:From here you will be able to find the related program, form, etc... This will work for G...
Thanks for the update, good to know.
When you say you are cleaning up your data, are you deleting people? If not, are you changing the data so that it doesn't match the Smart List criteria in each Segment?
I think you can do this by using a negative filter:Replace field_name with the field you want to look for, if the field was updated in last 7 days, then people would not qualify. Please note, this may not work if you NULL the field, but would be ok for normal updates. Let me know if it works.