Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi, does anybody know what might be causing an intermittent 'Submission Failed' message on this LPhttps://info.tmforum.org/GAF-BT-Product-Modelling-Scheme.htmlSeems to have only started today, as far as I'm aware. No changes have been made to LP template, or actual LP I see some related posts e.g. h...
Thanks for confirming. Saves me tearing any more hair out.
thanks @SanfordWhiteman only just picked this up. I was kind of hoping to avoid an if statement as potentially could have up to 20 different links
@SanfordWhiteman thanks, missed the markdown option. I'll admit I'm a bit stumped how I can create a new object from the current object without referencing the current object. Just always seems I'm shifting the reference around. I tried mixing up lots of code snippets to get a 'map-y string' and con...
Thanks @SanfordWhiteman . I did post there but couldn't get the script to display in the comments so thought better to post over here instead. So I've tried this (thinking I was creating a new object) but still no joy. #set( $random = $math.random(0,3) )#set( $member_cta = { 0 : {"text": "Text 0", ...
Hi @SanfordWhiteman I've been looking to use thishttps://blog.teknkl.com/lightweight-a-b-testing-in-velocity/ but also with different (tracked) links. I'm aware of the multiple tracked links issue but I though renaming the variable would work e.g. #set( $random = $math.random(0,3) )#set( $member_c...
Hi Sanford Unfortunately that doesn't seem to work either, although I'm sure you may spot something I'm doing wrong in my code. Here it is in case you wanted to take a look ( I removed a lot of the HTML for simplicity). This works in preview, but when I send a test the first link in the first outer ...
HiI'm running into some issues outputting multiple tracked links using Velocity, I know Marketo doesn't allow for this so you have to use a workaround (cue shout out to Sanford's blog piece) But I still seem to have links overwritten when using the script below. I'm pretty sure it must be something ...
we're also having this issue, just seems to be emails with A/B tests which are not being returned - have raised a case. Has anyone received a response yet?
thanks @SanfordWhiteman - yep, I'm going to use split() - your Velocity advice is always appreciated.