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
In Saleor I want to send uip as an additional attribute. This is used to provide provide location data to Google Measurement Protocol. I managed to do this without any changes to google measurement protocol but it's probably not the "correct" way, as it involves sending a dictionary instead of a SystemInfo instance.
I was thinking of making a pull request to Saleor to allow sending the uip (possibly configurable by a setting). But I think the way I'm doing, using a dictionary is not the correct way. But the SystemInfo class confuses me. Is it possible to modify it to add additional, optional attributes such as uip.
The text was updated successfully, but these errors were encountered:
Hey,
In Saleor I want to send uip as an additional attribute. This is used to provide provide location data to Google Measurement Protocol. I managed to do this without any changes to google measurement protocol but it's probably not the "correct" way, as it involves sending a dictionary instead of a SystemInfo instance.
Saleor version:
My version
I was thinking of making a pull request to Saleor to allow sending the uip (possibly configurable by a setting). But I think the way I'm doing, using a dictionary is not the correct way. But the SystemInfo class confuses me. Is it possible to modify it to add additional, optional attributes such as uip.
The text was updated successfully, but these errors were encountered: