shopar-plugin 0.9.0-alpha.0 → 0.9.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -193,6 +193,22 @@ Options used for the plugin setup:
193
193
  - Default values:
194
194
  - `loading.ar`: `Loading Try On...`
195
195
  - `loading.3d`: `Loading 3D...`
196
+ - `debounceAREngagementMs` (optional)
197
+ - Type: `number`
198
+ - If provided, it will be used as the debounce duration for debounced AR engagement tracking.
199
+ - Default value: `2000`
200
+ - `onDebouncedAREngagement` (optional)
201
+ - Type: `function`
202
+ - If provided, it will get called with the engagement duration on every (debounced) AR engagement.
203
+ - AR engagement is measured as the time spent by the user virtually trying out the product in AR.
204
+ - `debounce3DEngagementMs` (optional)
205
+ - Type: `number`
206
+ - If provided, it will be used as the debounce duration for debounced 3D engagement tracking.
207
+ - Default value: `2000`
208
+ - `onDebounced3DEngagement` (optional)
209
+ - Type: `function`
210
+ - If provided, it will be called with the engagement duration on every (debounced) 3D engagement.
211
+ - 3D engagement is measured as the time spent by the user rotating, panning or zooming the product in 3D.
196
212
 
197
213
  ## License
198
214