Is anyone aware of or has anyone experienced risks associated with using tracking codes? For example, I have used the Alexa tracking code (for confirming site ownership, an example is <!-- 12345678912345 -->) recently, which after uploading my site was entirely blank with no code revealed in 'view source'. I find it important to mention that after reversing these changes it was still affected, and no other changes had been made for weeks. It is common these days for sites such as google analytics, alexa, and so on to require you to insert these codes into your website to use their services. Are the any risks involved in this, if so, what are they? If you have a previous experience yourself, please share.
Risk of using tracking codes
365 Views Asked by Nathan At
1
There are 1 best solutions below
Related Questions in GOOGLE-ANALYTICS
- Java Google Analytics API - Read timed out
- How to track multiple youtube videos in google analytics
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Is it possible to access gmail anonymous profile for a logged in user?
- How do I add Google Analytics to a large Windows Phone 8.1 project
- Why Google Analytics show bounce rate 100% and avg time more then 1min
- Google analytics event tracking, retrieve results
- Google Analytics with two property ID's: double counting page views?
- Does google analytics keep custom dimensions value over time?
- Google analytics not registering my app as a source of traffic to other sites
- Android : ANR in Google Analytics
- Google Analytics time delay in events report
- Google Analytics Cohort data doesn't make sense
- Tracking pages as they are created
- Use data import for update revenue
Related Questions in TRACKING
- imfindcircles doesn't track blobs correctly
- Heap - How free bytes are tracked?
- How long should it take until a new Universal Analytics property starts collecting data?
- Google Tag Manager External Links with Multiple Domains
- Tracking SKSpriteNode
- Pixel Activated Multiple Times for Facebook Pixel Tracking
- Generating Unique Invoice tracking in dot net
- Can `window.onerror` be used to log the error's stack trace as a global error handler
- Tracking Email when they Click Using PHP
- create open email tracker for mail native app
- passing variable from php tag to other tag in same page
- Why are email senders placing tracking images at the end of the content?
- Python/OpenCV - Colored Droplets Recognition and Tracking
- How to receive GPS data on Web server?
- Universal Analytics subdomain tracking
Related Questions in ALEXA-INTERNET
- Alexa TopSites - Continuous Signature Failures - C# Implementation
- Error when using XML API findall() in with python 2.6
- `SignatureDoesNotMatch` Response from AWS of Alexa Top Sites Service
- Alexa Rank to Traffic Estimation Formula
- Display particular part of website
- XPath expressions for extracting information from AWIS (Alexa.com) XML data
- How can I add more samples to Amazon.YesIntent?
- xml data not being returned using jquery ajax
- Concatenated Alexa Certify Code
- Amazon Web Service for Alexa
- Do ajax requests effect Alexa rank?
- ImportXML Google Spreadsheet Alexa Ranking Checker
- How to Add Alexa Certificate to Mediawiki Header?
- Bounce rate from the Alexa API
- Risk of using tracking codes
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In the worst case (a tracking code for a badly designed service) this could theoretically reveal your login details for that service.
In the average case (such as google analytics?) I imagine the tracking code is easily identifiable so will reveal that you use that service.
It seems very unlikely that your site turned blank due to insertion of a comment such as the one above; something else has presumably happened there.