Adwords Script Scheduling by Adwords API -
is there way can control,that schedule, run or pause adwords script using adwords api.
my requirement want run task through adwords api , want make sure whenever task running adwords script should not make change. , task on (which may take days), want resume script.
currently maintaining disabling script manually before running , want automate disable script account before running , resuming task completes.
update: same thing automated rules.
you through google spreadsheet api:
- create spreadsheet
- when adwords api running, can write "running" in cell a1
- when adwords api finishes running, can delete value
and @ adwords script side: - when adwords script starts running, can read cell, , stop running if value in cell a1 "running".
hope find useful
Comments
Post a Comment