I bumped into an unexpected problem with a tool I built called Ad-Minister I used the domain https://ad-minister.app It’s a great domain name for what the tool does but it caused me some trouble.
I kept getting reports that the site "looked terrible".
Turns out that AdBlock was the culprit.
AdBlock uses several filter lists to decide which sites are safe and which are bad. One of these lists - EasyList - appears to have a blanket rule that blocks everything with the phrase "ad" in it.
The CSS and JS requests to https://ad-minister.app were being blocked which was why the site didn't look right.
It took me some digging but I was able to contact the list maintainer and ask them to remove my domain. A couple of days later they did.
I offer 1-to-1 mentoring and consulting. You’ll get help, advice, support and answers without having to commit to a long-term contract. Details here.
Google Ads API:- does every client account have to authorise your access? A reader asked me about authorising Google Ads API access to their client accounts.
Death by alerts. Will your custom AdWords tool monitor AdWords performance? It's surprisingly difficult to work out when your monitoring system should warn your users. Read on for guidelines on alerts and notifications.
How to use the Google Ads API to do keyword research. You’re thinking of building a custom keyword research tool using the AdWords API. Read on to see where to start and what to watch out for.
Where can I find a programmer to help implement the Google Ads API? Good news is that you don’t a programmer who is an expert at the AdWords API because the programming constructs that the API uses are well known. For instance, the API uses OAuth for authentication which is very common.
Building custom tools with the Google Ads API. You run an digital marketing agency. You’re thinking about building a custom Google Ads tool using the API. Here are some of the things that trip people up.
Google Ads API: Authorization for multiple users. Here's how you handle authorization for multiple users of your AdWords API tool.