One Click Unsubscribe / Global Opt Outs reported as soft bounces
I wanted to bring awareness to an issue mentioned in the below KB regarding One Click Unsubscribes and how they relate to email reporting /solicit codes in CRM/BBIS.
Below is an example of a one-click unsubscribe that gets embedded into email clients.

I was recently investigating how some constituents came to have global opt out solicit codes on their records. When I looked at a likely email that might have driven the user to opt-out, I discovered that the user was listed as a bounce as opposed to an opt-out in BBIS reporting, but in reality, it was one of these newer one-click opt outs.
When I looked into it further, I came to realize that in calendar year 2024, so far, almost 70% of our global opt-out solicit codes were added through this one-click method (as opposed to a normal BBIS communications preferences page).
If you have the access to your database, you can find these on-click unsubscribes with a query like this:
select top 100 * from emailjob_recipient where unsubscribed =1 order by id desc.
traditional opt-outs from BBIS communication preferences pages can be
select top 100 * from emailjob_recipient where GlobalOptedout =1 order by id desc
So, if awareness of where your global email solicit codes came from is important to you, you might want to dig into the emailjob_recipient table a little bit.
Comments
-
@Greg Harmelink super helpful information! Thank you!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

