Skip to content

Conversation

@anuj-adobe
Copy link
Contributor

Please ensure your pull request adheres to the following guidelines:

  • make sure to link the related issues in this description
  • when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes
  • If data sources for any opportunity has been updated/added, please update the wiki for same opportunity.

Related Issues

Thanks for contributing!

@anuj-adobe anuj-adobe changed the title fix: adding agentic urls fix: prerender audit adding agentic urls Nov 18, 2025
@github-actions
Copy link

This PR will trigger a patch release when merged.

FROM {{databaseName}}.{{tableName}}
{{whereClause}}
AND url IN ({{urlList}})
GROUP BY url;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as there can be so many urls,
use limit 200 and orderby number_of_hits DESC here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This query is required to find the agentic traffic for URLs that are added over top 200 URLs by updating site config for prerender handler using "includedURLs". The extra added URLs might not be present in top 200 URLs. I don't think limit 200 will help there

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

Successfully merging this pull request may close these issues.

3 participants