- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi there,
In your case, it will cost you a server call for each event you are sending. The best approach is to send data on the next page to limit the amount of servercalls.
The approach you are using is most commonly used in GA implementations but in an Adobe world, this costs you extra money, so not the recommended approach. ![]()
You could use this method:
https://marketing.adobe.com/resources/help/en_US/sc/implement/getPercentPageViewed.html
/Waqas