-
Notifications
You must be signed in to change notification settings - Fork 80
adServerDomain setup in creatives appears to be useless #181
Copy link
Copy link
Open
Description
In at least some of our docs we ask publishers to set up PUC-GAM creatives with adServerDomain:
<script>
var ucTagData = {};
ucTagData.adServerDomain = "";
PUC includes it as part of the message payload for Prebid, but the latter does not use it:
prebid-universal-creative/src/renderingManager.js
Lines 144 to 151 in 68d81fc
| function requestAdFromPrebid() { | |
| let message = { | |
| message: 'Prebid Request', | |
| adId: adId, | |
| adServerDomain: fullAdServerDomain | |
| } | |
| sendMessage(message, renderAd); | |
| } |
From my testing, including or removing it makes no difference. I believe it should be removed together with the code around it, and the docs updated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready for Dev