How google detects invalid clicks

Discussion in 'AdSense' started by Bewyn, Feb 2, 2010.

  1. PaulCpR

    PaulCpR Active Member

    Messages:
    192
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #21
    MAC address getting traced? sorry but I call BS on that.... read this article for further info > http://ask-leo.com/can_a_mac_address_be_traced.html

    If anything google can map your IP or C block to detect invalid clicks.... not to even mention they can detect most of the proxy servers out there but tracing a MAC? gimme a break....
     
    PaulCpR, Feb 3, 2010 IP
  2. AdsExpert

    AdsExpert Peon

    Messages:
    159
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #22
    if u have multiple accounts, log in via different dynamic ips. and log in say at least a few hours apart. Or u can fix one static ip per account.

    I always make it a habit to clear my cookies everytime i close my browser.

    Too many clicks from one ip will be flagged of course.

    Direct clicks ... then you will have to learn to mix ur traffic from all sources. And not just direct clicks. U must also have blanked traffic to help.

    Hit and run clicks. It happens but just not make it too often. There are also click exchanges that u can use. Or go for impressions.

    Always remember to rotate ur post links and not just use ur principle URL.

    CTR ? I keep it max of 3% and let it fluctuate from 1-3% per day.

    Always ensure u are indexe by Google, Alexa and all other sites b4 doing anything. And do social bookmarking as well creating a min. of 50-200 backlinks on high PR sites. Just gradually increase the backlinks as ur site ages.
     
    Last edited: Feb 3, 2010
    AdsExpert, Feb 3, 2010 IP
  3. SmallPotatoes

    SmallPotatoes Peon

    Messages:
    1,321
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Based on what evidence (or even chain of conjecture) do you make this claim?
     
    SmallPotatoes, Feb 3, 2010 IP
  4. dbuggr

    dbuggr Peon

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Should not be possible to track MAC
     
    dbuggr, Feb 3, 2010 IP
  5. config_error

    config_error Well-Known Member

    Messages:
    1,719
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    130
    #25
    google will detect this automatically and flag it..
     
    config_error, Feb 4, 2010 IP
  6. Mr.AD

    Mr.AD Member

    Messages:
    89
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    41
    #26
    It 's seem to hard get MAC address from client script. I have a code below:

    
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Getting MAC Address From Javascript(IE Only)</title>
     
    <script language="javascript">
    function showMacAddress(){
     
    	var obj = new ActiveXObject("WbemScripting.SWbemLocator");
    	var s = obj.ConnectServer(".");
    	var properties = s.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration");
    	var e = new Enumerator (properties);
    
     
    	var output;
    	output='<table border="0" cellPadding="5px" cellSpacing="1px" bgColor="#CCCCCC">';
    	output=output + '<tr bgColor="#EAEAEA"><td>Caption</td><td>MACAddress</td></tr>';
    	while(!e.atEnd())
    
    	{
    		e.moveNext();
    		var p = e.item ();
    		if(!p) continue;
    		output=output + '<tr bgColor="#FFFFFF">';
    		output=output + '<td>' + p.Caption; + '</td>';
    		output=output + '<td>' + p.MACAddress + '</td>';
    		output=output + '</tr>';
    	}
    
    	output=output + '</table>';
    	document.getElementById("box").innerHTML=output;
    }
    </script>
     
    </head>
    <body>
    	<input type="button" value="Show MAC Address" onclick="showMacAddress()" />
    
    	<div id="box">
    	</div>
    </body>
    </html>
    
    HTML:
    I tested on IE8, FireFox 3.6 and Chrome ! It's not worked ! :)
     
    Mr.AD, Feb 4, 2010 IP
  7. TheVccMatey

    TheVccMatey Peon

    Messages:
    5,346
    Likes Received:
    208
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Your blogger website is not working now.
     
    TheVccMatey, Feb 4, 2010 IP
  8. restlesss

    restlesss Guest

    Messages:
    255
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #28
    Yes i know that how Google detects invalid clicks again im listening same hat Google also detects hardware ip also ...
     
    restlesss, Feb 4, 2010 IP
  9. SmallPotatoes

    SmallPotatoes Peon

    Messages:
    1,321
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #29
    No, that is false (assuming that by the invented term "hardware IP" you mean hardware MAC address).
     
    SmallPotatoes, Feb 5, 2010 IP
  10. soniii

    soniii Guest

    Messages:
    234
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    nice info dude.
     
    soniii, Feb 5, 2010 IP