You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs it is stated that a publisher should add a vendorDeleteScript for each vendor:
// Add all Vendor scripts; this is just an array of string sources
vendorDeleteScriptSources.forEach((vendorDeleteScriptSource) => {
However, in the lspa.json there are only opt out URL's, no vendorDeleteSource that ends on ddr.js, as in the example.
I've also tried each domain, with ddr.js, or privacy/ddr.js. But the ones I tried do not have this file there. Where can we find a list of ddr.js sources to implement this?
The text was updated successfully, but these errors were encountered:
Hi @rlankhorst. There is not currently a programmatic way to determine a vendor's ddr.js file location. @wittjill and I at IAB Tech Lab have discussed updating the Data Deletion Request specification to indicate that the file should be hosted in a well-known location (or at a redirect from a well-known location). This change is in not in progress, but it would help to know whether you would be supportive.
In the docs it is stated that a publisher should add a vendorDeleteScript for each vendor:
However, in the lspa.json there are only opt out URL's, no vendorDeleteSource that ends on ddr.js, as in the example.
I've also tried each domain, with ddr.js, or privacy/ddr.js. But the ones I tried do not have this file there. Where can we find a list of ddr.js sources to implement this?
The text was updated successfully, but these errors were encountered: