2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-google-dfp

Fast, configurable SilverStripe implementation of Google DoubleClick for Publishers (DFP)

image

fractaslabs/silverstripe-google-dfp

Fast, configurable SilverStripe implementation of Google DoubleClick for Publishers (DFP)

  • Tuesday, February 6, 2018
  • by fractaslabs
  • Repository
  • 2 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SilverStripe Google DFP

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

Overview

An customizable SilverStripe module for Google DoubleClick for Publishers (DFP)., (*2)

Maintainer Contacts

  • Milan Jelicanin [at] Fractas.com
  • Petar Simic [at] Fractas.com

Requirements

  • SilverStripe Framework 4+

Version info

The master branch of this module is currently aiming for SilverStripe 4.x compatibility, (*3)

Installation

  • Recommended way to install this module is via Composer composer require "fractas/google-dfp" "2.x-dev"
  • Add to your configuration YML file: ```yaml

name: mygoogledfp, (*4)


Fractas\GoogleDfp\GoogleDfpSlotHelper: enable_in_dev: false # if you wanna test banners in "dev" environment change to true publisher_id: 12345678 # change to your Google DFP network code layouts: PageController: # change to your Controller ClassName or leave it PageController if you wanna apply banners on SiteTree div-gpt-ad-123456789012-0: # An exact banner ID from Google DFP system alias: billboard # human readable banner type, used in template for banner init adUnitPath: /12345678/ad_unit_code # Full path of the ad unit with the network code and ad unit code. size: '[[1], [300, 250]]' # An exact size of banner creative outOfPage: false # if banner is "floater" or "wallpaper" type, change to "true" ``` * Run ?flush=all to update manifests * Call your banner like this $GoogleDfpSlotByAlias('billboard') in your template (eg. Page.ss) to render selected banner HTML, (*5)

## Additional documentation * More comprehensive documentation can be found here, (*6)

## Bugtracker * Bugs are tracked on github.com, (*7)

## Licence * See Licence, (*8)

The Versions

06/02 2018

dev-master

9999999-dev https://github.com/fractaslabs/silverstripe-google-dfp/

Fast, configurable SilverStripe implementation of Google DoubleClick for Publishers (DFP)

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe ads doubleclick doubleclick for publishers

06/11 2017

1.0.1

1.0.1.0 https://github.com/fractaslabs/silverstripe-google-dfp/

Fast, configurable SilverStripe implementation of Google DoubleClick for Publishers (DFP)

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe ads doubleclick doubleclick for publishers

04/11 2017

1.0

1.0.0.0 https://github.com/fractaslabs/silverstripe-google-dfp/

Fast, configurable SilverStripe implementation of Google DoubleClick for Publishers (DFP)

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe ads doubleclick doubleclick for publishers