Automate Google Adwords

Share your tips, tricks and favorite iMacros macros, scripts and applications for web automation in general here.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
googlebot

Automate Google Adwords

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 $$$ :D

For the task scheduler I use the code from http://www.iopus.com/guides/winscheduler.htm
swandler

something differnet with new Google login

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?
User avatar
Tech Support
Posts: 4948
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?
Post Reply