Skip to content
New issue

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

BUG: Missing item.discount property at GA4 purchase event #3947

Open
badz0 opened this issue Dec 23, 2024 · 1 comment
Open

BUG: Missing item.discount property at GA4 purchase event #3947

badz0 opened this issue Dec 23, 2024 · 1 comment
Assignees

Comments

@badz0
Copy link

badz0 commented Dec 23, 2024

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 GA4

Screenshots
image

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,
    }
],
@contributor-support
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants