You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

DFP plugin Monetize your content with the most professional ad network

Introduction



The Doubleclick For Publishers (DFP by Google, former DART) plugin allows you to monetize your video using one of the most professional advertising network. It can display overlays, prerolls, midrolls and postrolls with custom ad logics using the Doubleclick network.

It features companion ads, all the required tracking and is fully configurable through Javascript.


Did you know ?
  • The DFP plugin is VAST compliant. Display ads from any ad servers !
  • The DFP plugin is the only one to serve DFP's RichMediaAds (FlashInFlash and InStream) for incomparable impact
  • NEW !The DFP plugin is now compatible with AdSense For Video ads.


Why choose DFP ?



Looking for a revenue share solution where no investment is required ?

We started a beta program where you keep 60% of the revenue without actually doing anything. Contact us if you are interested joining the beta.



In this section:


Minimal Configuration

A typical minimal installation contains an ad schedule with the adTagUrl given by Doubleclick. Be sure to get an In-Stream video or Flash-in-Flash ad from Doubleclick (see here for more information). You only need to load the plugin and schedule an ad simply by adding it to the clip configuration.

<html>
<head>
    <script src="flowplayer-3.2.0.min.js"></script>
</head>
<body>

<div id="player" style="display:block;width:425px;height:300px;"></div>

<script>
    flowplayer("player", "flowplayer-3.2.7.swf", {
        clip: {
			url: "http://pseudo01.netdna.com/vod/demo.flowplayervod/flowplayer-700.flv",
            ads: [{
                time: 0, // make the ad appear as soon as the video starts
                request: {
                    adTagUrl:"http://ad.doubleclick.net/pfadx/AngelaSite;foo=prodtest;"
                           + "sz=728x90;dcmt=text/html"
                }
            }]
        },
			
        plugins: {
            controls: {
                autoHide: "never"	// we don't want the controlbar to hide
            },
		
            dfp: {
                url: "flowplayer.dfp-flowplayer.org-1.4.swf"
            }
        }	
    });
</script>

</body>
</html>


Search engine friendly content



Features overview





Purchase the plugin



While this plugin is officially supported by Flowplayer, it has been developed by a third-party company, Bigsool. We are working with the Flowplayer codebase since 2009 and with the Flowplayer team since early 2010 creating plugins, bug fixing the player with them. We also provide support and develop custom Flowplayer solutions.




Pro Premium Starter
Free upgrades
API & Events
Prerolls
Midrolls
Companions
Ads shown per user and per day * Unlimited 5 1
Price per domain per month 199.90 99.90 19.90

* Ads per user and per day refers to the maximum number of ads each visitor of your site will get per day.




Download an integration version



Get latest version of the integration Flowplayer DFP plugin.
Please refer to the purchase section to learn about the process required to start monetizing your videos.

flowplayer.dfp-test-1.5.swf the Flash file to get you started
flowplayer.dfp-test-1.5.zip same as above + README.txt and LICENCE.txt, and the dfp-integration-test.html page

This is the integration version of the plugin. Works only on your local machine, or on a page called dfp-integration-test.html
Please note that the plugin requires Flowplayer 3.2.3 and above.