Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I just tried to update an email subject line via the API and got the following error:{ "requestId": "e064#161345f3192", "success": false, "errors": [ { "code": "709", "message": "API only allows operations on emails with a template" } ]}I mean - it's p...
Thanks everyone!Yep, familiar with the Apache user guide Justin. Sanford's stuff is indeed excellent - but before now I had thought it might have been a bit too "teknkl" (sorry, couldn't help myself!) But Sanford, I am a subscriber ( I get the new post notifications anyway), so I might have a bit of...
Hi allI've got a couple of team members that I'd like to use more email scripting with Velocity. The problem is that they are marketers - and the Velocity documentation I've found so far isn't something very comprehensible for those who haven't used programming languages before. Is there something y...
Thinking about it....could I run a smart list based on "clicked link is malformed link"? Or something similar? To try and find the specific leads that clicked the link?If that's possible, then I could theoretically click every link sequentially from my profile and see which one turns up as a "malfor...
Great thoughts Sanford. There is always a possibility of the Velocity scripts doing something funky. But...my gut feel is that this shouldn't be a problem in the send where the malformed links are being registered. Our newsletter has some scripts in it, but they only affected the footer, and a minor...
Hi everyoneEach week, we send an email newsletter to our database. The US very consistently shows about 200ish "malformed links" in the email performance report. Each week we will see a similar amount.Support has said that this is the result of something (automated or otherwise) messing around with ...
Can I access campaign and program tokens from within a script? I don't see them on the right hand side panel when I load a script token, so I don't think I can, unfortunately. And you can't use a "token within a token" so I can't simply use {{campaign.name}}. What I'd like to do is to have an email ...
Works like a charm Thank you.
Shame we can't use another field ....we use ISOCountry on the Account to determine when to send (we're very global). But this is a significant improvement. I remember being able to do this in Eloqua by throwing to a subroutine program, but there was no easy solution in Marketo. This will help!