How to add a badge if user has specific tag?
In order to add a badge to a user who has specific ActiveCampaign tag, we would open badge editor in BadgeOS and on the right hand side, we should see “BadgeOS for Memberium” section.
In there, we can select the tag that which will give user that specific badge. In the screenshot below, we have selected “Premium (12)” tag. What this will do is – all users who have “Premium (12)” tag will also get badge “Test 2”, as per the screenshot below.

Please note that changes will take effect on the next user login or after contact update web hook is run.
How to add a tag if user has a badge?
In the example above, we’ve covered how to add a badge if user has specific tag, but in this example, we’ll cover how to apply a tag to all users who have specific badge.
We would open badge editor in BadgeOS and on the right hand side, we should see “BadgeOS for Memberium” section.
Once there, we can select which tag should be applied in case user has “Test 1” badge, by checking the “Add Tag if Member has Badge: “.

Please note that changes will take effect on the next user login or after contact update web hook is run.
Manage achievements
You can use BadgeOS through the BadgeOS shortcodes and the BadgeOS plugin for WordPress
Lists all achievements held by the current user
[memb_list_achievements]
Adds an achievement
[memb_award_achievement id=xxx]
Deletes an achievement
[memb_revoke_achievement id=xxx]
Where xxx is the ID # of the Badge created in the BadgeOS plugin.
Badges and achievements are actually quite a bit more sophisticated than a single badge. Achievements are accumulated, and when enough are accumulated to earn the badge, you get the badge, multiple levels of badges can be earned for various achievements such as this example:
- 1 achievement – Beginner
- 10 achievements – Pro
- 20 achievements – Expert
The achievements and the badges they earn are configured in BadgeOS.
http://badgeos.org/download/get/
Most people simply implement badges through using tags, if you have the tag, you have the badge.