Skip to Content
Data StudioOutput Targets

Output Targets

Every transformation can attach its output to a specific property in the Data Catalog. Output targets define where computed values appear so downstream tools — reports, segments, destinations, and the Agent — can use them.


Target types

TargetWhere it appearsExample
User propertyUser Properties in the Data Catalogpredicted_ltv, churn_risk_score
Event propertyEvent Properties in the Data Catalogattributed_channel, sentiment_label
Session propertySession-level attributessession_value_tier
Account propertyAccount- or organization-level attributesaccount_health_score

Select the target type when creating or editing a transformation.


Rule-based vs precomputed

Both execution modes write to the same catalog properties:

ModeWhen values are computedBest for
Rule-basedAt query time (SQL CASE)Simple logic, always current
PrecomputedOn a schedule or after source syncHeavy aggregations, ML scores

From the user’s perspective, both appear as properties in the Data Catalog. The difference is internal execution timing.


Using outputs downstream

Once attached to a catalog property, transformation outputs are available to:

  • Segments — build audiences from computed properties
  • Destinations — sync properties to external tools
  • Reports — include in cross-channel reporting
  • Agent — query and analyze in conversation
  • MCP tools — access programmatically from external AI tools

Last updated on