There are a number of “spam/bot” and poor performing channels on YouTube, causing customers to spends large amounts of money on YouTube video campaigns on channels that do not drive results.
Clients need a solution that can quickly and automatically keep on top of poor performing channels or potential “spam/bot” channels and exclude them from their entire account on a regular basis.
A Google Cloud based solution for excluding YouTube channels at an account level, based on a set of criteria defined by the client. A client can select a set of filters within their Google Ads data (such as low conversions, high CPMs or no traffic etc.) and then apply a set of YouTube filters against channel statistic (such as subscriber count, video views, language etc.) and exclude specific channels that do not meet the performance requirements.
The tool will display all the merged data, exclusions available and can be scheduled to automatically run the process on a regular basis to keep up with any new channels or campaigns that fall outside of the required performance.
Web application that can be used for performing ad-hoc placement exclusions as well as scheduling tasks.
- Standard access to Google Ads account(s):
- person responsible for deploying APG should have Standard access to an MCC account.
- Credentials for Google Ads API access which stored in
google-ads.yaml. See details here. - A Google Cloud project with billing account attached.
The primary installation method deploys APG into Google Cloud. The procedure automates deploying all required components to the Cloud.
For local deployment please refer to local deployment guide.
- First you need to clone the repo in Cloud Shell:
git clone https://github.com/google-marketing-solutions/ads_placement_guardian.git
-
Go to the repo folder:
cd ads_placement_guardian/ -
Optionally put your
google-ads.yamlthere or be ready to provide all Google Ads API credentials -
Optionally adjust settings in
gcp/settings.ini -
Run installation:
./gcp/install.sh deploy_all
This will deploy APG to Google Appengine and create all necessary components (cloud functions, PubSub topics, Datastore, etc.).
After Google cloud installation is completed, you'll be presented with a URL when Ads Placement Guardian is running.
Alternatively you can open default services in Appengine Services to access the application.
If you changed
servicename in look for this service name in Appengine.
- Open Google Cloud Shell.
- Ensure that you are in the
ads_placement_guardianfolder. - Run upgrade command
./gcp/upgrade.shThis is not an officially supported Google product.