Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Link tracking issue got resolved now. I hardcoded the "https://" part in emailer and removed this from script while creating dynamic link. Thanks for your help @SanfordWhiteman 🙂 Regards,
Hi @SanfordWhiteman , Now the code is working fine. Its personalizing the order id value in URL but the link is not trackable.How to achieve it ? Thanks & Regards,
@SanfordWhiteman Thanks for the reply. I attempted the script as per your suggestion, passing the entire tag. Now its redirecting the URL but without personalizing the Order id value. It's transferring "Oid=$trimmedvalue" directly as it is in the URL. #set($myProtectcode = $lead.protectedCodes_c) #if($myProtectcode.contains(",")) #set($values = $myProtectcode.split(",")) #set($firstValue = $values.get(0)) #set($trimmedvalue = $firstValue.trim())
...
Hi , Hope all are doing well. We've been tasked with personalizing the order ID within a URL. I've successfully used a script to personalize the order ID, and it's updating correctly. However, when I include this token within a URL, the URL breaks. URL doesn't work as expected and displays the scrip...
Hi All, We need to integrate AMP emailer in Marketo. Is there a built-in feature in Marketo that allow us to set up the AMP emailer ? Regards,
@Michael_Florin @Darshil_Shah1 , Our client has expressed the need to visually track data in a funnel format, allowing them to monitor the progression of data through various stages and identify any drops. However, Marketo does not provide the option to create fully customized reports, we are limit...
Hi @Darshil_Shah1 , The data that I am consuming is only of single marketing campaign. The client is interested in receiving a report that categorizes counts based on different funnel stages, such as Delivered, Opened, Clicked, and Transacted. This is why we introduced the concept of channel states,...
Hi @Christiane_Rode , Thank you for the quick response. I had also been considering the idea of creating separate programs for each execution to maintain individual status data for every member. However, before proceeding, I wanted to confirm whether it's feasible to backtrack within the same progra...
Hi, Can we move program status in forward/backward ? In my scenario, data is received twice a week, and there's a possibility that the next batch of data may include individuals already present in the previous batch. Such common records also must be targeted. The client requires a report that track...