Does logPurchase support item arrays with multiple objects? #6891
Unanswered
chipoglesby
asked this question in
Q&A
Replies: 1 comment 1 reply
-
With apologies, I'm unsure - this hasn't come up before. Have you asked on stackoverflow with appropriate firebase tagging? The firebase team answers there, and if firebase-js-sdk can do it, and/or either of the native platforms, we should be able to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been able to successfully use
logPurchase
with a single item object that is sent to Firebase/GA4 for collection and analysis.However, I am unsuccesful at sending an item array with multiple objects. I have been unable to find a solution online or in the documentation.
Any suggestions or help you may have would be greatly appreciated.
This works
This does not work
Beta Was this translation helpful? Give feedback.
All reactions