⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions adminapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -112316,6 +112316,10 @@
"description": "Unique identity of anonymize.",
"type": "boolean"
},
"trackOffcanvasCart": {
"description": "When boolean value is `true`, it enables Google Analytics to track offcanvas cart.",
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -112366,9 +112370,14 @@
]
},
"SalesChannelAnalytics": {
"description": "Added since version: 6.2.0.0",
"description": "Sales channel analytics configuration",
"required": [
"id"
"id",
"active",
"trackOrders",
"anonymizeIp",
"trackOffcanvasCart",
"createdAt"
],
"properties": {
"id": {
Expand All @@ -112392,13 +112401,20 @@
"description": "Unique identity of anonymize.",
"type": "boolean"
},
"trackOffcanvasCart": {
"description": "Track off-canvas cart interactions in Google Analytics",
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"updatedAt": {
"type": "string",
"type": [
"string",
"null"
],
"format": "date-time",
"readOnly": true
},
Expand Down