Forums

[Plugin: AdSense Now!] false data about revenue sharing (2 posts)

  1. thefake
    Member
    Posted 5 months ago #

    Hi there,
    i really lik adsense now! cause of it's simplicity
    But the new update 1.5 to share revenue catches my dislike.

    You write in the admin back end
    "Percentage of ad slots [Range: 1% to 10%, Default: 5%]"
    But in your code the algorithm is a "chance to be displayed" implementation

    You generate a random number between 0 and 10000
    so 1 percent would be 100
    but in your code 1% is set to 111 and 10% is set to 1111
    every other percent is multiplied with 111

    you should be honest to us plugin-users and adjust your plugin

    Additionaly it would be great if it is possible to set the amount of percentage to a user defined range without hardcoded restrictions

    Kind regards
    thefake

    http://wordpress.org/extend/plugins/adsense-now/

  2. manojtd
    Member
    Posted 5 months ago #

    The factor 1.11 comes about because I ensure that the shared ad doesn't appear more than once in a page.

Reply

You must log in to post.

About this Topic