firebase / firebase/firebase-cpp-sdk

[FR] Allow to send ecommerce events passing Array<Item> parameters.

Aperta
#1,204 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
api: analytics type: feature request
Lingua principale
C++
Stelle
326
Fork
137
Merge medio
3g 9h
PR unite (30g)
5

Descrizione

### Feature proposal

* Firebase Component: Analytics

Currently LogEvent functions support only parameters of types integer, float, string and boolean. Though several recommended GA4 events such as "begin_checkout", "purchase", "add_to_cart" require "items" parameter to be passed as Array even for one single Item, thus making impossible to send these types of ecommerce events via C++ SDK.

The possible solution would be to allow LogEvent function to accept Variant values holding vector and map.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.