Skip to main content

Responsive ads using mediaquery for dfp.

Project description

Django responsive DFP
======================

Description
-----------

The `django-responsive-dfp` package allows you to easily display responsive ads using dfp ans media-queries.

Dependencies
------------

* Django >= 1.3

Installation
------------

pip install django-responsive-dfp

add the plugin to ``INSTALLED_APPS``::

INSTALLED_APPS = (
...
'dfp',
...
)

define settings for your dfp slots

DFP_SLOTS = {
"header": {
"account" : 12345678,
"slot" : "Leaderboard_Header",
"responsive" : [
{
"media_query" : "(min-width: 1248px)",
"sizes" : ((1150,120),)
},
{
"media_query" : "(min-width: 948px) and (max-width: 1248px)",
"sizes" : ((640,120),)
}
]
}
}

Usage
------------

In your templates, you need to load ``dfp``:

...
{% load dfp %}
...

then you simply call the tag with the slot name

{% dfp "header" %}

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-responsive-dfp-0.1.2.2.tar.gz (112.0 kB view details)

Uploaded Source

File details

Details for the file django-responsive-dfp-0.1.2.2.tar.gz.

File metadata

File hashes

Hashes for django-responsive-dfp-0.1.2.2.tar.gz
Algorithm Hash digest
SHA256 208521643232af5f1a42215a9fba8282edbad18e8f6fcc2cb278a22c76818c46
MD5 c03dfec0fe6eb6b59964264dac535b69
BLAKE2b-256 80ffc5f4e56518617f407a3bbf97d43a1367875f483ef6922f977bdb4b074a50

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