Clarification Needed on glanceViewWeightPercentage Interpretation #4103
Unanswered
Ponera-Syl
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm working with the Product Pricing API and have a question about the glanceViewWeightPercentage field. The documentation states that it represents the percentage of total glance views across all segments on the ASIN, with a higher percentage indicating more customers see this offer as the Featured Offer.
However, in my tests, it seems that this percentage primarily reflects the distribution between Prime and Non-Prime customers. For example, in the following JSON:
{ "customerMembership": "PRIME", "segmentDetails": { "glanceViewWeightPercentage": 86.09 } }, { "customerMembership": "NON_PRIME", "segmentDetails": { "glanceViewWeightPercentage": 13.91 } }
The percentages sum up to 100%, which suggests that it's showing the split between Prime and Non-Prime views rather than how many customers see the offer as featured. Could someone clarify if this interpretation is correct or if I'm misunderstanding the API's intended use?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions