Difference between revisions of "Exploration/adtech"
Jump to navigation
Jump to search
(Created page with "== Profilage == * {{Portal|id=139}} * {{Portal|id=1492}} * {{Portal|id=1188}} * {{Portal|id=1191}} * {{Portal|id=1553}} * {{Portal|id=2887}} * {{Portal|id=836}}, avec délai t...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | == Facteurs déterminants == | ||
| + | * laptop/mobile | ||
| + | * Android/iOS | ||
| + | * Firefox/Chrome/??? | ||
| + | * adblocker? | ||
| + | * navigation mode privé? | ||
| + | |||
| + | == Comment obtenir ses identifiants (sur mobile) == | ||
| + | Voir [https://tinyurl.com/mobile-id ici]. | ||
| + | |||
== Profilage == | == Profilage == | ||
* {{Portal|id=139}} | * {{Portal|id=139}} | ||
| + | ** Expérience Le Temps depuis Chrome (en tout cas version 79, ou Firefox sans protection) | ||
* {{Portal|id=1492}} | * {{Portal|id=1492}} | ||
* {{Portal|id=1188}} | * {{Portal|id=1188}} | ||
Latest revision as of 11:07, 22 January 2020
Facteurs déterminants
- laptop/mobile
- Android/iOS
- Firefox/Chrome/???
- adblocker?
- navigation mode privé?
Comment obtenir ses identifiants (sur mobile)
Voir ici.
Profilage
- AppNexus (Q139) (portal)
- Expérience Le Temps depuis Chrome (en tout cas version 79, ou Firefox sans protection)
- Outbrain (Q1492) (portal)
- Oracle Data Cloud (Q1188) (portal)
- MPlatform (Q1191) (portal)
- Taboola (Q1553) (portal)
- SpotX (Q2887) (portal)
- Quantcast (Q836) (portal), avec délai temporel
Résolution d'identité
D'autres, mais avec un délai pour la réponse
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel WHERE {
?item pdiot:P37 pdio:Q495.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
LIMIT 100
plateforme de gestion de données (embedded)
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel WHERE {
?item pdiot:P37 pdio:Q559.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
LIMIT 100