# Turn off Ads for a User Group or Groups?

**URL:** https://meta.discourse.org/t/turn-off-ads-for-a-user-group-or-groups/106694
**Category:** Support
**Tags:** advertising
**Created:** [1월 16, 2019, 1:35오후 UTC](https://meta.discourse.org/t/turn-off-ads-for-a-user-group-or-groups/106694 "2019-01-16T13:35:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)
#### Post date: [1월 16, 2019, 1:35오후 UTC](https://meta.discourse.org/t/turn-off-ads-for-a-user-group-or-groups/106694/1 "2019-01-16T13:35:43Z")

</div>

Is there a way to turn off Ads for a certain group of users? I know you can do it by trust level. But I’m looking more specifically for user group.

Use Case: Patreon supporters get automatically added to the Patreons group. I would like to offer them an ad-free experience if they are a patreon supporter.

---

<div class="post-metadata">

### Author: ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)
#### Post date: [1월 16, 2019, 3:03오후 UTC](https://meta.discourse.org/t/turn-off-ads-for-a-user-group-or-groups/106694/2 "2019-01-16T15:03:35Z")

</div>

> [@Add group options to Advertising Plugin](https://meta.discourse.org/t/add-group-options-to-advertising-plugin/86768/8):
>
> I’ve achieved this with the following code that adds the users’s groups to the body tag: \<script\> // https://meta.discourse.org/t/css-classes-for-group-membership-for-simplified-ui-mode/60838/2 if (window.jQuery) { window.jQuery(function ($) { var u = Discourse.User.current(); if (u !== null){ u.findDetails().then(function(u) { // console.log(u.groups); var arrayLength = u.groups.length; for (var i = 0; i \< arrayLength…

Solved here

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [1월 16, 2019, 4:38오후 UTC](https://meta.discourse.org/t/turn-off-ads-for-a-user-group-or-groups/106694/3 "2019-01-16T16:38:30Z")

</div>


