I am currently trying to implement the Google Link Checker script in a single Google Ads account. The script can be found here:
https://developers.google.com/google-ads/scripts/docs/solutions/link-checker
I follow the instructions on this page to copy the spreadsheet (click on "How to copy the template spreadsheet"). However, when I click on the "Install the script template" button, Google Ads opens my MCC account, and I want to install this script at the account level.
What I do then is go to the Scripts section of my account and create the 3 files that this script generates, (Config.gs, Info.gs, Code.gs). Then I copy the code from an account that is running the script, and change the Spreadsheet URL.
However, when I run the script, there is an error:
ReferenceError: CONFIG is not defined (line 61).
How can I fix it?
Thanks.