Skip to content

Commit 658de2e

Browse files
Muhammad UbaidhiUbaid
andauthored
type fixed in debugging module (prebid#6014)
Co-authored-by: ubaid <ubaid@advergic.com>
1 parent f42a4ba commit 658de2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-docs/modules/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,17 @@ pbjs.setConfig({
173173
{
174174
when: {
175175
adUnitCode: "video-adunit",
176-
bidder: "bidderA'
176+
bidder: "bidderA"
177177
},
178178
then: {
179-
cpm: 10,
180179
mediaType: "video",
181180
source: "client",
182181
currency: "SEK",
183182
cpm: 50.00,
184183
creativeId: "11111",
185184
width: 640,
186185
height: 360,
186+
ttl: 300,
187187
vastXml: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><VAST version=\"2.0\"><Ad id=\"TestAd\"><InLine><AdSystem>Prebid Test</AdSystem><AdTitle>VAST 2.0 Linear Ad</AdTitle><Error><![CDATA[http://myErrorURL/error]]></Error><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"2014\" AdID=\"20150911\" sequence=\"1\"><Linear><Duration>00:00:15</Duration><TrackingEvents><Tracking event=\"creativeView\"><![CDATA[]]></Tracking><Tracking event=\"start\"><![CDATA[]]></Tracking><Tracking event=\"firstQuartile\"><![CDATA[]]></Tracking><Tracking event=\"midpoint\"><![CDATA[]]></Tracking><Tracking event=\"thirdQuartile\"><![CDATA[]]></Tracking><Tracking event=\"complete\"><![CDATA[]]></Tracking></TrackingEvents><VideoClicks><ClickThrough><![CDATA[http://prebid.org/]]></ClickThrough><ClickTracking><![CDATA[]]></ClickTracking></VideoClicks><MediaFiles><MediaFile delivery=\"progressive\" width=\"960\" height=\"540\" type=\"video/mp4\"><![CDATA[https://s3.amazonaws.com/files.prebid.org/creatives/PrebidLogo.mp4]]></MediaFile></MediaFiles></Linear></Creative></Creatives></InLine></Ad></VAST>"
188188
}
189189
},

0 commit comments

Comments
 (0)