Monetate Engine API
Models
Model: monetate:action:DynamicHtml
Model Parameters
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
*
impressionId
impressionReporting
html
html_ref
values
*
This action returns an HTML template configured with placeholder values, along with the relevant values for the user, determined at request time.