Why can't I find my property in Data Query?
When you create a property in your Data Model and it has been validated, it should become available across Piano Analytics interfaces. However, it may still not appear in Data Query right away.
Why the property doesn’t show up in Data Query
If a newly created property (for example, src_utm_id) does not appear in Data Query suggestions, it is usually because the property is inactive.
A property is considered inactive when no data has been collected for it yet. Data Query hides inactive elements by default to keep the suggestion list relevant and reduce clutter.
How to display the property in Data Query
To find and use an inactive property:
In Data Query, click the settings icon.
Enable Search in inactive items.
You will then be able to see the property in the suggestion list and select it.
Make the property active (collect data for it)
If you want the property to appear by default (as an active element), make sure data is actually being sent for it. For example, if src_utm_id is mapped to a URL query string parameter like at_utm_id, verify that:
the tracked URL contains the expected parameter (for example:
?at_utm_id=...), andyour implementation is correctly pushing that value into the property.
Once events are collected containing values for the property, it will become active and should appear normally in Data Query searches.