Global Attributes similar to Profile AttributesNew
Hi there,A few business scenarios to consider:1. You want to show how many customers have bought a specific product, on corresponding Product details page2. You want to show a unique voucher code to every visitor3. You want to show current stock left for a productIf you see, all these scenarios require to setup a Global Attribute which is similar to Profile Attributes but unlike Profile Attributes, its not associated with a user-profile - rather its associated with either an Account or a Property.Would be great if Adobe can allow creating such Global attributes so that1. these can be set from within Profile Scripts (instead of using user. or profile., we use global.propertyname.)2. similar to Customer Attributes you can also upload data.3. later, we can access these Global attributes from within Offer code - something similar to below:${global.property1.black_trousers_views}In scenario #1 above, we can create a Global Attribute for product sold such as black_trousers_sold and set it up