Tracking methods

This page explains and compares the different Tracking methods available in our Tracking add-on.

The information on this page only concerns impression tracking, not click tracking. Click tracking works similarly between all methods, except for where they are stored (locally or in Google Analytics).

Ad tracking methods in a nutshell

Frontend (default)

We believe this method to be the best choice for most users in terms of performance and accuracy.

The Frontend tracking method counts ad impressions after the frontend of your website was fully loaded. It uses a single AJAX call for all ads directly loaded in the frontend and a single call for each ad loaded with a delay like ads in an automatically refreshing ad group or a pop-up.

This method was formerly called JavaScript (AJAX). It is the default option since Tracking version 2.0.

Google Analytics

The Google Analytics method tracks impressions and clicks in your Google Analytics account.

Tracking ad performance in Google Analytics gives you a chance to compare the numbers with any other website analytics information gathered there as well.

Use this method if you don’t want or can’t have Tracking using your server’s performance or store any data locally in your database.

This method needs the general Google Analytics for tracking page impressions on your site. You can use it simultaneously with one of the other two onboard tracking methods

Database

The Database tracking method (formerly called Track on load) was the default option prior to Tracking version 2.0. It counts an ad impression when the server selects the ad. This could happen long before the whole page, or even the individual ad was loaded and visible.

This method is likely to track too many impressions due to counting traffic from bots, ad blocker users, or users who quickly leave your website. On the other hand, it counts fewer impressions on cached websites that don’t use the Cache Busting feature in Advanced Ads Pro.

Ad tracking methods of Advanced Ads
Available tracking methods

Tracking methods compared

FrontendGoogle AnalyticsDatabase
You should use this …When you don’t have a reason to switch to another method.When you want to compare ad performance with other analytics metrics.
If your server performance is too limited to handle Frontend tracking.
If you are technically experienced and deliver ads where the other methods don’t work.
This method is used automatically when needed, like when serving ads through the ad server placement.
Data is storedIn your WordPress database.In your Google Analytics account.In your WordPress database.
Works on cached websitesYesYesOnly on uncached page impressions
When is the ad impression tracked?After the page was fully loaded or when an ad is delivered with a delay (e.g., pop-ups).After the page was fully loaded or when an ad is delivered with a delay (e.g., pop-ups).When the ad is requested from the database, which is before it is sent to the visitor’s browser.
Performance impact on the serverSmall. We are using a custom and highly improved AJAX call.
The tracking call will show up as a network request in your browser.
None.
The tracking call will show up as a network request in your browser.
Negligible.
AMPWorksWorksWorks
Specifications of the tracking methods at a glance

Which ad impressions are counted or ignored?

FrontendGoogle AnalyticsDatabase
Counts ad impressions on cached pages (preferred: Yes)YesYesNo. It falls back to Frontend method when Cache Busting is used
Counts ad impressions made by ad block users (preferred: see below)Yes if the Ad block fix option is set upYes, if the Ad block fix option is set up and Analytics itself is not blockedYes
Counts ad impressions by bots and crawlers (preferred: No)NoNoYes
Counts ad impressions if the user leaves the page before it was fully loadedNoNoYes
Counts ad impressions in an infinite scrollYes, if WordPress is used to load new postsNoYes, if WordPress is used to load new posts
Compared to Google and other analytics page impressionsSimilarSimilarHigher since tracking happens before the frontend is loaded
Compared to AdSense ad impressionsSimilarSimilarHigher since tracking happens before the AdSense code was sent to the browser
Other factors that could impact numbers“Uncaught JavaScript exceptions” errors in the frontend could prevent tracking ad allNeeds the Google Analytics page tracking code on pages that use ad impression trackingBots and caches are the main reasons for significant tracking differences
How the different tracking methods take ad impressions into account

Should I count ad impressions made by ad-block users?

We believe you should decide whether to count ad impressions from ad block users based on their likeliness of seeing your ads.

If you are mainly displaying ad content loaded from another server, like ad networks, you should not count their impressions from ad-block users since they won’t see them anyway.

If you are mainly displaying ad content that is hosted locally, like static image ads or custom HTML, you can track their impressions from ad-block users since they are likely to see the ads.

Subscribe to our newsletter and get 2 add-ons for free!

* indicates required

Technical details

This section should give users with programming knowledge relevant technical information about our tracking methods. See also the debugging sections here.

In general, the Frontend and Database methods create custom tables: _advads_impressions and _advads_clicks.

Frontend

The Frontend method sends an AJAX call to wp-content/ajax-handler.php containing the ad IDs after the page was fully loaded. This file does not load WordPress and is therefore very fast.

The custom tracking file is updated after changes in the backend. I.e., if you make changes to your site without calling the backend, then reload WP Admin once to reflect them in the tracking file.

The tracking file contains your database information. Make sure that your server permissions are set to prevent showing the content of that file, while still allowing the plugin to add it to wp-content.

Set the ADVANCED_ADS_TRACKING_LEGACY_AJAX constant in your wp-config.php file to true to fall back to using wp-admin/admin-ajax.php. Setting this constant or using the Google Analytics tracking method removes the ajax-handler.php file.

define( 'ADVANCED_ADS_TRACKING_LEGACY_AJAX', true );Code language: JavaScript (javascript)

Frontend combines as many impressions as possible into a single AJAX call. There are separate calls in cases where the impression is triggered with a delay, like automatically refreshing ad groups, pop-ups using a delay option, or when using the TCF 2.0 integration and AJAX Cache Busting together. There is also an individual call when someone clicks a specific ad.

Even though the AJAX call is highly performant, some hosting companies might complain about the number of “uncached hits”. If you are charged by uncached hits, and they exceed your budget then consider switching to the Google Analytics tracking method. While we had a few users whose hosting company reached out to them due to the AJAX calls, there was no negative feedback once they measured the real impact of our improved AJAX call. If your hosting company needs more details, then please forward them to us.

This method is enabled for ads that use passive Cache Busting even if the general tracking method is set to Database.

The performance of the custom AJAX call depends on two factors: a) the latency between the user’s location and your server, b) your server performance. When you enable the Tracking debug mode, the plugin will also measure the time the tracking call needs on your server. This should be far below 100ms.

If you encounter troubles related to the ajax-handler.php file, please check this list of errors and solutions we identified over time.

Note for WP Engine customers

We saw a 301 redirect of our tracking call on AMP pages.

The following statement is what their support told us about it: The 301 should pose no issue as it appears the final request ends up being a 200. I suspect the 301 is showing here due to the security header ‘add_header Strict-Transport-Security “max-age=63072000; includeSubDomains; preload”;’ being used here, and pulling it off of the CDN just from looking into things here.

Google Analytics

Impression tracking with Google Analytics can increase the “time-on-site” metric. These tracking events give Google Analytics more points of reference for measuring the time on site as users were scrolling through articles. This brings the data closer to reality and is therefore a rather positive side effect.

Make it better

Increase your ad management skills without spending more time.
Join over 150,000 publishers and AdOpts increasing their ad revenue.