Skip to content

Commit

Permalink
remove bidder setting, clean up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
protonate committed Apr 12, 2017
1 parent acbd23c commit c90f737
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions integrationExamples/gpt/amp/remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@

var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
pbjs.bidderSettings = {
standard: {
adserverTargeting: [
{
key: "hb_pb",
val: function (bidResponse) {
return '12.00';
}
}
]
}
};

var date = new Date().getTime();

Expand Down

0 comments on commit c90f737

Please sign in to comment.