How to dynamically insert the email name and other system fields into the email HTML
It's a small thing, but its really useful so I thought I would share.
There are a number of system fields that you can add directly to the copy / html of the email. These can effectively be treated as field merges.
Here are a couple of them that you can use:
System Field | HTML code to be added to the email copy |
---|---|
Email Name | <eloqua syntax="elqWAEmailName" type="emailfield"></eloqua> |
Email ID | <eloqua type="emailfield" syntax="elqEmailDefinitionID" /></eloqua> |
Campaign ID | <eloqua type="campaign" fieldname="id" /></eloqua> |
Campaign Name | <eloqua type="campaign" fieldname="name" /></eloqua> |
Should you want to find more or if these don't work, please head over to "Assets" > "Email Setup" > "Email Defaults" > Go to "Advanced Options" at the top right > "Manage External Tracking"
Tagged:
0