We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef34db commit 95a4b46Copy full SHA for 95a4b46
src/connections/destinations/catalog/google-analytics/index.md
@@ -514,7 +514,7 @@ analytics.track('Order Refunded', {
514
});
515
```
516
517
-For partial refunds, you must include the `productId` and quantity for the items refunded:
+For partial refunds, you must include the `order_id` as well as the `productId` and `quantity` for the items refunded:
518
519
```js
520
analytics.track('Order Refunded', {
0 commit comments