“Search more” is a service we provide for reducing website visitors' bounce rate. We display the bouncing users in-site search results for the same content of the current page.
Let's consider the following example:
Heyday search is our companies name. We are a technological company, specializing in “content retrieval” from big data text document libraries. In other words, we are a “search engine”.
Our technology is proprietary, written from scratch in c++. We do not use any third party tools nor any service such as Amazon cloud or google platform. Our service runs on our own private servers, running our own proprietary code. Our search engine powers very big news / ecommerce sites
The implementation is simple and done in 2 steps:
First step - the client uploads the product feed to the website in Google/Facebook format.
Second step - embedding JavaScript code in the website's head section.
To start the implementation, click here.
Under the following conditions heyday will attempt to display the search more results:
Under the above conditions heyday will try to trigger, but there are conditions depending on the browser that may or may not enable the catch of the bouncing user. For more information about this, expand the question on how to maximize triggering of heyday search more.
Yes. A new user can use the service for a two-week trial period.
During this period you can unsubscribe without any charge.
Our platform features a comprehensive dashboard where users can access and analyze detailed analytics both through Google Analytics and directly via our dashboard. Additionally, the dashboard provides a variety of design and customization options, allowing users to tailor the system to their specific needs and preferences. This dual functionality ensures that users can both monitor important metrics and personalize their experience, enhancing the overall utility and effectiveness of the platform.
To see the revenue attributed to HeyDay Search More, you need to
track each click with the query string parameter
heyday_src=heyday_sm
.
If you are using GA4, follow the following video:
Heyday search more is displayed on your website, so clicks on the results are just another internal link click with additional query parameter heyday_src=heyday_sm. This is will have no effect on the attribution calculation and optimization of your media buying.
For capturing the bouncing user, heyday uses standard methods provided by the browser: The history. pushState and the popstate event. These tools are used for building modern Single Page Applications. So basically heyday adds another page to the user’s history so when they click back. They end up on this page and not leave the website.
After a user initially lands on your page, they need to perform some sort of interaction—such as clicking a button or a modal—to activate the push state. This action is crucial because it allows HeyDay SM to function correctly by updating the browser's history state.
Here’s how you can ensure that HeyDay SM works optimally:
By incorporating this click-trigger , you ensure that HeyDay SM can effectively capture user actions and provide relevant suggestions or search options.
To simulate the HeyDay Search More feature, you need to follow these steps:
By following these steps, you can effectively simulate and see the HeyDay SM feature in action.