Ads in E-Newsletter
I am trying to add an ad tag to an e-newsletter template but I need to understand the various macros or variables Marketo requires. I have not been able to find this information anywhere. Does anyone have any advice on this?
I am trying to add an ad tag to an e-newsletter template but I need to understand the various macros or variables Marketo requires. I have not been able to find this information anywhere. Does anyone have any advice on this?
Hello @jk_bi ,
Could you elaborate a bit more on what you are trying to accomplish?
In a high level to leverage variables in Email templates you have 2 steps.
1) Declare variables, and
2) then you use them.
* Example in the head section you define a variable. Here we define what a variable will be in terms of type, ID, default values, etc. Then later in the email template will will insert the variable and use the ID "textHeader" so matches what we defined previously.
<head>
<meta class="mktoString" id="textHeader" mktoName="Text Header" default="Replace With Header INFO"></head>
[more code - omitted for illustration]
<!-- Header text goes here -->
<div>
<h1> ${textHeader}</h1>
</div>
https://docs.marketo.com/display/public/DOCS/Email+Template+Syntax#EmailTemplateSyntax-Variables
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.