Yay for Bing! They're sending me 3X the amount of traffic that MSN used to. It's LITERALLY MS flipping a little switch and sending me 3X the amount of traffic one day to the next. Did anyone else notice a huge increase/decrease when Microsoft flipped the switch?

Dani AI

Generated

Good call by to double‑check, and useful context from . Sudden source-name changes can be either a real shift in traffic or just a reporting/classification change in your analytics. The fastest way to tell which it is: verify the visits outside of the GA label.

Start with these checks:

  • Look at the full referrer string for the sessions in question (Source/Medium and Referral Path). If GA shows “bing” but the referrer contains bing.com (or live/msn hostnames) the sessions are coming from Microsoft search properties.
  • Check server access logs for authoritative counts and landing pages (this avoids JS/UA tracking differences).
  • Compare behavior: new vs returning, bounce rate and session duration, and landing pages. A reporting rename will keep behavior the same; a true traffic surge usually changes volumes across pages/geos.
  • Check Bing Webmaster Tools for impressions/clicks and queries for the same dates to confirm search activity at the engine level.

If it’s a labeling issue and you want consistent reporting:

  • In Universal Analytics create a View filter (Admin > View > Filters > New > Custom > Search and Replace) targeting the Source and use a small regex to normalize names, e.g. replace ^(msn|live)$ with bing.
  • In GA4 you can’t edit view filters; normalise at collection with a lookup table in Google Tag Manager, or remap during analysis in Data Studio/BigQuery.

Quick cautions: always test filters on a test view first; keep raw logs for audits; and watch the trend for several weeks before assuming a permanent change.

Recommended Answers

All 2 Replies

Oh, nevermind, I take that back. It looks like Google analytics is now reporting "bing" while before they reported "live" and "msn" as two different search engines (both started sending me 0 traffic when bing started sending me traffic). All together, Microsoft as a whole is consistent. Oh well. So much for being excited.

Google Analytics took a little time to recognize Bing as a search engine. The first few days Bing was launched, Google had it listed under the referral section.

You may see an increase of traffic from Bing since Microsoft is spending $100s of millions on advertising. I would expect that to generate more traffic on Bing which in turn will generate more traffic for you. Who knows how long that traffic boost will last.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.