Advanced Ads Tracking Page Log
Helper plugin to debug tracking by logging page impressions.
by Thomas Maier · github.com/advanced-ads/advanced-ads-tracking-page-log · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/advanced-ads/advanced-ads-tracking-page-log/archive/refs/heads/master.zipFrom the readme
This plugin is meant to help with debugging Advanced Ads Tracking
by adding page impressions to the debug file.
It only makes sense if you are using Advanced Ads and Advanced Ads Tracking for managing ads.
See also
https://wpadvancedads.com/add-ons/tracking
https://wpadvancedads.com/manual/tracking-issues/
How to enable it?
Set the constant ADVANCEDADSTRACKINGDEBUG in wp-config.php like this:
When the Tracking add-on and this add-on are enabled, information about ad and page impressions and clicks are being tracked in wp-content/advanced-ads-tracking.csv.
Impression tracking methods
The plugin can track page impressions using JavaScript (AJAX, bot safe) or/and PHP.
The default method is JavaScript.
Define ADVANCEDADSTRACKINGDEBUGMETHOD with the value ALL or PHP to change the method used. E.g.,
Depending on the method, you will see the tracked page impressions marked with
either pageviewJS or pageviewPHP in the log file.