Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User actions in search service don't capture recommendation clicks #442

Open
themiszamani opened this issue Mar 29, 2023 · 1 comment
Open

Comments

@themiszamani
Copy link

In order to calculate kpis such as click through rate and hit rate in the metrics frameworks, the recommendation clicks are taken into account. With the latest developments in the search engine, we stopped getting this type of information.

User actions in search service don't capture information if a transition was made through a recommendation panel.

Details:

User actions generated in the marketplace service list captured, also jumps through recommendation panel items which is very important to know if you want to see if the user actually paid attention to recommendations and clicked on them.

Example 1: Clicking through a recommendation link in the marketplace service list captures the recommendation panel info:

"page_id": "/services",
       "root": {
           "type": "recommendation-panel",
           "resource_id": 94,
           "resource_type": "service",
           "panel_id": "v1"
       }

Example 2: Clicking through a recommendation in search service and landing on the marketplace service page doesn't capture information about the recommendation panel:

"page_id": "/search/service",
      "root": {
          "type": "other",
          "resource_id": "1",
          "resource_type": "service"
      }

@Michal-Kolomanski
Copy link
Member

Hello @themiszamani,
thank you for issuing a ticket. However, this bug is already described here: ticket. It should be fixed in the next week. Feel free to close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants