beop.io

French supplemental subscription

Moderator: Liste AR & FR Mods

Locked
bloodyowl
New Member
New Member
Posts: 6
Joined: Mon Apr 15, 2019 8:35 am

beop.io

Post by bloodyowl »

Bonjour,
je suis développeur chez BeOp, où on propose des widgets éditoriaux et publicitaires aux différents sites de presse.

Notre widget a été bloqué chez certains de nos éditeurs suite à notre rebranding (beopinion.com -> beop.io).
Il semblerait que cela provienne de la règle https://hg.adblockplus.org/listefr/file ... txt#l17791

Exemple ici, la question de la semaine (contenu éditorial) n'apparait pas:

Code: Select all

https://www.autoplus.fr/tesla-motors/model-3/actualite/Tesla-Motors-Model-3-tarif-prix-Autopilot-1537610.html
De ce que j'en comprends, la liste interdit à notre ancien domaine d'appeler des URLs d'autres domaines.

Pour éviter à nos clients de devoir modifier l'inclusion de notre SDK, l'ancien domaine pointe vers le nouveau.

Notre solution proposant à la fois un système éditorial et un système publicitaire, nous avons mis en place un système pour permettre aux adblockers de bloquer notre widget lorsqu'il s'agit de publicité tout en conservant les widgets éditoriaux.

Pour rétablir les widgets éditoriaux, il s'agirait:

De bloquer systématiquement les URLs publicitaires de notre widget:

- s.beop.io
- ads-tracking.beop.io

De permettre à notre widget editorial de fonctionner avec le changement de domaine:

- widget.beopinion.com d'appeler des URLs des domaines *.beop.io

Cela serait-il envisageable ? D'avance merci.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Bonjour,
De ce que j'en comprends, la liste interdit à notre ancien domaine d'appeler des URLs d'autres domaines.
interdit à autoplus.fr (non a votre domaine) d'appeler des urls externe d'autres domaines sauf exception.
(le blocage stricte est appliquer ici a cause du contournement de la liste fr avec des scripts et domaines tournant pour forcer l'affichage des pubs).

Pour beop.io et beopinion.com, le problème devrait être résolu maintenant /rev/101a1d68e190 (tester et fait moi un retour).

Merci pour le signalement.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
bloodyowl
New Member
New Member
Posts: 6
Joined: Mon Apr 15, 2019 8:35 am

Post by bloodyowl »

Il semble que ça fonctionne à nouveau avec une easylist FR à jour.

Merci beaucoup !
bloodyowl
New Member
New Member
Posts: 6
Joined: Mon Apr 15, 2019 8:35 am

Post by bloodyowl »

Hello,

I'm the lead front-end developer of BeOp, where we build editorial and sponsored widgets.

We previously came forward to Easylist so that our sponsored URLs can be blocked while keeping our editorial parts off the list.

We've received reports that people using the list have broken editorial widgets

Image

The error comes from blocking

Code: Select all

data.beop.io
which the domain for our API.

Code: Select all

https://www.legorafi.fr/2021/08/19/test-etes-vous-un-gouvernement-taliban-inclusif/
Can this be turned off?
Moved from Report incorrectly removed content to Liste FR on Fri Aug 20, 2021 2:04 am by LanikSJ

User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12232
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Given the sponsored widgets, maybe we should move this to Easylist (and block beop.io outright)
bloodyowl
New Member
New Member
Posts: 6
Joined: Mon Apr 15, 2019 8:35 am

Post by bloodyowl »

fanboy wrote: Fri Aug 20, 2021 5:53 am Given the sponsored widgets, maybe we should move this to Easylist (and block beop.io outright)
We already have a mechanism that prevents any sponsored format from being delivered when the domains already listed by EasyList are blocked (when that happens we fallback to domains only capable of serving editorial contents).
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12232
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

I've seen these popups on my machine recently, so clearly hasn't been working
bloodyowl
New Member
New Member
Posts: 6
Joined: Mon Apr 15, 2019 8:35 am

Post by bloodyowl »

What do you mean by "popups"?
bloodyowl
New Member
New Member
Posts: 6
Joined: Mon Apr 15, 2019 8:35 am

Post by bloodyowl »

Hi,

Adding a bit more context here just so that everything make sense.

We (BeOp) provide two kinds of service to publishers on the web:

- an editorial one, so that publishers can animate their pages by collecting feedback, provide quizzes & personality tests
- a sponsored one, so that publishers can generate revenue

We came forward (the beginning of this thread) so that two of our domains are blocked from EasyList:

- s.beop.io: our ad server
- ads-tracking.beop.io: our sponsored analytics events server

This allows us to fallback to another domain (contents.beop.io, only capable of returning non-sponsored contents) when blocked, so that we can still provide value to publishers in those cases.

These editorial widget might be what you saw, but they're not ads.

The issue today is that recently data.beop.io was added to EasyPrivacy which breaks our editorial quizzes & personality tests. data.beop.io is our REST API, that is a huge issue because many of our publishers create dedicated pages for these quizzes, and it breaks those pages.

Can you explain to me the reason why data.beop.io was blocked recently? Is there a way to go back to the previous state of things, where all of our ads were blocked and the editorial widgets delivered?
Locked