Lead & Account Tags
Last updated
Last updated
Lead Tags are tags or labels you can add to individual leads /users so you can easily see if they belong to a certain categorie.
Similar to Lead Tags, Account Tags allow you to tag leads or users, but account tags work a bit differently. If you set an Account Tag, LeadBoxer will apply this tag to all historical Leads from the same Account (organization / company) AND all leads from this Account going forward.
Once you start tagging your leads, you can use the 'lead tag' filter to include or exclude leads from your filter pre-sets (views)/ segments.
In plain English: (1) tag leads into general categories such as (existing) Customer, or Competitor, and then (2) filter your leads on these tags.
Using tags is simple, and involves just 2 steps:
Manually tag a lead Using the LeadBoxer interface you can manually tag your leads in 2 different places: On the Lead details section or in the Leads & Accounts view. We have added 4 default tags: Competitor, Customer, Key account and Partner. You can add additional tags yourself. There is a hard limit of 100 tags.
Set your Lead Tag filter Once you have added lead tags to your leads, you can use the filters to include or exclude them from/ to your Segments.
There are 2 options, using Workflow Automation or using javascript
Use the Add lead tag action to automatically create or add a tag to lead based on a trigger. For example a specific page, or country.
See the Complete Workflow Automation docs for more details.
In order to automatically tag leads or visitors, use the Update Lead Tag API call. Use this API call to set new Lead Tags from your website, for example when customers login.
In other words - LeadBoxer monitors all traffic on your site - identifies companies and leads. By using this functionality - you can automate the process of filtering out your existing client database - by effectively excluding (tagging) everybody who logs in.
Javascript Example
In below example we take the LeadBoxer user ID from the LeadBoxer cookie and use it to send a signal to our servers with the Lead Tag: customer
You can use these parameters to add or remove specific tags: &action=add or &action=remove
NOTE: If you do not provide one of these parameters, then the request will overwrite all existing tags that are already present.