Share your tips, tricks and favorite iMacros macros, scripts and applications for web automation in general here.
-
googlebot
Post
by googlebot » Wed Sep 28, 2005 10:36 pm
Adwords login script:
Code: Select all
VERSION BUILD=4020420
SET !ENCRYPTION NO
URL GOTO=https://adwords.google.com/select/main#a
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:LoginValidation ATTR=NAME:login.userid CONTENT={{ID1}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:LoginValidation ATTR=NAME:login.password CONTENT={{PWD1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:LoginValidation ATTR=NAME:login&&VALUE:Login
With only a few more lines and the windows task scheduler you can use this macro to turn adwords campaigns on or off according to certain times of the day. Very useful to save $$$
For the task scheduler I use the code from
http://www.iopus.com/guides/winscheduler.htm
-
swandler
Post
by swandler » Sat Nov 19, 2005 5:14 am
For some reason with the new way that Google has you login to Adwords my marcos are not working to turn Adwords on and off. Is there something I have to do different?
-
Tech Support
- Posts: 4947
- Joined: Tue Sep 20, 2005 7:25 pm
-
Contact:
Post
by Tech Support » Mon Nov 21, 2005 9:09 pm
Just to clarify: Does the Adwords login fail? Or can you log in but not turn Adwords on/off?