Q: Custom code for measuring impressions when displaying advertisements
I am using AI to create custom code for measuring impressions when displaying advertisements. If I insert the ad HTML later using JavaScript, please tell me the function name and event name for manually starting impression measurement.
A: I believe you're referring to the feature released in Pro 1.1.6. This hook allows you to write custom tracking code for your specific analytics provider instead of using local or GA4 tracking. The function name and the way the data is formatted is unique to your analytics provider. This is likely why the AI code is giving you an Uncaught TypeError - it probably just made up a function name....
Does Lazy Loading work only once? If possible, I would like it to be measured as an impression when the ad is displayed again after it is off the screen (each time it is displayed). I think that is the proper way to measure the number of times an ad is displayed.
Q: Iframes
Can iframes be used to show ads? I’m thinking of putting an offer in some pdfs, so it would be cool to change the offer centrally rather than hopping into all the pdfs.
A: You could probably use a text/code ad with iframe HTML in it. Point the src of the iframe to the PDF. Typically this type of ad is used or ad networks, but I think it should also accomplish what you're looking for.
Ohhh ok. I'm not sure that you can embed iframes into PDFs (quick search says no). If you can, then you could probably create a WordPress page, embed the ad or group into that page, then create an iframe that points to that WordPress page.
You would need to do some custom work to hide the header/footer/other parts of the WordPress page that you don't want to show up in the iframe.
Q: Ad Inserter Comparison?
Hi, I’m curious how your platform compares to the extremely popular wordpress plugins Ad Inserter (free) and Ad Inserter Pro (paid). Thanks
A: I haven't used Ad Inserter much beyond testing it out, but I can say the ideas are similar. Both automatically insert ads into portions of the site that you define in the admin. The UI is very different: I personally wouldn't hand Ad Inserter over to a client to manage, but I would Ad Commander. And that's not to say Ad Inserter isn't great. It just feels geared toward developers or experienced...
Ad Commander has local impression and click tracking, which I don't believe Ad Inserter has -- I think they only do 3rd party tracking. They'll have some features, especially in their Pro version, that haven't been built into Ad Commander yet. But overall there's a lot of overlap.
Q: Even page reloads, not ad displays, were measured as impressions. Is this a specification?
A: An impression is counted whenever the ad loads on the page - not necessarily when it scrolls into view. The exception is rotating ad groups, which count an impression each time the banner rotates into view.
If you believe you are seeing different behavior, please reach out to support at https://wpadcommander.com/support/ ... The replies here are limited so difficult to provide full support.
2 / 2 For rotating groups, the impression is counted when the ad slides into view in the carousel. It continues to count each time the ad slides in. With rotating groups it is possible to have multiple impressions counted during 1 page visit. There is a setting for rotating ad groups called "Stop Tracking" that allows you to stop tracking after X seconds in case someone leaves the page open.
From your reply, I have a feeling that utilizing rotating groups would address my application. I think multiple impressions during one page visit is the proper way to count impressions for an ad. Because it is important how many times the ad is shown, not how many times the page is loaded, which is irrelevant to the advertiser.
I think that maybe we are just having a miscommunication: When the page loads, the ads on the page are "shown." They may not be in the view of the user, but they are loaded.
If "Ad A" is on the page, it counts as 1 impression of the ad. If "Ad A" is on the page twice, it counts as 2 impressions of the ad. If "Ad A" and "Ad B" are on the page one time each, it counts as 1 impression for each ad.
Yes, that's correct. What we can do is introduce a "lazy load" feature in the future that will wait to load ads until they are displayed on screen. This is a similar approach to some other plugins that also track locally - track when loaded, but offer an option to lazy load rather than on page load.
I'm looking forward to the feature! For example, if I use this feature of Greenshift, can I measure impressions only when they are displayed on the screen? https://www.youtube.com/watch?v=qKs5M-JKnqM
I'm not familiar with Greenshift, but after reviewing, I am pretty sure that will not work and will break tracking. But if you are able to get it working, I'd love to hear about it!
We have some overlap with Advanced Ads and similar plugins. The general idea is the same, and the data structure is similar (ads, groups, automatic placements).
Ad Commander's overall interface is a little more WordPress-y. You'll use a regular classic post interface and regular taxonomy interface for managing your ads.
Our tests showed no speed difference when using server-side loading vs having the plugin disabled. With client-side loading, we saw a 9% increase in total page load time. The plugin doesn't load the ads until after the DOM is ready in that scenario. Of course things like caching plugins, number of ads, server specs, etc will all impact it so it's difficult to say anything definitive.
Q: Custom code for measuring impressions when displaying advertisements
I am using AI to create custom code for measuring impressions when displaying advertisements.
If I insert the ad HTML later using JavaScript, please tell me the function name and event name for manually starting impression measurement.
110442266921555066618
Apr 1, 2025A: I believe you're referring to the feature released in Pro 1.1.6. This hook allows you to write custom tracking code for your specific analytics provider instead of using local or GA4 tracking. The function name and the way the data is formatted is unique to your analytics provider. This is likely why the AI code is giving you an Uncaught TypeError - it probably just made up a function name....
Share Ad Commander
Verified purchaser
It seems that I need to deal with the following error.
“Uncaught TypeError: Cannot read properties of
(reading 'register') at ad-test/:2:82”
Verified purchaser
I am very happy with your plans to introduce lazy loading ads as soon as possible. Thank you!
Verified purchaser
Does Lazy Loading work only once? If possible, I would like it to be measured as an impression when the ad is displayed again after it is off the screen (each time it is displayed). I think that is the proper way to measure the number of times an ad is displayed.
Q: Iframes
Can iframes be used to show ads? I’m thinking of putting an offer in some pdfs, so it would be cool to change the offer centrally rather than hopping into all the pdfs.
110442266921555066618
Mar 31, 2025A: You could probably use a text/code ad with iframe HTML in it. Point the src of the iframe to the PDF. Typically this type of ad is used or ad networks, but I think it should also accomplish what you're looking for.
Share Ad Commander
I meant add the iframe to the pdfs- to show an ad offer in the pdf file itself
Ohhh ok. I'm not sure that you can embed iframes into PDFs (quick search says no). If you can, then you could probably create a WordPress page, embed the ad or group into that page, then create an iframe that points to that WordPress page.
You would need to do some custom work to hide the header/footer/other parts of the WordPress page that you don't want to show up in the iframe.
Q: Ad Inserter Comparison?
Hi, I’m curious how your platform compares to the extremely popular wordpress plugins Ad Inserter (free) and Ad Inserter Pro (paid). Thanks
110442266921555066618
Mar 18, 2025A: I haven't used Ad Inserter much beyond testing it out, but I can say the ideas are similar. Both automatically insert ads into portions of the site that you define in the admin. The UI is very different: I personally wouldn't hand Ad Inserter over to a client to manage, but I would Ad Commander. And that's not to say Ad Inserter isn't great. It just feels geared toward developers or experienced...
Share Ad Commander
Verified purchaser
Got it. So UI is the biggest difference. Anything else worth highlighting? Im a dev and was mainly considering using this for myself.
Ad Commander has local impression and click tracking, which I don't believe Ad Inserter has -- I think they only do 3rd party tracking. They'll have some features, especially in their Pro version, that haven't been built into Ad Commander yet. But overall there's a lot of overlap.
Q: Even page reloads, not ad displays, were measured as impressions. Is this a specification?
110442266921555066618
Mar 13, 2025A: An impression is counted whenever the ad loads on the page - not necessarily when it scrolls into view. The exception is rotating ad groups, which count an impression each time the banner rotates into view.
If you believe you are seeing different behavior, please reach out to support at https://wpadcommander.com/support/ ... The replies here are limited so difficult to provide full support.
Share Ad Commander
Verified purchaser
Does that mean that impressions are counted even if the ad content is not displayed?
If that is the basis for counting, what does it mean to display?
1/2
Impressions are counted when the ad loads on the page.
If an ad loads at the top of the page, in the viewport, that impression is counted.
If an ad loads in the footer of the page, where the visitor cannot see it, it is still counted as an impression. (cont...)
2 / 2 For rotating groups, the impression is counted when the ad slides into view in the carousel. It continues to count each time the ad slides in. With rotating groups it is possible to have multiple impressions counted during 1 page visit. There is a setting for rotating ad groups called "Stop Tracking" that allows you to stop tracking after X seconds in case someone leaves the page open.
Verified purchaser
If the ad is inserted in a specific part of the page, can it really be said to be an appropriate number of impressions?
Verified purchaser
From your reply, I have a feeling that utilizing rotating groups would address my application.
I think multiple impressions during one page visit is the proper way to count impressions for an ad.
Because it is important how many times the ad is shown, not how many times the page is loaded, which is irrelevant to the advertiser.
I think that maybe we are just having a miscommunication: When the page loads, the ads on the page are "shown." They may not be in the view of the user, but they are loaded.
If "Ad A" is on the page, it counts as 1 impression of the ad.
If "Ad A" is on the page twice, it counts as 2 impressions of the ad.
If "Ad A" and "Ad B" are on the page one time each, it counts as 1 impression for each ad.
Verified purchaser
By “on the page” you mean that you don't mean the display on the screen, but rather the loading of the page, right?
Yes, that's correct. What we can do is introduce a "lazy load" feature in the future that will wait to load ads until they are displayed on screen. This is a similar approach to some other plugins that also track locally - track when loaded, but offer an option to lazy load rather than on page load.
Verified purchaser
I'm looking forward to the feature!
For example, if I use this feature of Greenshift, can I measure impressions only when they are displayed on the screen?
https://www.youtube.com/watch?v=qKs5M-JKnqM
I'm not familiar with Greenshift, but after reviewing, I am pretty sure that will not work and will break tracking. But if you are able to get it working, I'd love to hear about it!
Verified purchaser
I understand.
Personally, I have no problem if this works. I'd rather you spend your time on other developments.
Q: Quick question
Welcome!
I was literally looking for an ad management platform this week.
How do you guys compare to advanced ads?
Are there additional addon paid plugins or does this offer include everything?
110442266921555066618
Edited Mar 12, 2025A: Hello! Thanks for the question.
We have some overlap with Advanced Ads and similar plugins. The general idea is the same, and the data structure is similar (ads, groups, automatic placements).
Ad Commander's overall interface is a little more WordPress-y. You'll use a regular classic post interface and regular taxonomy interface for managing your ads.
There are a few of the higher-end...
Share Ad Commander
Verified purchaser
Thanks for the comprehensive response. Are you able to share any insights of the impact on site speed your plugin has?
Our tests showed no speed difference when using server-side loading vs having the plugin disabled. With client-side loading, we saw a 9% increase in total page load time. The plugin doesn't load the ads until after the DOM is ready in that scenario. Of course things like caching plugins, number of ads, server specs, etc will all impact it so it's difficult to say anything definitive.