Skip to main content

Character & Variable Limits

Written by Luiza Gircoveanu

Overview

ObservePoint reports have generous character and variable limits, but occasionally they can impact your reports. Most implementations never come close to these thresholds and they're designed to catch edge cases like malformed tags or runaway variable counts, not to constrain normal tagging.

Still, if a value in your report looks cut short, or a variable you expected to see is missing entirely, it's worth checking whether one of the limits below is the cause before assuming it's a data collection issue.

This article specifies the limitations:

Limit Type

Thresold

Action Taken

Value length

Exceeds 1,024 characters

Truncate

Key/Variable length

Exceeds 128 characters

Discard

Variables per tag

Exceeds 2,500

Prioritize variables defined in rules, then add variables in order of length, shortest to longest

Conclusion

These limits are rarely something you'll need to think about day-to-day, but they're useful to keep in mind when auditing pages with unusually long values or a high volume of variables.

If your Tag & Variable Rules reference specific variables, those are always protected first, so your Rule results stay reliable even on variable-heavy pages. For anything else that gets truncated or dropped, the fix is usually upstream: shortening the value or renaming the key at the source in your tag management system or data layer.

Did this answer your question?