registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Need to remove pageview on first prog image load #202

Closed robertdenton closed 6 years ago

robertdenton commented 6 years ago

We send a pageview on initial page load AND on each new image load. On the first image this causes one extra pageview that is extraneous. Need to add in testing if i === 1 then don't send pageview. Might need to break sendGA apart to sendPageview and sendEvent. Testing shows everything else is working as expected.