I wanted to get this information on my server by parsing out the double click cookie using javascript. Is this possible?
Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Posts made by WebpageFX
-
RE: Is it possible to get demographic and interest information from DoubleClick cookies?
-
RE: Is it possible to get demographic and interest information from DoubleClick cookies?
I believe this is exactly what I was looking for. I will test it out this week.
Thank you very much Paul!
-
Is it possible to get demographic and interest information from DoubleClick cookies?
We use Google Analytics and we are currently extracting information from the Google Analytics cookies about our visitors.
Is it possible to access DoubleClick cookies in a similiar fashion and get some demographic/interest information for each visitor to our website (if they have a DoubleClick cookie set)? If so, any information on how to retrieve it would be very appreciated.
-
RE: How to set up a rel canonical in big commmerce?
Actually Carl, Big commerce should have rel=canonical automatically formed but unfortunately the automatically generated rel=canonical has errors.
For example:
Pagination issues.
For page 2 the rel canonical it generates points to page 2 rather than page 1(which is the main page)
http://www.troisfemmesboutique.com/brands/Ya-Los-Angeles.html - this is the main page
http://www.troisfemmesboutique.com/brands/Ya-Los-Angeles.html?page=2&sort=featured - this is page 2 (check the rel=canonical for this page, you will know what I mean)
And if you add content on the main page, it duplicates it to the inside pages too. So rel=canonical would be perfect in this circumstances but you can only do so much with big commerce.
You can either hard code to fix this issue or just use robots.txt to disallow sorts!
Hope this helps.