We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When sending Order completed event with item.discount the discount is missing in GA4 debug view.
item.discount
To Reproduce Send Order completed event with products containing discount.
discount
Expected behavior discount property should be delivered to GA4
Screenshots
Additional context Rudderstack payload
"products": [ { "brand": "Paintbox Yarns", "category": "Yarns", "coupon": "10% off - DISCOUNT DESCRIPTION", "discount": 0.18, "name": "Paintbox Yarns Simply DK", "price": 1.62, "product_id": "0ba5ea3b-6c20-4217-a6f9-770ac7397978", "quantity": 1, "sku": "10116876", "variant": 21841, } ],
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue! We'll get back to you shortly. If it is a bug, please make sure to add steps to reproduce the issue.
Sorry, something went wrong.
krishna2020
shrouti1507
ItsSudip
sandeepdsvs
No branches or pull requests
Describe the bug
When sending Order completed event with
item.discount
the discount is missing in GA4 debug view.To Reproduce
Send Order completed event with products containing
discount
.Expected behavior
discount
property should be delivered to GA4Screenshots
Additional context
Rudderstack payload
The text was updated successfully, but these errors were encountered: