Ad.ly Logo.

This project is not covered by Drupal’s security advisory policy.

Integration with the Ad.ly in-stream advertising platform.

Where to get an API Key?

To use Ad.ly, you need to register with their service at: http://ad.ly/developer/register/ and get an API key, which you will enter in the module configuration screen.

Theming Requirements

While the Drupal module allows you to theme ads any way you like it, Ad.ly actually has specific and strict requirements on the look-and-feel of the ads. You should read carefully the Implementation Specifications to make sure your themed ads meet the guidelines. Otherwise clicks won't count!

Sample tpl in the module meets all current requirements.

How Does It Work?

There are two kinds of "streams" in Drupal:

  1. Views listings - to enable Ad.ly ads for a display of a view, configure position and content field in the Ad.ly Settings section of the display. Currently supported display types: page, block and feed.
  2. Search result pages - @TBD

Alternatively, you can use module's API function to integrate custom streams with a call like:

$response_values = adly_apicall($content);

where "$content" is either a search query (String) or an array of posts. See more at: http://ad.ly/developer/docs/

Credits

Sponsored and created by: Phase2 Technology.

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: E-commerce, Content Display
  • Created by irakli on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases