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

Where to get vendorDeleteScriptSources (ddr.js Url's) #17

Open
rlankhorst opened this issue Sep 22, 2021 · 2 comments
Open

Where to get vendorDeleteScriptSources (ddr.js Url's) #17

rlankhorst opened this issue Sep 22, 2021 · 2 comments

Comments

@rlankhorst
Copy link

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?

@alextcone
Copy link
Contributor

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.

@rlankhorst
Copy link
Author

As building a ddr.js list manually is not feasible for us as cmp, it needs to be programmatic to be of use I think.

A default location like /privacy/ddr.js would work fine, but a vendorlist.json would also work.

We're certainly supporting such an addition :)

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

No branches or pull requests

2 participants