
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title><![CDATA[ The Cloudflare Blog ]]></title>
        <description><![CDATA[ Get the latest news on how products at Cloudflare are built, technologies used, and join the teams helping to build a better Internet. ]]></description>
        <link>https://blog.cloudflare.com</link>
        <atom:link href="https://blog.cloudflare.com/" rel="self" type="application/rss+xml"/>
        <language>en-us</language>
        <image>
            <url>https://blog.cloudflare.com/favicon.png</url>
            <title>The Cloudflare Blog</title>
            <link>https://blog.cloudflare.com</link>
        </image>
        <lastBuildDate>Wed, 15 Apr 2026 21:11:28 GMT</lastBuildDate>
        <item>
            <title><![CDATA[First-party tags in seconds: Cloudflare integrates Google tag gateway for advertisers ]]></title>
            <link>https://blog.cloudflare.com/google-tag-gateway-for-advertisers/</link>
            <pubDate>Thu, 08 May 2025 18:15:00 GMT</pubDate>
            <description><![CDATA[ Cloudflare introduces a one-click integration with Google tag gateway for advertisers. ]]></description>
            <content:encoded><![CDATA[ <p>If you’re a marketer, advertiser, or a business owner that runs your own website, there’s a good chance you’ve used Google tags in order to collect analytics or measure conversions. A <a href="https://support.google.com/analytics/answer/11994839?hl=en"><u>Google tag</u></a> is a single piece of code you can use across your entire website to send events to multiple destinations like Google Analytics and Google Ads. </p><p>Historically, the common way to deploy a Google tag meant serving the JavaScript payload directly from Google’s domain. This can work quite well, but can sometimes impact performance and accurate data measurement. That’s why Google developed a way to deploy a Google tag using your own first-party infrastructure using <a href="https://developers.google.com/tag-platform/tag-manager/server-side"><u>server-side tagging</u></a>. However, this server-side tagging required deploying and maintaining a separate server, which comes with a cost and requires maintenance.</p><p>That’s why we’re excited to be Google’s launch partner and announce our direct integration of Google tag gateway for advertisers, providing many of the same performance and accuracy benefits of server-side tagging without the overhead of maintaining a separate server.   </p><p>Any <a href="https://www.cloudflare.com/learning/dns/glossary/what-is-a-domain-name/">domain</a> proxied through Cloudflare can now serve your Google tags directly from that domain. This allows you to get better measurement signals for your website and can enhance your campaign performance, with early testers seeing on average an 11% uplift in data signals. The setup only requires a few clicks — if you already have a Google tag snippet on the page, no changes to that tag are required.</p><p>Oh, did we mention it’s free? We’ve heard great feedback from customers who participated in a closed beta, and we are excited to open it up to all customers on any <a href="https://www.cloudflare.com/plans/">Cloudflare plan</a> today.      </p>
    <div>
      <h3>Combining Cloudflare’s security and performance infrastructure with Google tag’s ease of use </h3>
      <a href="#combining-cloudflares-security-and-performance-infrastructure-with-google-tags-ease-of-use">
        
      </a>
    </div>
    <p>Google Tag Manager is <a href="https://radar.cloudflare.com/year-in-review/2024#website-technologies"><u>the most used tag management solution</u></a>: it makes a complex tagging ecosystem easy to use and requires less effort from web developers. That’s why we’re collaborating with the Ads measurement and analytics teams at Google to make the integration with Google tag gateway for advertisers as seamless and accessible as possible.</p><p>Site owners will have two options of where to enable this feature: in the Google tag console, or via the Cloudflare dashboard. When logging into the Google tag console, you’ll see an option to enable Google tag gateway for advertisers in the Admin settings tab. </p>
          <figure>
          <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1QUzHjBrer762UOvypV2Fh/4695fb3996591f001bb02b1be88e41ad/image1.png" />
          </figure><p>Alternatively, if you already know your tag ID and have admin access to your site’s Cloudflare account, you can enable the feature, edit the measurement ID and path directly from the Cloudflare dashboard: </p>
          <figure>
          <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/amyXiwUzZ0X2V3BGzuOja/b4480e0fe1b420cf7942b0d0957fd6f5/image2.png" />
          </figure>
    <div>
      <h3>Improved performance and measurement accuracy  </h3>
      <a href="#improved-performance-and-measurement-accuracy">
        
      </a>
    </div>
    <p>Before, if site owners wanted to serve first-party tags from their own domain, they had to set up a complex configuration: create a <a href="https://www.cloudflare.com/learning/dns/dns-records/dns-cname-record/">CNAME</a> entry for a new subdomain, create an Origin Rule to forward requests, and a Transform Rule to include geolocation information.</p><p>This new integration dramatically simplifies the setup and makes it a one-click integration by leveraging Cloudflare's position as a <a href="https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/"><u>reverse proxy</u></a> for your domain. </p><p>In Google Tag Manager’s Admin settings, you can now connect your Cloudflare account and configure your measurement ID directly in Google, and it will push your config to Cloudflare. </p>
          <figure>
          <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2ToLjUY5vNVWV5AGjxeONF/b79b4b32c24080b2461860cea58232a3/image3.png" />
          </figure><p>When you enable the Google tag gateway for advertisers, specific calls to Google’s measurement servers from your website are intercepted and re-routed through your domain. The result: instead of the browser directly requesting the tag script from a Google domain (<code>e.g. www.googletagmanager.com</code>), the request is routed seamlessly through your own domain (<code>e.g. www.example.com/metrics</code>).</p><p>Cloudflare acts as an intermediary for these requests. It first securely fetches the necessary Google tag JavaScript files from Google's servers in the background, then serves these scripts back to the end user's browser from your domain. This makes the request appear as a first-party request.</p><p>A bit more on how this works: When a browser requests <code>https://example.com/gtag/js?id=G-XXXX</code>, Cloudflare intercepts and rewrites the path into the original Google endpoint, preserving all query-string parameters and normalizing the <b>Origin</b> and <b>Referer</b> headers to match Google’s expectations. It then fetches the script on your behalf, and routes all subsequent measurement payloads through the same first-party proxy to the appropriate Google collection endpoints.</p><p>This setup also impacts how cookies are stored from your domain. A <a href="https://www.cloudflare.com/learning/privacy/what-are-cookies/"><u>cookie</u></a> is a small text file that a website asks your browser to store on your computer. When you visit other pages on that same website, or return later, your browser sends that cookie back to the website's server. This allows the site to remember information about you or your preferences, like whether a user is logged in, items in a shopping cart, or, in the case of analytics and advertising, an identifier to recognize your browser across visits.</p><p>With Cloudflare’s integration with Google tag gateway for advertisers, the tag script itself is delivered <i>from your own domain</i>. When this script instructs the browser to set a cookie, the cookie is created and stored under your website's domain. </p>
    <div>
      <h3>How can I get started? </h3>
      <a href="#how-can-i-get-started">
        
      </a>
    </div>
    <p>Detailed instructions to get started can be found <a href="https://developers.cloudflare.com/google-tag-gateway/"><u>here</u></a>. You can also log in to your Cloudflare Dashboard, navigate to the Engagement Tab, and select Google tag gateway in the navigation to set it up directly in the Cloudflare dashboard.</p> ]]></content:encoded>
            <category><![CDATA[Advertising]]></category>
            <category><![CDATA[Analytics]]></category>
            <category><![CDATA[Google Analytics]]></category>
            <category><![CDATA[Google]]></category>
            <guid isPermaLink="false">3wpdZp6NrwT8NcND208zZT</guid>
            <dc:creator>Will Allen</dc:creator>
            <dc:creator>Nikhil Kothari</dc:creator>
        </item>
        <item>
            <title><![CDATA[A look at Internet traffic trends during Super Bowl LVIII]]></title>
            <link>https://blog.cloudflare.com/super-bowl-lviii/</link>
            <pubDate>Mon, 12 Feb 2024 17:21:46 GMT</pubDate>
            <description><![CDATA[ Super Bowl LVIII was a close game, with the Chiefs winning in overtime. In this post, we explore how key moments during the game impacted Internet traffic, as well as looking at the traffic trends driven by advertisements that aired during the game ]]></description>
            <content:encoded><![CDATA[ 
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7tk28EitGpY75IlikB63lp/126be1ab971a744c402f38b0356f56c9/image1-7.png" />
            
            </figure><p>After winning Super Bowl LVII in 2023, the Kansas City Chiefs entered Super Bowl LVIII with an opportunity to pull off back-to-back wins, a feat last achieved by the New England Patriots two decades earlier, in 2003 and 2004. They faced the San Francisco 49ers, five-time Super Bowl champions, although their last win was nearly three decades ago, in 1995. The game started slowly, remaining scoreless until the start of the second quarter, after which both teams traded the lead until a tie score at the end of the game made it only the second Super Bowl to go into overtime. And if you weren’t watching it for the football, the advertisements certainly didn’t disappoint. And if you weren’t watching it for the football <b>or</b> the advertisements, but instead were waiting to see how many times CBS cut away to a shot of Taylor Swift during the game, the answer is… 16. (By my count, at least.)</p><p>In this blog post, we will explore which Super Bowl advertisements drove the largest spikes in traffic, as well as examine how traffic to food delivery services, social media, sports betting, and video platform websites and applications changed during the game. In addition, we look at local traffic trends seen during the game, as well as email threat volume across related categories in the weeks ahead of the game.</p><p><a href="https://radar.cloudflare.com/">Cloudflare Radar</a> uses a variety of sources to provide aggregate information about Internet traffic and attack trends. In this blog post, as we did <a href="/super-bowl-lvii">last year</a> and the <a href="/who-won-super-bowl-lvi-a-look-at-internet-traffic-during-the-big-game/">year before</a>, we use DNS name resolution data from our <a href="https://one.one.one.one/">1.1.1.1 resolver</a> to estimate traffic to websites. We can’t see who visited the websites mentioned, or what anyone did on the websites, but <a href="https://www.cloudflare.com/learning/dns/what-is-dns/">DNS</a> can give us an estimate of the interest generated by the ads or across a set of sites in the categories listed above.</p>
    <div>
      <h2>Ads: URLs are no longer cool</h2>
      <a href="#ads-urls-are-no-longer-cool">
        
      </a>
    </div>
    <p>In last year’s blog post, we asked “Are URLs no longer cool?”, noting that many of the advertisements shown during Super Bowl LVII didn’t include a URL. The trend continued into 2024, as over 100 ads were shown throughout Super Bowl LVIII, but only about one-third of them contained URLs — some were displayed prominently, some were in very small type. A few of the advertisements contained QR codes, and a few suggested downloading an app from Apple or Google’s app stores, but neither approach appears to be a definitive replacement for including a link to a website in the ad. And although Artificial Intelligence (AI) has all but replaced cryptocurrency as the thing that everyone is talking about, the lone AI ad during this year’s game was for Microsoft Copilot, which the company is positioning as an “everyday AI companion”.</p><p>As we did last year, we again tracked DNS request traffic to our 1.1.1.1 resolver in United States data centers for domains associated with the advertised products or brands. Traffic growth is plotted against a baseline calculated as the mean request volume for the associated domains between 12:00-15:00 EST on Sunday, February 11 (Super Bowl Sunday). The brands highlighted below were chosen because their advertisements drove some of the largest percentage traffic spikes observed during the game.</p>
    <div>
      <h3>TurboTax</h3>
      <a href="#turbotax">
        
      </a>
    </div>
    <p>Although most Americans dislike having to pay taxes, they apparently feel that winning a million dollars would make doing so a little less painful. The Intuit TurboTax Super Bowl File ad, starring Emmy Award winner Quinta Brunson, included a URL pointing visitors to turbotax.com, where they could register to win one million dollars. The promotion aired a couple of times before the game began, visible as small spikes in the graph below, but it paid off for Intuit when it was shown at 19:56, driving traffic 24,875% above baseline and placing it as the ad that drove the largest increase in traffic.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/rQtMeTw2ZFDKFrnTDjtZB/5a8508ee46d67583a2e4355b4acb9846/turbotax.png" />
            
            </figure>
    <div>
      <h3>Poppi</h3>
      <a href="#poppi">
        
      </a>
    </div>
    <p>Super Bowl ads for “new” drink brands have frequently driven significant amounts of traffic, such as the growth seen by Cutwater Spirits in 2022. Relative newcomer Poppi, a brand of soda that contains prebiotics, continued the trend, with traffic spiking 7,329% above baseline after its ad appeared at 20:04 EST, despite no URL appearing in the advertisement. However, it appears that not everyone was a fan of the ad, as critics <a href="https://www.tastingtable.com/1515133/poppi-soda-super-bowl-58-2024/">complained</a> that it “food shamed” those who choose to drink traditional sodas.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/01AsrCPY8XTj5RBqlxTowZ/c234756d6fbeca7bdea4d595028ddd85/poppi.png" />
            
            </figure>
    <div>
      <h3>e.l.f. Cosmetics</h3>
      <a href="#e-l-f-cosmetics">
        
      </a>
    </div>
    <p>The cosmetic brand’s second Super Bowl advertisement featured Judge Judy presiding over a courtroom scene featuring musician Meghan Trainor and the cast of the USA Network legal drama Suits. While the ad drove traffic for elfcosmetics.com to 8,118% over baseline despite lacking a URL, the timing of the growth is unusual as it doesn’t align with the time the ad aired (20:22 EST). The traffic starts to tick up around 21:24 EST, just after a Chiefs touchdown put them in the lead, peaking at 22:53, several minutes after the Chiefs won the game. It isn’t clear why e.l.f. appears to buck the trend seen for most Super Bowl ads, showing a gradual ramp in traffic before peaking, as opposed to a large spike aligned with the time that the ad was broadcast.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3159rFE5jK142Om5aB5eER/8aa4f4a6b92fabd3c30783f084b3a206/elfcosmetics.png" />
            
            </figure><p>In addition to the advertisements discussed above, a number of others also experienced traffic spikes greater than 1,000% above baseline, including ads for the NFL, Hallow, He Gets Us, homes.com, Kawasaki, Robert F. Kennedy, Jr. 2024, Snapchat, Skechers, and Volkswagen.</p>
    <div>
      <h2>App traffic sees mixed impacts</h2>
      <a href="#app-traffic-sees-mixed-impacts">
        
      </a>
    </div>
    <p>Using the same baseline calculations described above, we also looked at traffic for domains associated with several groups of sites, including food delivery, messaging, social media, and sports betting to see how events that occurred during the game impacted traffic. Traffic shifts among most of these groups remained fairly nominal during the game, with sports betting seeing the largest movement. Halftime is clearly visible within the graphs, as viewers apparently focused on the musical performance, which featured R&amp;B singer Usher, joined by guests Alicia Keys, H.E.R., will.i.am, Ludacris, and Lil Jon.</p>
    <div>
      <h3>Messaging</h3>
      <a href="#messaging">
        
      </a>
    </div>
    <p>Traffic to domains associated with messaging applications generally remained just below baseline throughout the first half of the game. The spikes above baseline during the first half were nominal, and don’t appear to be associated with any notable in-game events. Traffic picked back up briefly as the halftime show ended, jumping to 14% above baseline. After that, traffic continued to drop until 22:46 EST, when the Chiefs sealed their victory with an overtime touchdown, causing traffic for messaging sites to spike to 34% above baseline.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/FJ3HnM6COXJEZlE3lx5Qh/bc608b604a4fa5da8d6d29cf40550e32/messaging-annotated.png" />
            
            </figure>
    <div>
      <h3>Social media</h3>
      <a href="#social-media">
        
      </a>
    </div>
    <p>Traffic for social media sites often spikes in conjunction with major plays, such as fumbles or touchdowns, as fans take to their favorite sites and apps to share photos or videos, or to celebrate or vent, depending on the team they support. Although social media traffic was fairly flat ahead of the start of the game, it began to see some spikiness as Post Malone sang America the Beautiful. This nominal spikiness continued through halftime, although none of the peaks were clearly correlated with major plays during the first half.  Similar to messaging, a notable drop in traffic occurred during halftime followed by a spike as Usher’s halftime show ended. In the second half, traffic spiked as the Chiefs tied the game with a field goal, for the overtime coin toss, and as the 49ers took the lead with an overtime field goal. Interestingly, that final spike visible in the graph occurs approximately six minutes after the Chiefs’ game-winning touchdown during an ad break ahead of the post-game show.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2zv9wQcHeQwrdx1w9LLhmD/8ec987e9e9bd9bf6e960ccd3a476b824/social-media-annotated.png" />
            
            </figure>
    <div>
      <h3>Sports betting</h3>
      <a href="#sports-betting">
        
      </a>
    </div>
    <p>Compared to the relatively anemic traffic growth (when it was actually above baseline) seen for the categories above, traffic for domains associated with sports betting sites and apps remained significantly above baseline throughout the game with the exception of the dip during halftime, similar to what was also seen in the categories above. The first spike occurred just minutes before the coin toss, jumping to 412% above baseline. The game’s first touchdown, scored by the 49ers, caused traffic to spike 705% above baseline. A 413% spike occurred when the Chiefs took the lead late in the third quarter, with a slightly smaller one occurring at the end of regulation play as the game entered overtime. The final spike occurred just a couple of minutes after the Chiefs scored the game-winning touchdown, reaching 548% above baseline.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/5LQYqyHHf6JVucuYdZhwDb/ebb83ccdeabb6691fb97dfb1d7c895b6/sports-betting-annotated.png" />
            
            </figure>
    <div>
      <h2>Zooming in to Kansas City and San Francisco</h2>
      <a href="#zooming-in-to-kansas-city-and-san-francisco">
        
      </a>
    </div>
    <p>Using the same baseline calculations highlighted in the previous two sections, we also looked at changes in DNS traffic for the domains associated with the Kansas City Chiefs (chiefs.com) and the San Francisco 49ers (49ers.com). In addition, we looked at HTTP traffic from these two cities, using traffic levels from one week prior as a baseline.</p><p>By and large, DNS traffic for chiefs.com did not appear to be significantly impacted by most of the team’s field goals or touchdowns during the game, as seen in the graph below. The exception is the traffic spike seen as the team tied the game towards the end of the fourth quarter, forcing the game into overtime. That play resulted in a spike of traffic for the team’s website that reached 1,887% above baseline. Traffic spiked again after the Chiefs won the game, spiking to 1,360% above baseline.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2mrBUv36Uf40sJtQRLgcj3/8b58481a2d09f36dd4f160385c8c895d/kc-chiefs-annotated.png" />
            
            </figure><p>DNS traffic for 49ers.com did not exhibit significant shifts correlated with field goals or touchdowns. The most significant spike reached 1,023% over baseline at the end of the third quarter, minutes after the team called for a timeout.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2cB6O4zrzfDfdVrGpDXmbu/7ee78b7ed8029d98a98e71160ab69bce/49ers-annotated.png" />
            
            </figure><p>When comparing traffic trends for Kansas City and San Francisco, they could hardly be more different. Looking at request traffic from Kansas City, we find that it remains below traffic seen during the same time frame on February 4, with notable drops at the start of the game, during halftime, and when the Chiefs tied the game with a field goal late in the fourth quarter. Traffic hit its lowest point when the Chiefs won the game, but then recovered to meet/exceed the prior week’s traffic levels once the broadcast had concluded.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/56Kf6kdcUjHuAlJUD603Tb/80554b3cdd970c463464eb2ebf163b6d/Kansas-CIty.png" />
            
            </figure><p>In contrast, traffic from San Francisco remained well below traffic levels seen the previous Sunday before unexpectedly spiking around 19:30 EST. Request traffic then remained well above the previous week’s levels until San Francisco kicked a field goal to take the initial lead during overtime play. Traffic remained roughly in line with the previous week until the broadcast ended, and then remained slightly higher.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/cL6JVudJixAx2QKj8Lhdu/1cc11d927c9e1b8f3b6b08d9dfb8870f/San-Francisco.png" />
            
            </figure>
    <div>
      <h2>Email threats and “The Big Game”</h2>
      <a href="#email-threats-and-the-big-game">
        
      </a>
    </div>
    <p>As we noted in <a href="/super-bowl-lvii">last year’s blog post</a>, spammers and scammers will frequently try to take advantage of the popularity of major events when running their campaigns, hoping the tie-in will entice the user to open the message and click on a malicious link, or visit a malicious website where they give up a password or credit card number. The <a href="https://www.cloudflare.com/products/zero-trust/email-security/">Cloudflare Area 1 Email Security</a> team once again analyzed the subject lines of email messages processed by the service in the weeks leading up to the Super Bowl to identify malicious, suspicious, and spam messages across four topic areas: Super Bowl/football, sports media/websites, sports gambling, and food delivery.</p>
    <div>
      <h3>Super Bowl/Football</h3>
      <a href="#super-bowl-football">
        
      </a>
    </div>
    <p>Spammers and scammers apparently didn’t feel that the “Super Wild Card Weekend” nor the divisional playoffs were sufficiently interesting to use as bait for their campaigns, as the volume of Super Bowl and football themed unwanted and potentially malicious email messages throughout January remained relatively low and fairly consistent. However, they apparently knew that the big game itself would draw interest, as the volume of such messages increased more than 6x over the prior week in the days ahead of the game.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3LxdmDus9PRYBc6bnhheND/9e27dc40f5eb5c4c8030e29a8d4c0810/Super-Bowl_Football-themed---normalized.png" />
            
            </figure>
    <div>
      <h3>Sports media/websites</h3>
      <a href="#sports-media-websites">
        
      </a>
    </div>
    <p>Attackers appeared to lose interest in using messages with subject lines related to sports media and websites as January progressed, with the volume of related messages peaking the first week of the month. However, similar to Super Bowl and football themed messages, this theme took on renewed interest in the week leading up to the Super Bowl, with message volume reaching over 3x the previous week, and 1.8x the peak seen durinthe first week of the year.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6eHhIKlW40wiOzhpWHWGKI/7166862ea85f953f4e28894416ebe99a/Sports-media_website-themed---normalized.png" />
            
            </figure>
    <div>
      <h3>Sports gambling</h3>
      <a href="#sports-gambling">
        
      </a>
    </div>
    <p>The final weekend of regular season games (on January 6 &amp; 7) again drove the highest volume of sports gambling themed messages, similar to the pattern seen in 2023. Message volume dropped by about a third over the next two weeks, but picked back up around the divisional and conference playoff games and into the Super Bowl. Even with the growth into the Super Bowl, gambling-themed spam and malicious message volume remained 10% lower than the peak seen a month earlier.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1qpZxIH07dN2Q3l1EBryVG/db8532c30eaad042ca38c84819d14029/Sports-gambling-themed---normalized--1-.png" />
            
            </figure>
    <div>
      <h3>Food delivery</h3>
      <a href="#food-delivery">
        
      </a>
    </div>
    <p>Peak volume of food delivery themed messages was an order of magnitude (10x) higher than the Super Bowl and football themed peak, which was the next largest. Due to the popularity of such services, it appears that it is a regular theme for spam and potentially malicious messages, as volume remained extremely high throughout January. After peaking the week of January 8-14, message volume was lower each of the following weeks, reaching its nadir in the week leading up to the Super Bowl, 47% lower than the peak volume.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2ygP9LHrWxqDisRDm6UTA/f32f32cd89256baf8bb57e52fb77bb11/Food-delivery-themed---normalized.png" />
            
            </figure>
    <div>
      <h2>Conclusion</h2>
      <a href="#conclusion">
        
      </a>
    </div>
    <p>Likely peaking during the so-called “dot.com” Super Bowls nearly a quarter-century ago, most Super Bowl ads no longer drive traffic to associated websites by including a URL in their ad. However, as our DNS traffic analysis found, it appears that viewers don’t seem to have much trouble finding these sites. We also found that in-game events had a mixed impact on traffic across domains associated with multiple types of apps, as well as traffic for the websites associated with the teams playing in the Super Bowl.</p><p>For more insights into Internet trends, we encourage you to visit <a href="https://radar.cloudflare.com/">Cloudflare Radar</a>. You can contact the Cloudflare Radar team at <a href="#">radar@cloudflare.com</a> or on social media at <a href="https://twitter.com/CloudflareRadar">@CloudflareRadar</a> (X/Twitter), <a href="https://noc.social/@cloudflareradar">https://noc.social/@cloudflareradar</a> (Mastodon), and <a href="https://bsky.app/profile/radar.cloudflare.com">radar.cloudflare.com</a> (Bluesky).</p> ]]></content:encoded>
            <category><![CDATA[Radar]]></category>
            <category><![CDATA[Super Bowl]]></category>
            <category><![CDATA[Trends]]></category>
            <category><![CDATA[Advertising]]></category>
            <category><![CDATA[Internet Traffic]]></category>
            <guid isPermaLink="false">2S6OyVskipz1WFUrnTXpDe</guid>
            <dc:creator>David Belson</dc:creator>
        </item>
        <item>
            <title><![CDATA[A look at Internet traffic trends during Super Bowl LVII]]></title>
            <link>https://blog.cloudflare.com/super-bowl-lvii/</link>
            <pubDate>Mon, 13 Feb 2023 22:23:55 GMT</pubDate>
            <description><![CDATA[ We look at who the biggest winners were among Super Bowl advertisers, and examine traffic trends for food delivery services, social media, and sports and betting sites. We also review city and state-level traffic trends, as well as related email threat volume in the weeks ahead of the game ]]></description>
            <content:encoded><![CDATA[ 
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/57gbpG9KZqEM7dt2KDcVxr/da15184012a4446627f85c7916a619a7/image20.png" />
            
            </figure><p>The Super Bowl has been happening since the end of the 1966 season, the same year that the <a href="https://en.wikipedia.org/wiki/ARPANET">ARPANET</a> project, which gave birth to the Internet, was initiated. Around <a href="https://www.pewresearch.org/internet/2015/06/26/americans-internet-access-2000-2015/">20 years</a> ago, 50% of the US population were Internet users, and that number is now around <a href="https://wearesocial.com/us/blog/2022/02/digital-2022-in-the-us/">92%</a>. So, it's no surprise that interest in an event like Super Bowl LVII resulted in a noticeable dip in Internet traffic in the United States at the time of the game's kickoff, dropping to around <a href="https://radar.cloudflare.com/traffic/us">5% lower</a> than the previous Sunday. During the game, Rihanna's halftime show also caused a significant drop in Internet traffic across most states, with Pennsylvania and New York feeling the biggest impact, but messaging and video platforms saw a surge of traffic right after her show ended.</p><p>In this blog post, we will dive into who the biggest winners were among Super Bowl advertisers, as well as examine how traffic to food delivery services, social media and sports and betting websites changed during the game. In addition, we look at traffic trends seen at city and state levels during the game, as well as email threat volume across related categories in the weeks ahead of the game.</p><p><a href="https://radar.cloudflare.com/">Cloudflare Radar</a> uses a variety of sources to provide aggregate information about Internet traffic and attack trends. In this blog post, as we did <a href="/who-won-super-bowl-lvi-a-look-at-internet-traffic-during-the-big-game/">last year</a> and the <a href="/who-won-super-bowl-lv/">year before</a>, we use DNS name resolution data from our <a href="https://one.one.one.one">1.1.1.1 resolver</a> to estimate traffic to websites. We can’t see who visited the websites mentioned, or what anyone did on the websites, but <a href="https://www.cloudflare.com/learning/dns/what-is-dns/">DNS</a> can give us an estimate of the interest generated by the ads or across a set of sites in the categories listed above.</p>
    <div>
      <h2>Ads: are URLs no longer cool?</h2>
      <a href="#ads-are-urls-no-longer-cool">
        
      </a>
    </div>
    <p>In contrast to Super Bowl commercials of the past 25 years, many of this year’s advertisements didn’t include a URL, possibly suggesting strong confidence by brands in their search engine results placement, or an assumption that the viewer would engage with the brand through an app on their phone, rather than a website. To that end, several ads did include an app store-related call to action, encouraging the viewer to download the associated mobile app. And possibly in an effort to capitalize on the success of Coinbase’s QR code commercial during Super Bowl LVI, a number of brands, including Toyota, Michelob Ultra, and Mr. Peanut included QR codes as a way for viewers to get additional information or see more.</p><p>As we did last year, we again tracked DNS request traffic to our <a href="https://one.one.one.one/">1.1.1.1</a> resolver in United States data centers for domains associated with the advertised products or brands. Traffic growth is plotted against a baseline calculated as the mean request volume for the associated domains between 1200-1500 EST on Sunday, February 12 (Super Bowl Sunday.) Although over 50 brands advertised during the game, the brands highlighted below were chosen because their advertisements drove some of the largest percentage traffic spikes, as well as one interesting tale.</p>
    <div>
      <h3>BlueMoon</h3>
      <a href="#bluemoon">
        
      </a>
    </div>
    <p>Although the commercial initially seemed to be for sibling beer brands Coors Light and Miller Lite, there was a twist at the end, This twist was only fitting, as the ad was actually for Blue Moon, which is often served with a twist of orange on the rim of the glass. Although beer ads don’t usually drive significant traffic spikes, this one did, reaching 76,400% above baseline for Blue Moon’s site. Coors Light saw a 275% bump in DNS traffic coincident with the ad, while Miller Lite grew 120%. However, traffic for Coors and Miller was fairly volatile at other times during the game.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/48tC1YyGCDaFbMAM04shU8/86beeaa758b584621f4158dcd4110be1/image10.png" />
            
            </figure>
    <div>
      <h3>LimitBreak</h3>
      <a href="#limitbreak">
        
      </a>
    </div>
    <p>Although last year’s advertisements included a number of cryptocurrency-related brands, they were all but absent from this year’s slate of ads. The closest we got during this year’s game was a commercial from LimitBreak, which describes itself as “bringing the free-to-play gaming experience to Web3 and beyond”, in which it promoted a giveaway of thousands of its Dragon series NFTs. This ad featured a QR code and a URL, and given the nearly 54,000% increase in DNS traffic observed, both were effective means of driving traffic to the LimitBreak website.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7coyPpNtr6o0czadhWZOwk/1c76356caa3d7892f3262921db9253d6/image2-2.png" />
            
            </figure>
    <div>
      <h3>Temu</h3>
      <a href="#temu">
        
      </a>
    </div>
    <p>Upstart mobile shopping app Temu purchased multiple Super Bowl ad slots to promote its “shop like a billionaire” campaign, urging viewers to download its mobile app. As seen in the graph below, these advertisements drove spikes in traffic, and continued engagement, each time they ran. The first airing at 19:16 EST drove a 222% spike over baseline in DNS traffic. However, the second airing at 21:12 EST apparently resulted in significantly more interest, driving a 475% traffic increase. A third airing at 22:20 EST reached 169% over baseline, with another one just after that reaching over 200%.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1vWFMIpHSf8R99EVRcwXOv/0a363271a083d24f7774506812368fe3/image3-2.png" />
            
            </figure>
    <div>
      <h3>Dunkin’</h3>
      <a href="#dunkin">
        
      </a>
    </div>
    <p>In early January, Boston-area media blew up with the news that local celebrity Ben Affleck was <a href="https://www.boston.com/culture/celebs/2023/01/10/ben-affleck-dunkin-donuts-commercial-medford/">spotted working the drive-through window</a> at one of the coffee chain’s Medford locations, raising some speculation that he was filming a Super Bowl commercial. That speculation turned out to be true, as the commercial aired at 18:53 EST. But the commercial had a side effect: DNS traffic for dunkin.com, associated with DunkinWorks (a small personal coaching and training business), spiked 8,000% when the commercial aired, as shown in the graph below. (It isn’t clear what drove the later three spikes for dunkin.com, as the advertisement didn’t air again nationally during the remainder of the game.) We can only hope that the dunkin.com system administrators were fueled with plenty of coffee and donuts as they dealt with the rapid growth in traffic.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6tFhYG9sYtN9CGbS58rFuz/99a25fb47112a610b9eebb7380208373/image6.png" />
            
            </figure>
    <div>
      <h2>Site categories: touchdowns bring attention</h2>
      <a href="#site-categories-touchdowns-bring-attention">
        
      </a>
    </div>
    <p>As we saw <a href="/who-won-super-bowl-lvi-a-look-at-internet-traffic-during-the-big-game/">last year</a>, there are two factors that bring a surge of traffic to the websites of Super Bowl participants: touchdowns and winning. However, nothing is more impactful than the sweet taste of victory. Both the Kansas City Chiefs' and Philadelphia Eagles' websites experienced a surge in DNS traffic just before the game started, as compared to a baseline calculated as the mean request volume for the associated domains between 12:00-15:00 EST on Sunday, February 12 (Super Bowl Sunday.). The Eagles website had its peak just around the time of the kickoff, with 828% growth over baseline, and continued to grow more rapidly than traffic to the Chiefs' website until 20:55 EST, when traffic to chiefs.com began to pull ahead.</p><p>What happened at that time? That was the moment of the Chiefs' third touchdown of the game, when DNS traffic to the team’s website had its first peak of the evening, at 514% above baseline. There was a clear spike during another Chiefs touchdown at 21:42 EST, at 454% above baseline, but that was nothing compared to the end of the game, when the Kansas City Chiefs were once again, after their 2019 victory, the winners. At 22:15 EST, when the game ended, DNS traffic to the Chiefs' website was 871% higher, and peaked 10 minutes later at 890%, as compared to the baseline. At this same time, DNS traffic for the Eagles' website dropped significantly. <a href="/who-won-super-bowl-lvi-a-look-at-internet-traffic-during-the-big-game/">As we saw last year as well</a>, winning the Super Bowl clearly drives increased traffic to the victor’s website.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/55rFIlYsA5394R2K8HQzrR/3e34f18880253985ad7d39cda22a78dc/image16.png" />
            
            </figure><p>Sports websites trends also followed the in-game events. There was a clear spike to approximately 90% above baseline when the game started at 18:30 EST, with further growth to 120% over baseline at 19:00 EST during the Kansas City Chiefs' first touchdown. There were also clear spikes at 21:30 and 21:40 EST coinciding with the two more Chiefs touchdowns. The Super Bowl peak for these websites was reached during the final break at 22:00 EST, reaching 145% above baseline, just before the Chiefs' game-winning field goal. After a brief drop as the game ended, there was an additional spike to 134%.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3USAZg6xnQExvCWqqlL4Ku/9d6716e2e9d629f86ce97c39ce7b6032/image4-1.png" />
            
            </figure>
    <div>
      <h2>Rihanna’s impact on messaging and social media sites</h2>
      <a href="#rihannas-impact-on-messaging-and-social-media-sites">
        
      </a>
    </div>
    <p>What happened following Rihanna's performance during the Super Bowl halftime show? As the game resumed, we saw a clear increase in traffic for messaging websites, with a first peak right after the end of the show at around 20:45 EST, 22% over baseline. The biggest peak, however, was when the game ended. At 22:15 EST, DNS traffic for messaging sites was 30% higher than the earlier baseline.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6I46EdnHvTENCE9ybDxZMD/f67fdcce0cf6c90c777be0c2efe77d4b/image15.png" />
            
            </figure><p>Rihanna's announcement of her second pregnancy, which made <a href="https://www.nytimes.com/2023/02/13/style/rihanna-pregnancy-fashion-super-bowl.html">news</a> after her performance, also impacted traffic to social media platforms. After a small increase when halftime started, there was a clear drop during Rihanna's show, followed by a jump from 6% below baseline back to 0% right after the show. An additional 3% of traffic growth was reached during the final break at 22:00 EST, just before the Kansas City Chiefs' winning field goal. After a brief drop, traffic reached 2% above baseline as the game ended.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/anURNJcD3HdHUV2I91aig/c4ff0307a03f79052c457e870bbb7d86/image1-5.png" />
            
            </figure>
    <div>
      <h2>Is halftime also a time for rewatching ads?</h2>
      <a href="#is-halftime-also-a-time-for-rewatching-ads">
        
      </a>
    </div>
    <p>The arrival of halftime at 20:21 EST also brought a surge in DNS traffic for video platforms. The first peak was reached at 18:00 EST, before the game started, at 12% above baseline. The peak during halftime was reached at 20:25 EST with 13% growth above baseline, suggesting that viewers may have been looking at that time to Super Bowl related videos or just using the time to browse those platforms.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/69uJgfouElcuBfKPmjtV5E/1ca3bacca5c2adf3a1aead104e967641/image21.png" />
            
            </figure><p>Food delivery websites saw flat to lower DNS traffic just before the game as compared to the earlier baseline, suggesting that food orders were placed/scheduled earlier in the afternoon, hours before the game. At kickoff, traffic was 19% below baseline, but there was a clear spike at the time of the first break and right after the first Kansas City touchdown at 18:55 EST. After falling again during the game, there was a small increase in traffic observed just after the game ended.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/7J6d6oslLtstdp7P7dSxgS/20255f5ccab413356e47149cb97d27d2/image24.png" />
            
            </figure><p>What about betting sites? They <a href="https://www.cnn.com/2023/02/12/investing/sports-betting-super-bowl/index.html">expected</a> a big day during the Super Bowl, given that more states have recently legalized gambling on sports. The peak was reached at 19:00 EST, as DNS traffic reached 295% over baseline, when the Chiefs had their first touchdown, The first Eagles touchdown, minutes before, resulted in a 233% spike. The lowest traffic for betting sites during the Super Bowl was during the halftime show. In the second half of the game, two other clear spikes in traffic are visible. The first was at 20:55 EST at 167% above baseline when the Chiefs pulled ahead with a touchdown, and then a jump to 278% over baseline when the game ended.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6qiOWrMHRRImZtB3ThaBwY/706f34eb6264585e84ba6f26c4a5c1c8/image8.png" />
            
            </figure>
    <div>
      <h2>Rihanna runs this town city</h2>
      <a href="#rihanna-runs-this-town-city">
        
      </a>
    </div>
    <p>While the so-called NFL cities across the country are loyal to their local teams, looking at traffic trends across cities from both conferences makes it clear that fans everywhere find joy, not division, in the unknown pleasures of a good halftime show. The drop visible in both graphs below between 20:30-20:50 EST coincides with Rihanna’s return to live performance, as she <a href="https://www.sportingnews.com/us/nfl/news/super-bowl-halftime-show-2023-live-reviews-rihanna/fb1rlfiaxisnyxhjbljknftj">last performed live</a> in January 2018. Based on the observed drop in traffic, viewers apparently turned away from their computers and devices, giving their attention to Rihanna, or at least stopped their general Internet surfing during the halftime show. As the graphs show, traffic recovered as soon as halftime was over.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/2A6XTj4yH7X49Vk68NALXd/db2321420ef6c6a289959812e68eb46c/image11.png" />
            
            </figure>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/59DJQXxtE3LaNLVbcNCVJE/ad514e4a93190f98d65b91ed3bf559b0/image5-2.png" />
            
            </figure><p>Zooming in to individual cities, we examined the traffic patterns observed in both Philadelphia and Kansas City. While both teams have fans across the country, we can use their home cities as a proxy. In this case, we compared normalized Internet traffic levels between 17:00-22:30 EST on Super Bowl Sunday (February 12) with the same time frame on the prior Sunday (February 5).</p><p>In Kansas City last Sunday, traffic volumes remained fairly consistent across the surveyed time period. However, on Super Bowl Sunday, traffic levels were initially similar, but by the start of the game were 84% lower than the same time the previous week. Slight drops in traffic are visible coincident with Chiefs touchdowns, but don’t stand out from the overall noisiness of the graph. The graph reached its nadir at 22:13 EST when the Chiefs broke the tie and kicked the game-winning field goal, with the significant drop in traffic likely due to an increased shift in focus towards the outcome of the game, even by those that hadn’t previously been paying close attention.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4V49bTZZc2bLi76pVMCgwZ/671b7487d0e08110779464f475f0e2a4/image7-2.png" />
            
            </figure><p>As the graph below shows, last Sunday saw Internet traffic in Philadelphia gradually decline as the evening wore on. On Super Bowl Sunday, traffic started out slightly lower than the week prior, and also diverged as game time approached, reaching nearly 50% lower at kickoff. As the Eagles took an early lead, their first touchdown resulted in a noticeable drop in traffic from Philadelphia, seen at 18:52 EST, less than 10 minutes after the start of the game. Visible drops in traffic are also coincident with the Eagles’ other three touchdowns, although they don’t stand out against the volatility of the graph. Traffic began to drop towards the end of the game, as the tie score added tension, and reached its lowest point when it became clear that the Eagles were not going to emerge victorious in Super Bowl LVII.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/39n7SIBeWr2lNharrnJGH3/44c9a7de8877f63d150548ae227b8317/image23.png" />
            
            </figure>
    <div>
      <h2>State-level traffic trends: the winning impact</h2>
      <a href="#state-level-traffic-trends-the-winning-impact">
        
      </a>
    </div>
    <p>In addition to looking at traffic impacts at a city level, we can also zoom out to examine Internet traffic trends in the Super Bowl states. Arizona, which hosted the big game at State Farm Stadium in Glendale, saw a drop in state-level traffic starting around 13:00 EST. At the time of the kickoff, traffic was 25% lower than the previous Sunday, but the biggest impact was during the wildly popular halftime show by Rihanna. At 20:30 EST, traffic was 29% lower than the same time on the previous Sunday. After the game ended, traffic levels returned to normal around 23:30 EST.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3sowUBPmPOyJhyI4spmv1l/130041c1a223da087f045657efbc34df/image17.png" />
            
            </figure><p>In Pennsylvania, home of the Philadelphia Eagles, traffic began to dip after 15:00 EST and reached its first low point around kickoff, when it was 28% lower than the previous Sunday. Just like in Arizona, the biggest difference was during Rihanna's halftime show, when it was a whopping 33% lower than usual. However, just a few minutes after the game ended at 22:30 EST, traffic returned to normal.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1BvOtxfKL19f2W0to7riXF/368fddc0e562355d59beca93988d1430/image12.png" />
            
            </figure><p>What about the winning team's state of Missouri? There, traffic started to decrease only after 17:00 EST and was actually higher than the previous Sunday before that point. With the kickoff came a clear drop, resulting in 28% less traffic than the previous Sunday at the same time. Traffic increased a bit heading towards halftime, but dropped again during Rihanna's show, when it was 30% lower than usual. The biggest drop in traffic, not surprisingly, was during the exciting moment of the Kansas City Chiefs' winning field goal. At 22:15 EST, traffic was 33% lower than the previous Sunday. However, after 22:50 EST, Internet traffic in Missouri was back on the fast track, with traffic increasing to levels higher than the previous Sunday.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4JFhEDIEwjOgq1fwoqRgjv/c0c639a172788b17463b8d3eac77d281/image18.png" />
            
            </figure><p>Rihanna’s halftime performance had a clear impact on Internet traffic at a state level, which dropped across all states with NFL teams at the time of her show. Below we take a closer look at the most populous states, among which Pennsylvania, New York and Arizona were winners, with the largest traffic declines. The impacts in Pennsylvania and Arizona are shown above, and the graph below shows the traffic trends seen in New York.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4MPYArf0K02b5e755j1uEi/f5feff305f9514b9e759a799a859fbd4/image19.png" />
            
            </figure><p>California, Texas, Florida, and New York all had their fair share of Internet traffic dropping before and throughout the game, but it was during the halftime show when things really got interesting. At the time of Rihanna’s performance, Internet traffic in California was 24% lower than the previous Sunday, while in Texas it was 21% below a week earlier, and Florida also saw a 21% drop. Meanwhile, New York had a clear 30% decrease in traffic during the show and, as shown above, Pennsylvania took the cake with a 33% drop. Illinois, Ohio, Georgia, North Carolina, and Michigan were close behind with 23%, 27%, 22%, 25%, and 22% drops respectively.</p><p>This seems to be a clear indication that the Super Bowl in general, but also the much-anticipated halftime shows, and the winning celebrations, all have a massive impact on the Internet, causing a noticeable dip in Internet traffic, especially in the state of the winning team.</p>
    <div>
      <h2>Do email spammers and scammers take advantage of “The Big Game”?</h2>
      <a href="#do-email-spammers-and-scammers-take-advantage-of-the-big-game">
        
      </a>
    </div>
    <p>Spammers and scammers will frequently try to take advantage of the popularity of major events when running their campaigns, hoping the tie-in will entice the user to open the message and click on a malicious link, or visit a malicious website where they give up a password or credit card number. <a href="https://www.cloudflare.com/products/zero-trust/email-security/">Cloudflare Area 1 Email Security</a> analyzed the subject lines of email messages processed by the service in the weeks leading up to the Super Bowl to identify malicious, suspicious, and spam messages across four topic areas: Super Bowl/football, sports gambling, sports media/websites, and food delivery.</p><p>As the “regular” season NFL games wrapped up, Super Bowl and football themed email threat volume remained relatively low. However, campaigns clearly picked up between January 23-29 as the message count grew sevenfold. However, campaigns kicked into high gear once the Chiefs and Eagles were headed to the Super Bowl, as the number of identified messages between January 30 and February 5 was nearly six times higher than the previous week. These campaigns quickly ended in the week before the big game, though, as Super Bowl and football themed suspicious, malicious, and spam email volume dropped by nearly 90%.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6GzW3AmPXu5iVAW3zWg6yj/6bb5a6a30b0bcdffed914de8cbaecb0b/SB1.png" />
            
            </figure><p>Overall, the number of sports gambling themed subject lines remained fairly low over the survey period. This is somewhat surprising, given that an increasing number of US states have recently legalized betting on sporting events. Interestingly, the trend was highest at the beginning of the year, although that first week was too late to capture potential interest in college football “bowl” games. However, the weeks ahead of the NFL conference championship games (January 23-29) and the Super Bowl (February 6-12) saw message volume increase to levels nearly 2.5x higher than previous weeks.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/43gVe9Vhp2Rp2zN8uWjtH8/73f105a800a121ec8071814317e9e929/SB2.png" />
            
            </figure><p>Sports media and website themed suspicious, malicious, and spam email messages apparently don’t draw the clicks, because the volume of such messages seen by Cloudflare Area 1 has remained extremely low since the start of the year, but peaked during the week of January 23-29. And although lower in volume, the observed trends were similar to those seen for sports gambling, with peaks during the same weeks.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/UpuYgHlnoFIXCi7wbXjbZ/4d352fbada72539854236cc6e713aa6c/SB3.png" />
            
            </figure><p>For many people, the Super Bowl is less about the football game than it is about the commercials and the food, and the growth of food delivery services over the last few years have made it easier to ensure that the snacks and libations never run out during the game. Scammers and spammers have apparently learned to take advantage of this hunger, as food delivery themed email messages saw the highest counts across the four categories reviewed here. Peak message counts were seen the weeks of January 2-8 and January 30-February 5. Message volume the weeks following these peaks fell by over 50% in both cases.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/1pko5NUxNuPRT5wAk7Tg08/46f87a26455e51ad0c4dcedc5bcf78f5/SB4.png" />
            
            </figure>
    <div>
      <h2>Conclusion</h2>
      <a href="#conclusion">
        
      </a>
    </div>
    <p>As we have seen time and again, advertising during the Super Bowl can drive significant traffic spikes, and apparently this holds true even if a URL isn’t included as a call to action within the commercial. In addition, the trends observed during the game remain a clear reminder that human behavior drives Internet traffic, especially when the halftime show features a popular singer that last performed live five years ago.</p><p>Visit <a href="https://radar.cloudflare.com/">Cloudflare Radar</a> for up to date Internet traffic and attack trends, and follow the Cloudflare Radar <a href="https://twitter.com/CloudflareRadar">Twitter</a> and <a href="https://noc.social/@cloudflareradar">Mastodon</a> accounts for regular insights on Internet events.</p> ]]></content:encoded>
            <category><![CDATA[Radar]]></category>
            <category><![CDATA[Trends]]></category>
            <category><![CDATA[Super Bowl]]></category>
            <category><![CDATA[Advertising]]></category>
            <category><![CDATA[Internet Traffic]]></category>
            <guid isPermaLink="false">200ZFrOxfkLRlExlD2b9tr</guid>
            <dc:creator>David Belson</dc:creator>
            <dc:creator>João Tomé</dc:creator>
        </item>
        <item>
            <title><![CDATA[Firebolt: the fastest, safest ads on the web]]></title>
            <link>https://blog.cloudflare.com/firebolt/</link>
            <pubDate>Mon, 30 Jan 2017 19:46:19 GMT</pubDate>
            <description><![CDATA[ Cloudflare’s mission is to help build a better Internet. That means a faster, more secure, open Internet world-wide. We have millions of customers using our services like free SSL, an advanced WAF. ]]></description>
            <content:encoded><![CDATA[ <p>Cloudflare’s mission is to help build a better Internet. That means a faster, more secure, open Internet world-wide. We have millions of customers using our services like <a href="https://www.cloudflare.com/application-services/products/ssl/">free SSL</a>, an advanced <a href="https://www.cloudflare.com/waf/">WAF</a>, the latest <a href="/a-very-webp-new-year-from-cloudflare/">compression</a> and the most up to date <a href="https://www.cloudflare.com/security/">security</a> to ensure that their web sites, mobile apps and APIs are secure and fast.</p><p>One vital area of web technology has lagged behind in terms of speed and security: online ads. And consumers have been turning to ad blocking technology to secure and speed up their own web browsing. </p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4sU8gDStetbUmC87cHg7V2/d69b2e495d829f05040c1762739ec15e/image00-1.png" />
            
            </figure><p>Today, Cloudflare is introducing a new product to make web ads secure, fast and safe. That product is <i>Firebolt</i>.</p>
    <div>
      <h3>Firebolt</h3>
      <a href="#firebolt">
        
      </a>
    </div>
    <p>With Firebolt, ad networks can instantly speed up and secure their ads, resulting in happy consumers and better conversion rates.</p><p>Firebolt delivers: </p>
    <div>
      <h4>Lightning fast ad delivery</h4>
      <a href="#lightning-fast-ad-delivery">
        
      </a>
    </div>
    <p>Cloudflare's global network of 102 data centers in 50 countries, combined with routing and performance technologies, makes the delivery of online ads to any device up to five times faster.</p>
    <div>
      <h4>Free, simple SSL</h4>
      <a href="#free-simple-ssl">
        
      </a>
    </div>
    <p>Adding SSL to ad serving has been challenging for some ad networks. Cloudflare has years of experience providing <a href="https://www.cloudflare.com/application-services/products/ssl/">free, one click SSL</a> for our customers. Firebolt ads are automatically available over SSL with <a href="https://www.cloudflare.com/application-services/solutions/certificate-lifecycle-management/">no complex process of getting and maintaining SSL certificates</a>.</p>
    <div>
      <h4>Firebolt includes AMP for Ads</h4>
      <a href="#firebolt-includes-amp-for-ads">
        
      </a>
    </div>
    <p>Firebolt enables any independent ad network to leverage the new AMP ad format easily. This makes it possible for ads to appear in AMP content served by Google and an increasing number of sites. Firebolt is the only independent way to serve the <a href="https://www.cloudflare.com/website-optimization/firebolt/">newly announced AMP for Ads</a> outside of Google’s advertising network.</p>
    <div>
      <h4>Cryptographically signed ads</h4>
      <a href="#cryptographically-signed-ads">
        
      </a>
    </div>
    <p>All ad content delivered by Firebolt for AMP for Ads is cryptographically signed to ensure that it meets the required format and security standards. Signed ads reduce the risk of malware and increase confidence in ads for consumers.</p>
    <div>
      <h4>The most advanced browser security</h4>
      <a href="#the-most-advanced-browser-security">
        
      </a>
    </div>
    <p>Firebolt ads take advantage of web browser security features including CORS, X-Content-Type-Options and Strict-Transport-Security to ensure the integrity of ads delivered to browsers.</p>
    <div>
      <h3>A faster, safer Internet for everyone</h3>
      <a href="#a-faster-safer-internet-for-everyone">
        
      </a>
    </div>
    <p>Firebolt takes us one step closer to making the Internet a better place by benefitting everyone in the ad ecosystem, including the consumer.</p><p>During a recent test, ad platform TripleLift used Cloudflare's Firebolt to serve AMP ads on Time Inc.'s properties. Ads loaded <b>six times faster</b> and Time Inc. saw <b>13 percent more revenue</b> relative to traditional ads. “<i>Cloudflare was easy to set up, and we saw an impressive difference in the speed of ad delivery with Firebolt's support for AMP for Ads</i>," said Shaun Zacharia, co-founder and President of TripleLift. "<i>AMP Ads loaded six times faster and were three times lighter than comparable standard ads.</i>"</p><p>If you are an ad network or publisher, please reach out to <a href="#">firebolt@cloudflare.com</a> to learn more about Firebolt and how Cloudflare can help you monetize the Internet content we all rely on.</p> ]]></content:encoded>
            <category><![CDATA[Advertising]]></category>
            <category><![CDATA[Speed & Reliability]]></category>
            <category><![CDATA[AMP]]></category>
            <category><![CDATA[SSL]]></category>
            <category><![CDATA[Security]]></category>
            <guid isPermaLink="false">4IP5JTJN5gmrdshxjVlRLe</guid>
            <dc:creator>Dane Knecht</dc:creator>
        </item>
        <item>
            <title><![CDATA[App: Infolinks Earns You Money With In-Text Ads]]></title>
            <link>https://blog.cloudflare.com/app-infolinks-earns-you-money-with-in-text-ad/</link>
            <pubDate>Tue, 31 Jul 2012 00:25:00 GMT</pubDate>
            <description><![CDATA[ At CloudFlare, we're interested in making running a website easier. That's a broad definition, on purpose, going far beyond security and performance. If your goal is making money from your website, we want to make that easier, too. ]]></description>
            <content:encoded><![CDATA[ <p></p><p>At CloudFlare, we're interested in making running a website easier. That's a broad definition, on purpose, going far beyond security and performance.</p><p>If your goal is making money from your website, we want to make that easier, too.</p><p>So we're pleased to introduce Infolinks to CloudFlare customers. Available now, the <a href="https://www.cloudflare.com/apps/infolinks">Infolinks app</a> will automatically add in-text ads to your website.</p>
    <div>
      <h3>How It Works</h3>
      <a href="#how-it-works">
        
      </a>
    </div>
    <p>Infolinks turns keywords into relevant ads, which only trigger when a website visitor hovers over the link, as in the screenshot below. Infolinks operates in real time, extracting content and determining intent. The automatically-created in-text ads overcome "banner blindness" delivering a richer experience for your visitors right on your website. You earn revenue when your visitors click on the ads. Monthly payments are sent to your bank or PayPal account.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/4xNt9rtH1LiF81vnpmB2Xc/f6b19252d988b1512cebaedec972dd17/infolinks-screenshot.png.scaled500.png" />
            
            </figure><p>To enable Infolinks, you don't need to change the layout of your site.Instead, <a href="https://www.cloudflare.com/apps/infolinks">turn on the app</a> in your CloudFlare dashboard, and upon approval, the Infolinks code will be applied by CloudFlare to your sites, automatically turning keywords into relevant ads.</p>
    <div>
      <h3>A Few Things to Note</h3>
      <a href="#a-few-things-to-note">
        
      </a>
    </div>
    <ul><li><p>Infolinks is appropriate for publishers with rich content.</p></li><li><p>Infolinks is not compatible with every website. Websites with adult or offensive content are not allowed. Every website goes through a manual review process by the Infolinks team.</p></li><li><p>Turn on the <a href="https://www.cloudflare.com/apps/infolinks">Infolinks app</a> today and start making money from your website with in-text ads.</p></li></ul> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Advertising]]></category>
            <guid isPermaLink="false">3YhbSCAWMf8jJXnaJebtag</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
        <item>
            <title><![CDATA[Haileo App Matches Contextual Ads to Images and Video]]></title>
            <link>https://blog.cloudflare.com/haileo-app-matches-contextual-ads-to-images-a/</link>
            <pubDate>Thu, 25 Aug 2011 17:06:00 GMT</pubDate>
            <description><![CDATA[ At CloudFlare, we appreciate deep technology applied to solve hard problems in an easy-to-use manner. Our newest CloudFlare App, does just that: Haileo helps you make money from your images and videos. ]]></description>
            <content:encoded><![CDATA[ <p></p>
    <div>
      <h3>Make Money from Your Images and Video</h3>
      <a href="#make-money-from-your-images-and-video">
        
      </a>
    </div>
    <p>At CloudFlare, we appreciate deep technology applied to solve hard problems in an easy-to-use manner. Our newest <a href="https://www.cloudflare.com/apps/">CloudFlare App</a>, does just that: <a href="https://www.cloudflare.com/apps/haileo">Haileo</a> helps you make money from your images and videos.</p><p>Contextually matching advertising to your site's image and video inventory is a complicated problem to solve. Haileo applies its detection and classification algorithms to understand multimedia the way people do. Then, Haileo serves appropriate ad content.</p>
            <figure>
            
            <img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3MnkwgkIz3JQbkGnYrSaSG/c66f2f4f8f0f56675417c5201186a69f/haileo-in-action.jpg.scaled500.jpg" />
            
            </figure><p>Fortunately, all that technology works without any extra work by you, the website owner. Simply turn on Haileo via CloudFlare Apps, and, if approved, your site's multimedia inventory can include contextual advertising, giving you an additional revenue stream.</p>
    <div>
      <h3>Early Access</h3>
      <a href="#early-access">
        
      </a>
    </div>
    <p>We're thrilled to be Haileo's first platform partner for their proprietary technology, and the easiest way to integrate their service for website owners.</p><p>Because of this early access, there is one important requirement: your website must have <b>200,000 pageviews/month in the United States</b> to be considered for approval. If you don't meet that threshold now, please be patient. We expect to broaden the range in the future.</p><p>The review process takes no more than two business days. Approved sites will have Haileo turned on automatically.</p><p>It's fun to introduce apps that make our customers money. We hope all qualified sites will apply to start making extra money from their images and video. Try <a href="https://www.cloudflare.com/apps/haileo">Haileo</a> on your site today.</p> ]]></content:encoded>
            <category><![CDATA[Cloudflare Apps]]></category>
            <category><![CDATA[Advertising]]></category>
            <guid isPermaLink="false">wigYoWrhh6rKwC8RNH9wo</guid>
            <dc:creator>John Roberts</dc:creator>
        </item>
    </channel>
</rss>