asc_system_process
Optional event added to cover all events that take place without the customer's express engagement, such as tracking a products element load sequence, from auto fills, script errors, or any other background process. Key parameter added is process_type which will group these background processes
21
parameters
3
always required
7
conditional
5
use allowed values
Example dataLayer payloadreal values where the spec has them · ‹placeholders› otherwise
window.dataLayer.push({
"event": "asc_system_process",
"event_owner": "#N/A",
"page_type": "build_to_order",
"process_name": "Scroll",
"process_type": "api_error",
"product_name": "Spin Car",
"element_type": "pagination",
"element_subtype": "mega_menu",
"item_id": "1G9I36888390866138",
"item_number": "YU7308K",
"item_condition": "dealer_cpo",
"item_year": "2021",
"item_make": "Ford",
"item_model": "F-150",
"item_price": "37970",
"item_variant": "Lightning",
"item_color": "Red",
"item_type": "truck",
"item_category": "domestic",
"item_inventory_date": "2021/6/1",
"item_location": "21799 US Hwy 19 N, Clearwater, FL 33765",
"Total Parameters": "‹Total Parameters›"
});Parameters
| Parameter | Type | Allowed values | Status | |
|---|---|---|---|---|
| Required3 | ||||
| event_owner | string | free text | ||
| page_type | string | 27 values | ||
| process_name | string | free text | ||
| Conditional7 | ||||
| item_id If page_type = item | string | free text | ||
| item_number If page_type = item | string | free text | ||
| item_condition If page_type = item | string | 7 values | ||
| item_year If page_type = item | int | free text | ||
| item_make If page_type = item | string | free text | ||
| item_model If page_type = item | string | free text | ||
| Total Parameters 20 | — | free text | ||
| Optional11 | ||||
| process_type | string | 14 values | New · Spec 1.2 | |
| product_name | string | free text | ||
| element_type | string | 18 values | ||
| element_subtype | string | 18 values | ||
| item_price | int | free text | ||
| item_variant | string | free text | ||
| item_color | string | free text | ||
| item_type | string | free text | ||
| item_category | string | free text | ||
| item_inventory_date | string | free text | ||
| item_location | string | free text | ||