Brief explanation:
A User gets an iframe embed-link (ex: < iframe src="https://www.platform.com/HASH">)
Using HASH from URL, determine the User, check if the request is coming from one of User's domain and increase view.
View count logic: If a shopper(users customer, not mine) calls a users page, then increase view count and the same User's shopper can call the page as many times as he want for the next 30 min, without the view being increased.
Any tip how 1. and 2. can be implemented. Thanks for all your support.