Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Help with Google Ads

  1. #1
    Join Date
    Feb 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Help with Google Ads

    Hey I'm using google adsense on my site like im sure most people do these days, but I was wondering if there was a way to make it so when the page uploads it automatically clicks on of the google ads? If you get what I mean, like in a invisible pop up or something, thanks.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    I could understand why you want to do that, but WHY would you want to do that?

  3. #3
    Join Date
    Feb 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To try and earn some more revenue for the site, to get more money for prizes etc, at the moment the sites getting 50 cents a day

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Are you looking for something like creating an effect of clicking on the Google Ad using some script while loading the page?

    I don't think it is not possible to imitate a click event on any particular item using any script.

  5. #5
    Join Date
    Feb 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    or even open up 1 of the links automatically, i just want the ads clicked more without waiting for people to click by accident

  6. #6
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    I don't know much about the way google ad works.

    If you want to open the link of the google ad in a new window using JavaScript but I don't know whether it give you the revenue you are looking for.

  7. #7
    Join Date
    Feb 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, I'd be happy with a few dollars a day seriously, so I can do competitions quicker, so is that possible with java script then?

  8. #8
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Check this page where you can learn opening a new window using JavaScript

  9. #9
    Join Date
    Feb 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, i can't see anything on there about an auto click, i'll have to google it or something, or if i put the google ad url in the window will it open the link?

  10. #10
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    You'll directly put that window.open() inside your <script> tags which will automatically create a new window when the page loads.

    Or

    You can have a function to open a new window and call that function in the onload event of your web page's <body>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •