[Drupal] How to configure SimpleAds module in Drupal

| | 2 min read

SimpleAds module allows advertisement in Drupal websites. I had a requirement in one of my Drupal sites to add advertisements in the site contents area. I came across a Drupal module- SImpleAds which helped me to solve the fix and the below the details on the configurations to done to use SimpleAds module

Advantages of SImpleAds:

  • It give a graphical, text and flash type advertisement in configurable blocks such as a of content ads and sidebar ads.
  • It give an statistics of an advertisement such as number of clicks and number of impressions etc.
  • It also provides various groups for displaying advertisements (Campaigns).

How to use SimpleAds module

  1. Go to the link http://drupal.org/project/simpleads and download the module.
  2. Place the modules in sites/all module folder
  3. Enable the Campaigns and SimpleAds module in an admin/modules page.
  4. Go to the admin/structure/block there are two blocks provided by simple add module Advertisement Block: Content Ads and Advertisement Block: Sidebar Ads, make this blocks enabled.
  5. For creating simple Campaign go to the path Add contents >> Simple Ad Campaign campaigns.png
  6. Then enter the Campaign title, number of times an Advertisement could be displayed, number of clicks available for that campaign, no. of days the Campaign is valid, Start date for the campaign.
  7. Publish the content by selecting "published" in publishing options tab.
  8. Save Campaigns details.
  9. For Adding Advertisement, go to the path contents >> Simple Ad advertisment.png
  10. Enter the Advertisement title
  11. Select the group in which the ad's need to display. There are two options by default Content Ads and Sidebar Ads.
  12. Select the advertisement type, There are three options Text Add, Image Add and Flash Add.
  13. Enter the URL Address of the advertisement.
  14. Enter the active date and end date of the advertisement.
  15. Activate the advertisement.
  16. Select campaign for this ad (if you needed).
  17. Publish the content by selecting "published" in publishing options tab.
  18. Save the advertisement by clicking Save button.
  19. To view the statistics go the path admin/content/simpleads, it will leads to the list of all advertisement. ads-list.png
    Click the Statistics operation of particular advertisement we can see the statistics of that advertisement such as no. of clicks in last hour, today, yesterday and no.of Impressions in last hour, today, yesterday.statistics.png