Is there a way by which i can control,that is schedule, run or pause the adwords Script using Adwords API.
My requirement is that i want to run some task through adwords API and want to make sure that whenever my task is running adwords script should not make any change. And as soon as the task is over (which may take days), i want to resume the script.
Currently i am maintaining this by disabling the script manually before running and i want to automate this that is disable script for account before running and resuming it as the task completes.
UPDATE: I would also like to do the same thing for automated rules.