ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Simple GAM

აღწერა

Finally an easy plugin to add Google Ad Manager (GAM) blocks into WP – shortcode and template function. It was designed to work with a multisite install, please tell me if any problem on a single site install. Thanks!

Shortcode

Simply use [simpledfp_block ad_id=xxxx] where xxxx is the id of your DFP ad post type, created when you installed the plugin.

Template function

Please use the following code:

if (class_exists('simplegam_main')) {
    // checks the plugin is installed
    simpledfpBlock(array('ad_id' => xxxx);
}

With, also xxxx being your Simple GAM Ad id, previously created in wordpress admin panel. You can retrive this ID like this.
I recommend the Reveal IDs plugin.

Steps to use correctly

  1. Install the plugin
  2. Fill the DFP network identifier in the settings of the plugin
  3. A new menu DFP Ads appears in the sidebar of admin panel
  4. Use it to Add a new ad, fill mandatory fields :
    • DFP Bloc code, as it appears in DFP backoffice
    • Size of bloc to display on you site, in the format WWWxHHH (where WWW is the width of the block, and HHH the height of the block)
  5. Refresh you frontend, and you should see block creations (as they are defined in DFP backoffice) appear on your site.

დაყენება

Easy

  1. Search via plugins > add new.
  2. Find the plugin listed and click activate.
  3. Use the shortcode or template function

მიმოხილვები

19.04.2017
Efficient to avoid complicated ad plugins : just copy paste your network code, DFP bloc code and size, and you good to launch campaigns from DPF and manage them from there. Good simple one!
1 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Simple GAM” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Simple GAM თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

  • 1.3.3 – dashicon changed

  • 1.3.2 – collapse emptu divs

  • 1.3.1 – tested with WP 5.2

  • 1.3.0 – key value pairs ok on multisite

  • 1.2.1 – key value pairs ok on single site

  • 1.2 – collapse empty divs now

  • 1.1 – fix : checks before display prevent display…

  • 1.0 – fix on TypeError: googletag.pubads is not a function

  • 0.5 – online fixes

  • 0.4 – ready for single site

  • 0.3 – no settings menu on single site…

  • 0.2 – no settings menu on single site…

  • 0.1 – initial commit