How to capture if a visitor is from an google adwords click.
        Posted  
        
            by CeejeeB
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CeejeeB
        
        
        
        Published on 2010-03-19T15:31:41Z
        Indexed on 
            2010/03/21
            4:51 UTC
        
        
        Read the original article
        Hit count: 226
        
When a user signs up on my site I want to be able to store whether or not they came to my site via an Adwords campaign.
I know google uses javascript to track conversions based on a cookie that is created on the users machine. Is there a way I can check this cookie so I can store the source against the user account?
© Stack Overflow or respective owner