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

Find competitor JS with analyzer #905

Closed
wants to merge 1 commit into from

Conversation

davidfischer
Copy link
Collaborator

No description provided.

@davidfischer davidfischer requested review from a team and ericholscher August 14, 2024 22:33
@@ -15,6 +15,15 @@
class BaseAnalyzerBackend:
"""Base class that all analyzers should extend."""

# CSS selectors that attempt to find competing ad networks
# This is a predictor of publishers moving off the platform
COMPETITORS_SELECTORS = (
Copy link
Member

Choose a reason for hiding this comment

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

This feels like something that should probably live in our private -ext repo, since I don't know how relevant this is for the OSS codebase? Or at least come from a ENV variable, and not be hard coded.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I suppose I can move it to -ext and create a separate analyzer backend for this specifically

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.

2 participants