Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moengage-crashes-in-debug-feedback.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Instruction

To handle float, long, or big integer values in user or event attributes, use Jinja.
The round function is not supported in Jinja 2.8 versions; it is recommended that you use the format function instead.

Example

The Jinja syntax must resemble the following:
${{'%0.2f'| format(sumHST | float) }} --> User attribute
${{'%0.2f'| format(EventAttribute.totalTaxLessAllInclusiveTaxes|float)}} --> Event attribute