Code Monkey home page Code Monkey logo

dfp-bookmarklets's Introduction

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)
);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.