Nativo

Component ID

2111627

Component name

Nativo

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1037

Component created

Component changed

Component body

This module integrates Nativo into a Drupal website.

How it works

This module uses defines a page at /promoted. This page's content
consists of placeholders, which Javascript from Nativo replaces with
real content.

Along with this, Nativo's Javascript is printed on each front-facing page, so
Nativo's system can inject ads into the DOM. See Configuration for options on
disabling whether this JS loads at all, as well as excluding it on certain
paths.

Installation

Enable module, and grant permission "Administer Nativo settings" appropriately.

Configuration

Configure at admin/config/search/nativo.

Drupal 7 version

To change the path that hook_menu() uses for the ad page, set variable
'nativo_path' in settings.php. Example:

$conf['nativo_path'] = 'path/to/placeholder/page';

Drupal 8 version

The ad path is not currently configurable.