Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dlochrie/DFP-Bookmarklets

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DFP-Bookmarklets

Overview

Bookmarklet(s) for debugging web pages display ads via Google DFP. Note: This ONLY works for DFP Premium; it will not work for DFP Small Business or DART.

What is a Bookmarklet?

A Bookmarklet is a bookmark that executes JavaScript in browser as opposed to navigating to a URL. Bookmarklets should work on all browser on any operating system ( I have not tested phones or tablets ).

Installation

Create a new Bookmark (Internet Explorer calls them "Favorites") in your browser and then:

  • Name it something meaningful, like DFP Debug Bookmarklet
  • In the Location or URL field of your Bookmark, add the appropriate JavaScript code below - it should be on onle line.
  • To use the bookmarklet, simply navigate to the web page you want to debug, and click on your bookmarklet.

Debug Bookmarklet

Description

Highlights all ads called on the page, and provides a full report showing errors and miscellaneous details.

Location

This should be on 1 line, in the Location of your Bookmark. Note: For some reason, Internet Explorer calls Bookmarks Favorites and you need to add the code below to the URL property of your new Favorite.

javascript:void(
  debug_element=document.createElement('script'));
  void(debug_element.src='https://raw.github.com/dlochrie/DFP-Bookmarklets/master/debug.js');
  void(document.body.appendChild(debug_element)
);

About

Bookmarklets for debugging web pages display ads via Google DFP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.