VPS DirectAdmin running out of space

Login to your VPS with SSH Find all files larger them 500 MB find / -type f -size +500M -exec ls -lh {} \; List root dir sizes. Or any current folder (run without /) du -h –max-depth=1 / Remove specific files: sudo rm -R...

Auto tagging in Google Ads

G to your account tab, from there click on to Account Settings and find campaign URL settings: function main() { var adGroupIterator = AdsApp.adGroups().withCondition(“CampaignStatus = ENABLED”).get(); while (adGroupIterator.hasNext()) { var adGroup =...