I want to dynamically add a div on a webpage that receives traffic from Google. A lot of that traffic comes from people searching some brands.
The idea is to identify the url referer and see if it contains any of the brands and say this using jquery: if the referer contains this brand-keyword then add a div saying:
'Brand'? Get free quotes for 'Brand'
How can i do that?
lets assume the keywords for the brands are:
brand1, brand2, brand3, brand4