using fiddler for dco diagnostics

6
Using fiddler for DCO diagnostics Fiddler can be used to view server decision logic when troubleshooting DCO ads Just follow these three simple steps! 1.Break on the MSN RAD call 2.Insert the debug parameter 3.Refresh page and view Bursting server response

Upload: nicole-finch

Post on 02-Jan-2016

51 views

Category:

Documents


4 download

DESCRIPTION

Using fiddler for DCO diagnostics. Fiddler can be used to view server decision logic when troubleshooting DCO ads Just follow these three simple steps! Break on the MSN RAD call Insert the debug parameter Refresh page and view Bursting server response. Break on the MSN RAD call. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Using fiddler for DCO diagnostics

Using fiddler for DCO diagnostics

Fiddler can be used to view server decision logic when troubleshooting DCO ads

Just follow these three simple steps!

1. Break on the MSN RAD call2. Insert the debug parameter3. Refresh page and view Bursting server response

Page 2: Using fiddler for DCO diagnostics

Break on the MSN RAD call

identify RAD call which returns MM ad tag

Page 3: Using fiddler for DCO diagnostics

Set breakpointhighlight rad callto set breakpoint, click in black command line at bottom of session window on the left. type bpu CTRL+i to insert RAD URL as the URL to break on

Page 4: Using fiddler for DCO diagnostics

Refresh ad RAD URL will be identified in fiddler by a red arrow-like symbolBreakpoint will stop the ad from loading and allow you to modify the codeClick break on response button to edit code

Page 5: Using fiddler for DCO diagnostics

Add &mmdebug=1 to set the debug parameterClick run to completion button to allow modified code to run

Page 6: Using fiddler for DCO diagnostics

View server response by highlighting initial call to bursting serverThe trace should give a basic rundown of the decision logic and if

there was a targeting match found