Search results for 3. how to import your list
585 articles found
-
groundhogg/submission_handler/setup
This hook executed when the Groundhogg form is submitted. This hook is useful to perform operations on the data. do_action( 'groundhogg/submission_handler/setup', $this ); This hook provides the
-
Email Blocks: Shortcode
Shortcode Block Tab Shortcde Basic and email-specific shortcodes can be used script and form elements will be stripped out automatically. Shortcodes will not load any JavaScript or CSS dependencies.
-
Download System Info
Under Tools > Download System Info is a utility that provides system information for support. There are two options, that create the same info: Download System Info(.txt) View system Info Example:
-
GiveWP Integrations: Contact Metadata
Additional information about a Contact's donations can be found in the metadata box in the right column of each Contact. Total Customer Value Successful Payments Donation ID Donation Status Donation
-
groundhogg/admin/{slug}
This hook is used to add custom code on the top of the admin pages when pages are using tab page architecture. do_action( "groundhogg/admin/{$this->get_slug()}", $this ); This hook comes with an
-
AffiliateWP Integration: Replacement codes
The AffiliateWP extension has four replacement codes. Affiliate URL {affiliate_url} Returns the URL of the affiliate. Affiliate Rate {affiliate_rate} Returns the rate of affiliate. Affiliate ID
-
Custom Replacement Codes: Use replacement codes
Once you have successfully added a replacement code inside the database you will be able to view all the newly added replacement code in the replace code section. You can copy the code name from this
-
Email Editor: Block Inspector | Desktop Preview | Mobile Preview
A mini menu is available to the left of the block selector. The menu contains three selections: Block Inspector Desktop Preview Mobile Preview Block Inspector When hovering over blocks in the
-
Sales Pipeline: Benchmarks
Benchmarks Sales Pipeline currently comes with one benchmark: Deal Moved Deal Moved When the 'Deal Moved' benchmark is used as a funnel step, it will trigger the funnel with these settings: Run when
-
groundhogg/admin/{slug}/display/{current_action}
This is used to add custom actions inside groundhogg admin area. This hook accepts the slug of the page and current action for which users are writing handlers.
-
groundhogg/event_queue/process/after
This action hook is used to run custom code once Groundhogg has completed the execution of an event using the event queue. do_action( 'groundhogg/event_queue/process/after', $this ); Using this hook
-
Sales Pipeline: Settings
The Sales Pipeline has settings available located at Groundhogg > Settings - Pipeline tab Currency - Select the currency of the appropriate country. Separators - Check the checkbox to use a comma as
-
Replacement Codes With Arguments
Some codes require an argument to function. For example the {date} , {meta} and {GET} codes. You can specify an argument using a period . For example: {date.Y-m-d|today} The date uses PHP Date
-
Benchmark: Email Confirmed
When an email is confirmed, the Benchmark "Email Confirmed" can trigger an action(s). Drag and drop the "Email Confirmed" Benchmark over into the flow on the left. You will be presented with some
-
groundhogg/{object_type}/post_update
This hook is one of the core hooks of Groundhogg. This hook is executed when an updated operation completed. This hook accepts object type in it so it will run for that specific object only.
-
groundhogg/{object_type}/pre_update
This hook is one of the core hooks of Groundhogg. This hook is executed before the update operation in the database. This hook accepts object type in it so it will run for that specific object only.
-
REST API V3 / Contact / Delete
URL DELETE /wp-json/gh/v3/contacts Method This endpoint supports the DELETE method. Request To delete a contact record you must pass these arguments. PARAM TYPE REQUIRED EXAMPLE id_or_email string |
-
WooCommerce Integration: Introduction
WooCommerce is one of many eCommerce solutions that are available for WordPress. Groundhogg has an integration with WooCommerce. The WooCommerce integration is available as part of our Pro plan, or
-
Easy Digital Downloads Integration: Examples
Examples Abandon cart recovery Refund win back Request a review Subscribe and send discount [EDD] Abandoned cart recovery (Included) Recover abandoned carts and get more sales! [EDD] Refund win back
-
Benchmark: Opt-in status change
The Benchmark "Opt-in status change" can trigger action(s) whenever a Opt-in status changes. Drag and drop the "Opt-in status change" Benchmark over into the flow on the left. You will be presented
-
Benchmark: Task Completed
The Benchmark "Task Completed" can trigger action(s) based on any/all completed task(s). This benchmark is specifically for Contacts. Drag and drop the "Task" Benchmark over into the flow on the
-
Fixed segment and Dynamic segment.
Broadcasts have two scheduling options: Fixed and Dynamic. By default, Fixed Segment is selected, which means the broadcast is sent only to the contacts currently in the selected segment. If
-
Email Blocks: Image
Image Block Tab Image Image Picker(Select an image from the Media library, upload an image or use a replacement code.) Width(based on pixels) Alt Text or replacement code Alignment(Left, Center,
-
Benchmark: Tag Applied
The Benchmark "Tag Applied" can trigger action(s) based on applied tags. Drag and drop the "Tag Applied" Benchmark over into the flow on the left. You will be presented with some setting options. Run
-
Benchmark: Tag Removed
The Benchmark "Tag Removed" can trigger action(s) based on removed tags. Drag and drop the "Tag Removed" Benchmark over into the flow on the left. You will be presented with some setting options. Run
-
Cron Events
Groundhogg has seven Cron Events that are scheduled. Groundhogg Process Queue | Every Minute Background Tasks | Every Minute Cleanup | Once Hourly Bounce Checker Fix Unprocessed Events Fix
-
Adding custom contact table columns
This code is used to add the custom column inside Groundhogg's contact table. <?php add_action( 'groundhogg_contact_columns', 'add_my_custom_column' ); function add_my_custom_column( $cols ){ $cols[
-
Benchmark: Role Changed
The Benchmark "Role Changed" can trigger action(s) based on detecting when users have selected roles. Drag and drop the "Role Changed" Benchmark over into the flow on the left. You will be presented
-
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
-
Email Blocks: Button
Button Block Tab Content Text(Enter the text for the button, Replacement code) Link(Insert a URL, Replacement code) Size(Small, Medium, Large - Default: Medium) Alignment(Right, Center, Left -
-
Benchmark: Logs In
The Benchmark "Logs In" can trigger action(s) when a user logs in. Drag and drop the "User Created" Benchmark over into the flow on the left. You will be presented with some setting options. Run when
-
Benchmark: Download Purchased
The Benchmark "Download Purchased" can trigger action(s) when a download is purchased in Easy Digital Downloads. Drag and drop the "Download Purchased" Benchmark over into the flow on the left. You
-
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
-
Funnel Template: Basics
Groundhogg comes with seven funnel templates. Contact Form with follow-up Footer subscriber Free lead magnet download Long term nurture New customer onboarding New lead onboarding Request a review
-
Database
Groundhogg settings are stored in the WordPress wp_options table Groundhogg has its own set of tables. These are the core tables, extensions can add additional tables to the database. Table Name