Skip to main content

How to implement DFP on blogger blog?

Many people monetise their blog, it's quite handy to set up Adsense, or Amazon Associates. But if you try to use third party ad network, or sell ads directly, best choice is DFP for small business. How to implement DFP on blogger blog? Of course it's not a big deal if you have only one blog with couple of hundreds hits a month, but it seems fun to figure out how to do it anyway.

This page tell you how to set up DFP small business for your website, but it doesn't go to the details of how to use it in blogger.

And then you may check out how to edit the HTML of your blog's layout. After you generate tags in DFP, copy and paste the first part into the document header. Then add page element by clicking Add a Gadget, choose HTML/JavaScript gadget, copy and paste the second part of DFP code into the it. After 10 minutes or immediately add will show up on blogger pages.

Comments

Anonymous said…
Dear Did You Know How To Add Advertiser In DFP Can You Tell Me In Detail How I Get And Which Is Best I See Your Last Ad This Is DFP ADs Can You Please Tell Me That How To Make And Get DFP Ads. If I Have No Advertiser So What I Do Waiting Your Reply ... Reply Me Must .. Are Vist My Blog www.Twistfriends.blogspot.com And My Email ID IS fragranc2142@gmail.com Reply Me Must Wiating your Reply.. Thanks
Blogger said…
You could be qualified for a free $1,000 Amazon Gift Card.
Blogger said…
If you're looking for a reputable contextual advertising network, I suggest that you check out Clicksor.

Popular posts from this blog

How to Input Phonetic Symbols (IPA) in Google Docs

You can insert special characters by clicking "Insert" on the menu, then click the "Ω Special Characters", the choose "Latin" category from the drop-down menu, and then Phonetics (IPA) sub-category. Insert Special Characters in Google Docs There is a short-cut for inputting some IPA symbols which you use them frequently. Automatic Substitution in Google Docs similar to Auto Correct in MS Word. You can replace common acronyms, misspellings and other symbols. So you can set auto-replace for your IPA symbols, for example, "e<" for "ɛ", "o/" for "ø", "o>" for "ɔ" etc. Automatic Substitutions in Google Docs

Vodafone Router Configuration for Incoming Connection and other Services

This post is about specific Vodafone Home Broadband Router configuration for Incoming Connection and other service on your home computer. This is not a tutorial, and will not be going into details of the services and router configuaration, I just want to point out couple of points you need to pay attention to. 1. Port Forwarding. Vadafone Router has its own name for Port Forwarding, it's called Port Mapping under Port Management category.The picture below shows that I set up web server on my desktop, I map my local address on port 80; and I set up PPTP incoming connection by mapping local address on port 1723. Port Forwarding 2. Exposed Host. If you have set up Port Mapping, you still can't get what you want, then you have to put your device outside the Firewall, i.e. bypass Vodafone Connects (means Router) firewall, in a Demilitarised Zone (DMZ), using it's Exposted Host Function. Static NAT (Network Address Translation) means the Router will translate publi...

How to stop Freenet?

How to stop or temporally shutdown Freenet? On Windows, you may find "stop freenet" in Freenet Tray. On Ubuntu, or other Linux system, go to your Freenet folder, run a command inside the terminal: FreenetUser@ubuntu:~/Freenet$ ls *.sh run.sh  update.sh You can see run.sh command, run.sh have six options, one of them is to stop the Freenet: FreenetUser@ubuntu:~/Freenet$ ./run.sh ? Usage: ./run.sh { console | start | stop | restart | status | dump } FreenetUser@ubuntu:~/Freenet$ ./run.sh stop Stopping Freenet 0.7... Waiting for Freenet 0.7 to exit... Stopping Freenet 0.7... Stopped Freenet 0.7. This is how you to stop the Freenet on Ubuntu.