You may notice that certain sends have a large number of clicks that happen moments after the send goes out. These clicks are generally being "clicked" by subscriber's anti-spam applications checking the legitimacy/content of the links. This can dilute tracking as the click rate will be inflated.
Over the last few years, many firewall and anti-spam, anti-virus security systems and software have been performing scans of emails for recipients that can cause 'false-positive' counts in Tracking for Email Opens and Clicks. When such a system is in use, depending on how it has been configured, it may perform these scans on all emails and all links or only some emails and some links according to a set of rules in its configuration.
The security system will sandbox and render the email, causing an Open to be recorded at our Tracking servers. It will perform a "trace" on URLS (links) in the email to make sure they do not redirect to any known malicious site or cause the download of malicious content, causing a Click to be recorded on our Tracking servers.
Since the variables on which emails/links to scan may depend on rules, such as "if I get more than 20 emails from the same sender for this domain, start scanning all emails from that sender for today/next 2 hours/next 12hours...", etc., this behavior may or may not be noticeable.
Where to find Subscribers in an email send
When it is noticeable, one way to view this is what is happening is to query the Open or Click db tables for one particular JobID in question. If this is happening you will see a pattern that indicates that everyone, or most everyone, has recorded an Open within seconds of each other. For Clicks, it will appear that most subscribers have somehow managed to click each link in an email simultaneously(or very nearly so) which is just not possible for a human to have done.
How do I work around this?
Fields and names can be removed or modified to fit your specific needs. You will need to make sure that any fields removed from Data Extension are also removed from Query text below.
SELECT c.AccountID, s.JobID, s.SubscriberKey, sub.EmailAddress, s.SubscriberID, s.ListID, c.EventDate, c.URL, c.LinkName, s.BatchID, c.TriggeredSendCustomerKey, c.IsUnique FROM _Sent s /* Change to ENT._Subscribers if using in a child business unit */ LEFT JOIN _Subscribers sub ON s.SubscriberID = sub.SubscriberID LEFT JOIN _Click c ON s.JobID = c.JobID AND s.ListID = c.ListID AND s.BatchID = c.BatchID AND s.SubscriberID = c.SubscriberID WHERE 1=1 AND c.EventDate > DATEADD(day, -1, GETDATE()) AND DATEDIFF(second, s.EventDate, c.EventDate) >= 100
Fields specified in the Select clause can be modified to fit individual needs, but must correspond with fields in corresponding Data Extension.
Where Clause (last two lines of query text) look for:
There is currently no technical solution which allows our Tracking systems to know if the Opens or Clicks it records are human or system generated.
If this is encountered there is not a way to code a link or email open code to prevent such systems from causing this issue, other than to not enable Tracking of links or the recording of Opens on a Send which is typically not a desirable solution.
000381730

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.