AI-generated Key Takeaways
-
postback_sequence_index
is a 0-based index indicating the order of postback with valid values in the range [0, 2]. -
coarse_grained_conversion_value_mappings
provides conversion value mappings for all coarse grained conversion values. -
The
lock_window_trigger
union field indicates the event or conversion value used for locking the conversion window. -
The
lock_window_trigger
can be eitherlock_window_coarse_conversion_value
,lock_window_fine_conversion_value
, orlock_window_event
.
Mappings for each postback in multiple conversion windows.
Fields | |
---|---|
|
Output only. 0-based index that indicates the order of postback. Valid values are in the inclusive range [0,2]. |
|
Output only. Conversion value mappings for all coarse grained conversion values. |
Union field
|
|
|
Output only. Coarse grained conversion value that triggers conversion window lock. |
|
Output only. Fine grained conversion value that triggers conversion window lock. |
|
Output only. Event name that triggers conversion window lock. |