Related Fields
Map a field from a related model in an activation without adding it to the parent model.
Last updated
Map a field from a related model in an activation without adding it to the parent model.
Related fields make a field from a singular related model available for an activation, without adding unnecessary columns to the parent model.
For example, you may activate Transactions and need to map a product attribute such as product_type. Instead of enriching the Transactions model with product columns, create a Related field that references product_type from the Products model.
The field is then available in the activation mapping.
Use a Related field when:
The field you need for an activation belongs to a related model.
The parent model is linked to the related model through a 1:1 or N:1 relationship: each record in the parent model is associated with at most one record in the related model.
You want to keep the parent model focused on its own data.
You need to map the related value to a destination field.
Typical use cases include:
Sending first-party attributes to Meta Conversions API or Google enhanced conversions.
Including product name, product type, or stock information with recommendation data.
Adding data from a customer or product model to an activation based on another model.
Choose the parent model where the Related field will be created.
Select the singular related model that contains the field you need.
Select the related field.
Optionally add filters to restrict the data returned.

DinMo does not calculate a new value: it makes the selected field from the related model available for the activation.
Related fields are live fields. They are designed for activation mappings and are not available in the Segment Builder.
Use an Aggregated field instead when you need to calculate a value from multiple related records, such as the total amount of all transactions for a customer.
You want to activate Transactions to a destination, but the destination also requires the product type.
Create a Related field on Transactions.
Select Products as the related model.
Select product_type as the related field.
Map the Related field in the activation.
The product type is available for this activation without duplicating product data in the Transactions model.
Last updated

