Does empty server call to Adobe can have impact on bounce rate? | Community
Skip to main content
Level 2
April 1, 2021
Solved

Does empty server call to Adobe can have impact on bounce rate?

  • April 1, 2021
  • 2 replies
  • 1696 views

Hi,

imagine we send an empty server call (without data, due to some bug in ab tests, doesnt matter the reason). Imagine that the user intend to bounce. So after user lands on our website and user itself does nothing on it as he intent to leave the page (1st server call with page view), then this bug sends an empty server call, does AA count it not bounced visit or is it still bounced?

Tom

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

Not sure what you mean by an "empty" server call. E.g. when you send a s.t() without settings any props, eVars, events or other variables, the server call will still include basic information from the page itself, e.g. page URL, referrer, etc. So that's not an "empty" server call at all.

But to your question, basically as long as AA receives a subsequent server call, then that visit is not treated as a bounce.

Assuming that those "empty"server calls are sent as Custom Links, then if you need to calculate an actual Bounce Rate from pageviews, create a Calculated Metric with the formula: Single Page Visits / Entries. That will return a bounce rate based on pageview server calls only.

2 replies

akt0m3r
Adobe Employee
Adobe Employee
April 2, 2021

Hi @tomtheanalyst, Sending a second server call (even if it's empty) means the user has interacted with the page after landing. Ideally, this should not be considered a bounce. Which will also impact the bounce rate.

Hope this helps!

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
April 2, 2021

Not sure what you mean by an "empty" server call. E.g. when you send a s.t() without settings any props, eVars, events or other variables, the server call will still include basic information from the page itself, e.g. page URL, referrer, etc. So that's not an "empty" server call at all.

But to your question, basically as long as AA receives a subsequent server call, then that visit is not treated as a bounce.

Assuming that those "empty"server calls are sent as Custom Links, then if you need to calculate an actual Bounce Rate from pageviews, create a Calculated Metric with the formula: Single Page Visits / Entries. That will return a bounce rate based on pageview server calls only.

Level 2
April 2, 2021
Hi aktomer and yuhuisg, thanks for your input. @yuhuisg, in fact we send s.tl(true, "o", link clicked"); which I believe makes this topic solved. Adobe forums also recommended a similar thread with s.tl() bounce rates which also confirm our suspicions. Thank you very much!