User-Input Properties
| Property | Type | Description | Events |
|---|---|---|---|
searchTerm | string | Search query entered by user | search |
searchTerm
Search query entered by the user.
Example
Auto-Derived Fields
The following fields are automatically computed from youritems array during event forwarding. Do not pass them directly:
| Field | Derived From | Description |
|---|---|---|
content_ids | items[].id | Array of product IDs |
content_name | items[0].name | Name of first product |
content_type | Inferred | "product" or "product_group" |
num_items | Sum of items[].quantity | Total item count |
For product data, always use the
items array. The platform extracts and formats the necessary fields for each advertising destination.Related Properties
Items Array
Pass all product data here — content fields are derived automatically.
content_ids
Learn how product IDs are extracted from items.