hakimio / ngx-google-analytics

📈 A simple Google analytics integration for Angular apps
MIT License
17 stars 0 forks source link

GA recommended events requiere to sent objects and arrays as dimension values #3

Open quedicesebas opened 5 months ago

quedicesebas commented 5 months ago

For example, with the view_item_list_item event, I'm getting Type '{ item_id: string; item_name: string; item_variant: string; price: number; }[]' is not assignable to type 'Primitive': https://developers.google.com/analytics/devguides/collection/ga4/reference/events?client_type=gtag#view_item_list_item

hakimio commented 5 months ago

PR is welcome.

quedicesebas commented 5 months ago

As soon as I can, this week I hope ;)