Search results for remove tag

116 articles found

  • Action: Remove Tag

    If you would like to remove tag(s) to the contact who is at this point in the funnel. What you want to do, is add Remove Tag to the funnel, by dragging it from the right-hand side over to the list of

  • REST API V3 / Tags / Manage

    URL Apply Tags PUT /wp-json/gh/v3/contacts/apply_tags or PUT /wp-json/gh/v3/tags/apply Remove Tags PUT /wp-json/gh/v3/contacts/apply_tags or PUT /wp-json/gh/v3/tags/remove Method This endpoint

  • Tutor LMS Integration: Introduction

    Tutor LMS is a feature-rich, easy to use learning platform. With our Tutor LMS integration, you will be able to make it even MORE powerful. The Goundhogg integrations include actions for courses: Add

  • LearnDash Integration: Introduction

    LearnDash is a top-tier LMS plugin that allows you to turn your WordPress website into a learning portal for your customers. With the Groundhogg LearnDash integration, you'll be able to use events in

  • Introduction to Actions

    Actions are inside of a funnel and they are what happens after something else happens. We are going to explain some of the actions available and you may have different ones depends on what extensions

  • Easy Digital Downloads Integration: Tags

    Tag Management Groundhogg's Easy Digital Downloads Integration can: Add tags Remove tags Reverse tags on refund These actions are implemented individually for each download. They take effect upon the

  • WooCommerce: Tagging

    Tagging when buying something With the Groundhogg integration, you can go into the data of any product and have any tag applied or removed. This happens when the order is marked as paid or complete

  • BuddyBoss Integration: Introduction

    BuddyBoss is a great membership and community platform used by thousands to manage their members and content. You can now combine the power of BuddyBoss and Groundhogg to segment your members and

  • Advanced Features: How to use Superlinks

    Superlinks are a helpful tool for filling in automation gaps based on subscriber interaction with your content. Essentially, they allow you to add tags, remove tags or update meta fields to a contact

  • GiveWP Integration: Tools

    Sync GiveWP Donations If you were using GiveWP before installing Groundhogg then the GiveWP donations won’t be synced with the Groundhogg contacts. You can sync them using our Sync GiveWP Donations

  • Adding a tag on an action

    One way to trigger custom events from other plugins in the funnel builder is to add a tag whenever an action is completed. This acts as an alternative to creating a custom benchmark. The Plugins API

  • groundhogg/contact/tag_removed

    This hook executes when the tag is removed from the contact. do_action( 'groundhogg/contact/tag_removed', $this, $tag_id ); This operation provides two arguments which are: the object of contact and

  • Remove "powered by Groundhogg"

    To remove add the code provided below to your theme's functions.php file or a snippets plugin. //Remove "powered by groundhogg" and link add_filter( 'groundhogg/proof/show_proof/credit_link_atts',

  • Why are tag and email dropdowns not loading?

    If you have just installed Groundhogg and you are unable to select tags or emails from dropdowns it may be because there is an issue with the REST API on your site. This generally happens because of

  • How to remove inactive subscribers

    Regularly removing inactive subscribers from your general email list is a recommended practice to enforce COI (confirmed opt-in) and adopt a consent-based approach to email marketing. Even if the

  • Trigger when Tags are changed, any tags, not one specific tag

    Scenario: Create a benchmark that triggers a funnel when tags are changed, any tags, not one specific tag. Using the Plugin API Benchmark. You will need to add this snippet of code to either your

  • Advanced Features: How to tag contacts who opened a broadcast email

    1. After your Broadcast has been successfully sent, click on “Broadcasts” then go to Sent Tab 2. Under the “Stats” heading, click on the number beside “Sent”. Note: You can also follow the same

  • Modify or remove the '[name] from Somewhere Sunny'.

    The Social Proof extensions will usually output the Contact's first name from Contact's City and Contact's State/Region. If there is no city or state/region it will default to Somewhere Sunny. To

  • Introduction: Tags

    In Groundhogg, tags are used as labels or markers to categorize and segment contacts, leads, or customers based on specific attributes, behaviors, or characteristics. These tags serve several

  • GiveWP Integrations: Tagging

    Segment your donors with tags Apply or delete tags for a contact each time they donate through a specific form.

  • WooCommerce: Filters

    Groundhogg's WooCommerce Integrations provide filters to allow you to Order Activity Purchased Product Purchased Product in Category Purchased Product with Tag Lifetime Customer Value Number of

  • [gh_has_tags] Shortcode

    You can use this shortcode to display content that is dependent on whether the current visitor has specific tags. Pass one or more tag IDs to the shortcode. This will require that the contact has all

  • groundhogg/admin/tags/edit

    This hook is executed when the admin updates the tag from the edit screen of the tag page. do_action( 'groundhogg/admin/tags/edit', $id ); This hook provides a tag id as an argument.

  • groundhogg/admin/tags/add

    This hook is executed when the admin adds new tag using the tag page of admin panel. do_action( 'groundhogg/admin/tags/add', $id ); This hook provides tag id as an argument.

  • MemberPress: Integration with Groundhogg

    The Groundhogg MemberPress integration (which is also included in the pro plan or above) allows you to do a lot of neat things that will help you communicate with your members better when using the

  • groundhogg/admin/tags/add/form

    This hook is used to add custom code in the form of adding tags before the submit button on the tag page. do_action( 'groundhogg/admin/tags/add/form' );

  • Refresh Opt-in Status Tags

    Under Tools > Misc is a utility to Refresh Opt-in Status Tags. Click the [ Process ] button. What are opt-in status tags?

  • groundhogg/admin/tags/edit/form

    This hook is used to add custom code in the tag's edit page. do_action( 'groundhogg/admin/tags/edit/form', $id ); This hook provides tag ID as an argument to work with.

  • LifterLMS Integration: Introduction

    LifterLMS is a top-tier LMS plugin that allows you to turn your WordPress website into a learning portal for your customers. With our LifterLMS integration, you will be able to make it even MORE

  • [gh_does_not_have_tags] Shortcode

    This shortcode can be used to display content if the contact does not have all the tags provided. [gh_does_not_have_tags tags="1,2,3"] Show this content if the visitor does not have the given

  • groundhogg/admin/contacts/add/form/tags

    This hook is used to add custom code after the segmentation section of the contact on the add contact page. do_action( 'groundhogg/admin/contacts/add/form/tags' );

  • What are opt-in status tags?

    What are they? Optin status tags are an easy way to reference a group of contacts with a certain opt-in status. These tags are set automatically upon installation, but you can change them if need be.

  • REST API V3 / Tags / Delete

    URL DELETE /wp-json/gh/v3/tags Method This endpoint supports the DELETE method. Request To delete a tag you must pass these arguments. PARAM TYPE REQUIRED DESCRIPTION tag_id int yes The ID of the tag

  • REST API V3 / Tags / Edit

    URL PUT /wp-json/gh/v3/tags Method This endpoint supports the PUT method. Request This endpoint provides functionality to edit tags. PARAM TYPE REQUIRED DESCRIPTION tag_id int yes ID of a tag that

  • REST API V3 / Tags / Create

    URL POST /wp-json/gh/v3/tags Method This endpoint supports the POST method. Request You can create single or multiple tags using this endpoint. PARAM TYPE REQUIRED DESCRIPTION tags array yes Tag

  • REST API V3 / Tags / Get

    URL GET /wp-json/gh/v3/tags Method This endpoint supports the GET method. Request You can pass the search string to get SMS with that string. PARAM TYPE REQUIRED DESCRIPTION search string no String

  • Replacement Code: {posts}

    The {posts} replacement code can be used to add posts to your emails! With several different formatting options, you can find one that matches every use case. Querying posts The posts replacement

  • REST API V3 / Contact / Update

    URL PUT|PATCH /wp-json/gh/v3/contacts Method This endpoint supports PUT or PATCH Request To update a contact record you must pass these arguments. PARAM TYPE REQUIRED EXAMPLE id_or_email string|int

  • What are the "Marketable" and "Non-marketable" tags?

    The Marketable and Un-marketable tags are special opt-in status tags that cannot be applied or removed from a contact as they are a reflection of the contact's current opt-in status and compliance

  • REST API V3 / Contacts / Tags / Get

    URL GET /wp-json/gh/v3/contacts/tags Method This endpoint supports the GET method. Request This endpoint provides functionality to get all the tags applied to the contact. PARAM TYPE REQUIRED

  • How Fast Are My Emails Sent?

    If you are concerned about the speed of your emails sending to your customer the best way to put you at ease is to know the facts. Let's talk about how emails are sent! What's the event queue? You

  • REST API V4 / Contacts

    The contacts API allows you to fetch, add, edit, and delete contacts. Contact Properties Attribute Type Description ID integer The system ID of the contact data object The core properties of the

  • eLearnCommerce Integration: Introduction

    eLearnCommerce is a top-tier LMS (Learning Management System) that allows you to turn your WordPress website into a learning portal for your customers. With Groundhogg's eLearnCommerce integration,

  • Filters

    Groundhogg comes with these filters to allow you to filter by: Contact Contact Location User Activity Funnel Broadcast Query *You can use these filters together in combination NOTE: You will have

  • REST API V3 / Contact / Create

    URI POST /wp-json/gh/v3/contacts Method This endpoint supports the POST method Request You can pass any relevant contact arguments to the contacts endpoint plus additional metadata. PARAM TYPE

  • Content Restriction: Introduction

    Some pages may be designed for a specific audience (such as having a membership site). Due to this, Groundhogg provides the functionality to stop users from viewing certain pages. In order to do

  • Tutorials: Importing contacts into a funnel

    How to import already tagged contacts into a new funnel Do you need to add contacts to a specific funnel in Groundhogg? You may be looking to do this because you are creating a new funnel marketed

  • Divi Integration: How to connect the divi optin module

    To connect the Divi optin module you must use tags. Follow these steps to connect to the Divi optin module. Connect Divi to Groundhogg There are several steps to connect Groundhogg to the optin

  • Conditional Logic: Introduction

    The Conditional Logic extension allows you to run or skip steps within a funnel depending on whether the contact meets certain criteria. Groundhogg conditional logic runs based on the tags and custom

  • How funnels work

    The basics Most automation builders use the "if this, then that" language to inspire their workflows. From using dozens of different flowchart-style automation builders, we've found them to be