Skip to content

Commit

Permalink
Remove lmpid and allow passing other ids to secure signals (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
MO-Thibault authored Dec 4, 2024
1 parent 0806cb5 commit eaa84e8
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 694 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ demo-html:
envsubst $(DEMO_VARS) < demos/vanilla/nocookies/targeting/gam360.html.tpl > demos/vanilla/nocookies/targeting/gam360.html
envsubst $(DEMO_VARS) < demos/vanilla/nocookies/targeting/gam360-cached.html.tpl > demos/vanilla/nocookies/targeting/gam360-cached.html
envsubst $(DEMO_VARS) < demos/vanilla/nocookies/targeting/prebid.html.tpl > demos/vanilla/nocookies/targeting/prebid.html
envsubst $(DEMO_VARS) < demos/integration/lmpid-prebid-gpt.html.tpl > demos/integration/lmpid-prebid-gpt.html
envsubst $(DEMO_VARS) < demos/integration/lmpid-signal-gpt.html.tpl > demos/integration/lmpid-signal-gpt.html
envsubst $(DEMO_VARS) < demos/ads/protected-audience/advertiser.html.tpl > demos/ads/protected-audience/advertiser.html
envsubst $(DEMO_VARS) < demos/ads/protected-audience/publisher.html.tpl > demos/ads/protected-audience/publisher.html
envsubst $(DEMO_VARS) < demos/ads/protected-audience/publisher-gam.html.tpl > demos/ads/protected-audience/publisher-gam.html
Expand Down
2 changes: 0 additions & 2 deletions demos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ COPY --chmod=0444 ./vanilla/targeting/gam360.html ./vanilla/targeting/gam360.htm
COPY --chmod=0444 ./vanilla/targeting/gam360-cached.html ./vanilla/targeting/gam360-cached.html
COPY --chmod=0444 ./vanilla/targeting/prebid.html ./vanilla/targeting/prebid.html
COPY --chmod=0444 ./vanilla/targeting/prebid.js ./vanilla/targeting/prebid.js
COPY --chmod=0444 ./integration/lmpid-prebid-gpt.html ./integration/lmpid-prebid-gpt.html
COPY --chmod=0444 ./integration/lmpid-signal-gpt.html ./integration/lmpid-signal-gpt.html
COPY --chmod=0444 ./integration/prebid.js ./integration/prebid.js
COPY --chmod=0444 ./vanilla/identify.html ./vanilla/identify.html
COPY --chmod=0444 ./vanilla/profile.html ./vanilla/profile.html
Expand Down
346 changes: 0 additions & 346 deletions demos/integration/lmpid-prebid-gpt.html.tpl

This file was deleted.

Loading

0 comments on commit eaa84e8

Please sign in to comment.