You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi hope you are doing well.
i have a suggestion for GA4 event prop mappings, in our project for Product added to wishlist and Product list viewed we get an error indicating
instrument.js:111 [handleError]:: "[sendToNative]:: [Destination: GA4]:: "Payload must have required parameters..""
since we are already sending the product_name property for other destinations i think adding a name prop just to support GA4 is redundant.
checking Rudderstack source code i found such object in GA4 script
constitemParametersConfigArray=[{src: 'product_id',dest: 'item_id'},// maybe here we should have a { src: 'product_name', dest: 'item_name' },{src: 'name',dest: 'item_name'},{src: 'coupon',dest: 'coupon'},{src: 'category',dest: 'item_category'},{src: 'brand',dest: 'item_brand'},{src: 'variant',dest: 'item_variant'},{src: 'price',dest: 'price'},{src: 'quantity',dest: 'quantity'},{src: 'position',dest: 'index'},];
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi hope you are doing well.
i have a suggestion for GA4 event prop mappings, in our project for
Product added to wishlist
andProduct list viewed
we get an error indicatingsince we are already sending the
product_name
property for other destinations i think adding aname
prop just to support GA4 is redundant.checking Rudderstack source code i found such object in GA4 script
would be great to hear your ideas. thanks 🙌
Beta Was this translation helpful? Give feedback.
All reactions