• Resolved jefflabonte

    (@jefflabonte)


    Hi Ash, only about 1/3 of my ads are showing up in the all ads stats report. Naturally, the ones the clients is asking about are among the ones missing. I am not using GA (yet), the ads that ARE showing in the reports have been published both before ad after the ads that are not showing, so it does not seem to be a timeline thing. The summary impressions and clicks are there, just looking for the additional detail and can’t find it.

    https://www.auburnmassdaily.com

    Thanks.
    Jeff

    https://www.ads-software.com/plugins/adkingpro/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ash Durham

    (@ashdurham)

    Hey Jeff,

    Sorry for the delay mate.

    I think it might be the fact that the script is only pulling in a certain amount. If you modify /adkingpro/includes/screens/detailed.php on line 13 and under the ‘post_type’ line, add:
    'posts_per_page'=>-1
    That should fix that issue.

    Can you do me a favour and confirm this for me? If it is the case, I’ll add that to the next release.

    Thanks mate,

    Ash

    Thread Starter jefflabonte

    (@jefflabonte)

    No, it did’t work. In fact, when I added the code, the report now comes up entirely blank.

    Here’s a link to the file where I made the edit, just so you can see, I think I put it in the right place.

    https://auburnmassdaily.com/wp-content/uploads/2015/06/Capture.png

    Plugin Author Ash Durham

    (@ashdurham)

    Hey Jeff,

    You needed to add a comma at the end of the post_type line:

    query_posts(array(
    'post_type' => 'advert_posts',
    'posts_per_page' => -1
    ));
    Plugin Author Ash Durham

    (@ashdurham)

    Jeff,

    Marking this as resolved as I assume it is after 4 months?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not all ads showing in tats reports’ is closed to new replies.