Hey,
We cache our search results so if you go to https://www.greenmangaming.com/search/far cry. We do the following:
- Query Epifind
- Display the results
- Cache HTML on CDN
On the second hit. We do:
- Get the HTML from cache
- Profit
This allows us to provide quick search results. At the moment we are not handling click tracking and want to add support. If we reuse the track ID for both the first and second hit will that cause issues? Because after all the html is cached. Another option would be, we call Episerver from javascript and get a new track id but I can't see that is an option.
Has anyone else had this problem? or is it not a problem and we can safely reuse the same track ID?