Is it possible to display the value of <%= delivery.internalName %> in the Tracked-URL Calculation formula?
For example, I have just sent an email with &TC=<%= delivery.internalName %>&DC=<%= delivery.deliveryCode %> in the Tracked-URL Calculation formula.
The ‘delivery code’ of the delivery is set to: Test1
The delivery ‘Internal name’ is: DM988400
When I send an email delivery, the delivered email that lands in the Inbox contains the following tags in the URL:
TC=Mid_1583534&DC=Test1
The Delivery Code tag is correct. The Internal Name tag is not correct: It should display DM988400, but is instead displaying Mid_1583534
Is Mid_15xxxxx a mid sourcing number? How can I get the Internal Name stored on the local server instance, in our case a DM number to display in either an email or URL.
We do not want the mid sourcing (mid_) number.