Campaign Shortcodes
Campaign Shortcodes pull in content blocks, user information, property information, logos, and more. This is a list of items that are used frequently, but is not a comprehensive list.
https://
at the beginning and the https://
must be added in the HTML as shown in the list below.
Content blocks
Header
<%@ include view='mccDynamicHeader' %>
FOOTERS
<%@ include view='footer_marketing' %>
<%@ include view='footer_newsletter' %>
<%@ include view='footer_generic' %>
<%@ include view='footer_transactional' %>
TERMS OF SERVICE
<%@ include view='tos_digital_2019_10' %>
<%@ include view='tos_combo_2019_10' %>
Importing Content From a CSV
<%= targetData.columnName %>
(Replace columnName with whatever the name of the column is in the spreadsheet)
Site Brand Table
Property Names
Official Property Name (what it says in the flag)
<%= recipient.siteBrand.paperName %>
The Property Name (for use at the beginning of a sentence)
<%= recipient.siteBrand.upperThePropertyName %>
the Property Name (for use in the middle of a sentence)
<%= recipient.siteBrand.lowerThePropertyName %>
Property Name (for use as a compound adjective)
<%= recipient.siteBrand.propertyName %>
Publication Links
https://<%= recipient.siteBrand.publicationUrl %>
https://<%= recipient.siteBrand.eeditionVanity %>
https://<%= recipient.siteBrand.subActivation %>
https://<%= recipient.siteBrand.gamesPage %>
You can also add a link to a specific section of a publication or vanity link by using the structure:
https://www.<%= recipient.siteName %>.com/section
App Links
https://<%= recipient.siteBrand.googlePlayApp %>?ac_cid=<%= message.delivery.internalName %>&ac_bid=<%= message.id %>
https://<%= recipient.siteBrand.iosApp %>?ac_cid=<%= message.delivery.internalName %>&ac_bid=<%= message.id %>
Social Media Links
https://www.facebook.com/<%= recipient.siteBrand.connectFacebookUrl %>
https://www.twitter.com/<%= recipient.siteBrand.connectTwitterUrl %>
https://www.instagram.com/<%= recipient.siteBrand.connectInstagramUrl %>
CUSTOMER SERVICE
<%= recipient.siteBrand.customerServiceEmail %>
<%= recipient.siteBrand.customerServicePh1 %>
https://<%= recipient.siteBrand.customerServicePage %>
Subscriber Table
<%= recipient.firstName %>
<%= recipient.lastName %>
<%= recipient.account %>