Monetate Engine API
Models
Model: monetate:action:DynamicHtml
Model Parameters
monetate:action:DynamicHtml
Example
{
"actionType": "monetate:action:DynamicHtml",
"html": "
Your city is {{ city }} and your country is {{ country }}.
", "values": { "city": "New York", "country": "United States" } }, { "actionType": "monetate:action:DynamicHtml", "html_ref": "https://example.invalid/img/1/p/12345/67890.htm/callback", "values": { "city": "New York", "country": "United States" } }All Of
Action +
actionType
string
*
impressionId
string
impressionReporting
ImpressionReporting[]
html
string
html_ref
string
values
object
*
This action returns an HTML template configured with placeholder values, along with the relevant values for the user, determined at request time.