
When creating a completion action on your email, is there any way to make a different completion action for each link?
For example, I wanted to make a Salesforce campaign for each of the links in my email with a parent campaign as the email. This way our sales team can see which of the offers in our email the customer is interested in since they do not have access to that information in Pardot.
But, when I set the email up in Pardot it looks like I can only select one link to attach a completion action. I am looking at the clicked section under completion actions on the send page. If I add a second completion action it only creates another option under the same specified URL.
That makes it more difficult! But if you are comfortable digging through her code, you could still use the custom redirects — there are just a few more steps. You can create the custom redirects in Pardot and copy the custom redirect URLs into a note. A separate URL will be created for each custom redirect you create. Then you'll go into the code and find the <a href=""> element for each appropriate link and replace everything between the quotation marks with the corresponding custom redirect URL that you copied earlier.
I wish I had an easier solution! I hope it works out in one way or another. And let me know if you need help with the code!