Skip to content

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

Open
@reven86

Description

@reven86

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions