Skip to main content

DFP implementation for Django

Project description

Django DFP

App that provides tags to fetch Google DFP ads.

Overview

Google provides server side adds via its DFP service. This product is inspired by the code at http://support.google.com/dfp_sb/bin/answer.py?hl=en&answer=1651549. To keep the Django implementation as simple as possible this product changes the order of the Javascript from that page.

Installation

  1. Install or add django-dfp to your Python path.

  2. Add dfp to your INSTALLED_APPS setting.

Usage

Load dfp_tags in your template with {% load dfp_tags %}. Call { %dfp_footer %} once near the end of your document body. You would typically call it just before the closing body tag.

An example tag is

{% dfp_tag “/1234/travel” 300 250 interests=”sports,music” position=”top” color=variable foo=bar %}

String values are comma delimited. Note the lack of spaces around the comma. Both keys and values can be variables.

You may call as many tags as you want. See http://support.google.com/dfp_sb/bin/answier.py?hl=en&answer=1651549 for more examples.

Authors

Praekelt Foundation

  • Hedley Roos

Changelog

0.4.1

  1. Fix error in manifest.

0.4

  1. Move javascript to a template so it can be customized.

0.3.3

  1. Change Django to django in setup.py.

0.3.2

  1. Republish slotRenderEnded event as DFPSlotRenderEnded.

0.3.1

  1. Allow targeting keys to be variables.

0.3

  1. Deprecate dfp_header.

  2. Allow arbitrary targeting keys and values to be passed to {% dfp_tag %} tag as key=value pairs.

0.2.2

  1. Scan for DFP div’s with javascript. In practice this means DFP ads are now cacheable.

0.2.1

  1. Do not use enableSingleRequest method anymore since it destroys the ability to do subsequent DFP loads via ajax.

0.2

  1. Async script loading has been re-added.

  2. Deprecate the dfp_header tag and replace with dfp_footer. DFP will now work across all browsers.

0.1.2

  1. Remove async script loading since it does not work.

0.1.1

  1. Allow variables to be passed as arguments to the template tag.

0.1

  1. First release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dfp-0.4.1.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

django_dfp-0.4.1-py2.7.egg (7.5 kB view details)

Uploaded Source

File details

Details for the file django-dfp-0.4.1.tar.gz.

File metadata

  • Download URL: django-dfp-0.4.1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-dfp-0.4.1.tar.gz
Algorithm Hash digest
SHA256 abee85479c9fddeb11784be0452d29f3ec35b4ec9b4b897d1d111afc8e55aac8
MD5 a762e5f872eddb199cb6ad953294ebd7
BLAKE2b-256 e57bdcce10c6192402aed8e0907b1f5e8b69d007066768d9c45085c9ce95f8cf

See more details on using hashes here.

File details

Details for the file django_dfp-0.4.1-py2.7.egg.

File metadata

File hashes

Hashes for django_dfp-0.4.1-py2.7.egg
Algorithm Hash digest
SHA256 f77e77ce00a5c9edaf4be41a321fe24a4dbe97e7a7dd589dc9fe47ebd6c16dc0
MD5 c74a319a28b3131629def0ce8c45ae3f
BLAKE2b-256 c906383f301c4b86dd4501282ddcbe0fadd3ddbe5abc968a43bc9259920d54aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page