You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didn't want to write an issue, but the repo doesn't have discussions so there's no other way to ask questions.
I'm implementing adsense in React, and an issue that I've come across with client-side route changes is that page views are only captured on the initial visit of a page. For example:
User visits foobar.com
Single ad unit is loaded
1 page view and 1 impression is sent to adsense
User navigates with client-side routing to foobar.com/foo
Single ad unit is automatically refreshed
No page view but 1 impression is sent
User has visited 2 pages, only the initial load page view is sent but 2 impressions are sent
Does this library implement a fix for this issue at all? I've had a read through the source code but I can't find anything specifically that would be a solution to this issue.
Do users of this library get correct page view reporting within adsense?
The text was updated successfully, but these errors were encountered:
Didn't want to write an issue, but the repo doesn't have discussions so there's no other way to ask questions.
I'm implementing adsense in React, and an issue that I've come across with client-side route changes is that page views are only captured on the initial visit of a page. For example:
Does this library implement a fix for this issue at all? I've had a read through the source code but I can't find anything specifically that would be a solution to this issue.
Do users of this library get correct page view reporting within adsense?
The text was updated successfully, but these errors were encountered: