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
I've added a custom dimension for 'coupon' to map from products -> items. It works.
What I noticed though is that 'price' and 'quantity' are not forced as numbers... they come through as strings. Unfortunately, that is passed from my order processor so I can't change them. I did notice that 'quantity'... even though it is originally a string is converted to a number.
I am requesting that 'price' be forced to a number in the items array and, if possible, a way to force custom dimensions/metrics to numbers as well.
The text was updated successfully, but these errors were encountered:
I've added a custom dimension for 'coupon' to map from products -> items. It works.
What I noticed though is that 'price' and 'quantity' are not forced as numbers... they come through as strings. Unfortunately, that is passed from my order processor so I can't change them. I did notice that 'quantity'... even though it is originally a string is converted to a number.
I am requesting that 'price' be forced to a number in the items array and, if possible, a way to force custom dimensions/metrics to numbers as well.
The text was updated successfully, but these errors were encountered: