Skip to content

adServerDomain setup in creatives appears to be useless #181

@dgirardi

Description

@dgirardi

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:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Ready for Dev

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions