Changes

Jump to navigation Jump to search
Line 24: Line 24:  
* data management platforms
 
* data management platforms
 
* identity resolution services
 
* identity resolution services
 
+
=== Adtech overview ===
== Right of Access ==
  −
{{SPARQL|state=collapsed
  −
|query=SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE {
  −
  ?item pdiop:P144 ?statement.
  −
  ?statement pdiops:P144 ?service.
  −
  ?service pdiot:P4* pdio:Q188.
  −
  OPTIONAL {?statement pdiopq:P15 ?web}
  −
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
  −
}|label=actors with some form of data rights portal}}
  −
 
  −
== Adtech overview ==
   
{{SPARQL|state=collapsed
 
{{SPARQL|state=collapsed
 
|query=#defaultView:Graph
 
|query=#defaultView:Graph
Line 68: Line 57:  
}}
 
}}
   −
== Technical standards ==
+
{{SPARQL|state=collapsed
 +
|query=#defaultView:Graph
 +
SELECT ?item ?itemLabel ?third ?thirdLabel ?rgb WHERE {
 +
  ?item pdiot:P260 ?third.
 +
  BIND( "FFA500" AS ?rgb)
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
|label=some publishers and their trackers}}
 +
 
 +
=== Technical standards ===
 +
* [https://www.hs.fi/ads.txt hs.fi ads.txt implementation]
 +
* includes `adform.com,583,DIRECT`
 +
* [https://adform.com/sellers.json adform.com sellers.json implementation]
 +
* includes
 +
{{#tag:syntaxhighlight|
 +
seller_id "583"
 +
seller_type "PUBLISHER"
 +
domain "sanoma.com"
 +
name "Sanoma Oyj"
 +
}}
 +
 
 +
== Right of Access ==
 +
{{SPARQL|state=collapsed
 +
|query=SELECT ?item ?itemLabel ?service ?serviceLabel ?web WHERE {
 +
  ?item pdiop:P144 ?statement.
 +
  ?statement pdiops:P144 ?service.
 +
  ?service pdiot:P4* pdio:Q188.
 +
  OPTIONAL {?statement pdiopq:P15 ?web}
 +
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
 +
}|label=actors with some form of data rights portal}}
 +
 
 +
* https://www.quantcast.com/privacy/data-subject-rights/
 +
* https://access.triplelift.com/
 +
* https://mydata.appnexus.com
 +
* https://www.captify.co.uk/data-subject-rights-request/
 +
* https://registry.mplatform.com/
 +
* https://datacloudoptout.oracle.com/registry/
 +
* https://cross-device-privacy.adobe.com
 +
* {{Q|1184}}

Navigation menu