Search results for how to sync google calendar

490 articles found

  • groundhogg/steps/{type}/reporting/before

    This Groundhogg hook used to add a custom data in the reporting view of the step before the inbuilt reporting view. Here, type can be a benchmark or action. do_action(

  • groundhogg/steps/reporting/after

    This Groundhogg hook used to add a custom code after each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(

  • groundhogg/steps/reporting/before

    This Groundhogg hook used to add a custom code before each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action. do_action(

  • groundhogg/steps/{type}/reporting/after

    This Groundhogg hook used to add a custom data in the reporting view of the step after the inbuilt reporting view. Here, type can be a benchmark or action. do_action(

  • groundhogg/admin/{slug}/{current_tab}

    This hook is used to add custom code in the tab layout page. This hook accepts the current tab value in tab thus users will be able to display custom code for a specific tab on the page. do_action(

  • When sending a Broadcast only some emails are sending

    With the release of Groundhogg 3.0, Broadcasts are scheduled in the background using WordPress Cron. This is different than the gh-cron.php . If WordPress cron is not running, then the broadcasts

  • groundhogg/contact/note/added

    This Groundhogg hook executes when any note is added to the contact. do_action( 'groundhogg/contact/note/added', $this->ID, $note, $this ); This hook comes with three arguments which is: contact_id:

  • Replacements Keyboard Shortcut

    Replacement codes are very useful and merge in user data to whichever supported content you want, such as emails, notifications, text messages and more. There is a keyboard shortcut to bring up the

  • Easy Digital Downloads Integration: Reporting

    Reporting Groundhogg added an attractive reporting dashboard in version 2.2 and Groundhogg's EDD plugin makes use of it. On the Reports dashboard page you will be able to see the EDD tab which

  • GiveWP Integration: Benchmarks

    GiveWP has one benchmark. This benchmark is used to automate funnels and send automated emails based on the contact's actions. Before using this benchmark you will want to create a donation form in

  • Can I have Groundhogg on a subdomain?

    Yes, you can have Groundhogg on your subdomains. If your subdomains are separate installs of the WordPress application, it is important to know that many of the integrations with other plugins may

  • Email Blocks: Advanced

    AdvanceTab Layout Provides: Padding(based on pixels and you can link/unlink the setting) Border Provides: Style(None, Solid, Dashed, Dotted, Double, Ridge, Groove, Inset, Outset - Default: None)

  • Fix Contact Birthday Formatting

    Under Tools > Misc > Fix Birthdays is a utility to correct Birthday formatting Converting the birthday PHP date function from: "YnJ" - 2023518 "Y" represents the full year "n" represents the month

  • Custom Step Titles

    Do you feel the necessity to alter the titles* of the steps? *The Step titles that Groundhogg generates are pretty impressive You can enable the ability to customize the titles for Benchmarks and

  • 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

  • Why is my email address not being confirmed?

    Are you unable to confirm an email address while testing a funnel? Groundhogg by default treats the logged-in user's email as the priority email for tracking. This means if you're testing while

  • Form Reporting

    When you arrive at the Form Reporting page you will be presented with a list of active forms. Click on the name of the form to be taken to that specific form. The report provides data for Unique

  • 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

  • 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

  • Contact Reporting

    When you arrive at the Contact Reporting page you will be presented with a line graph of "New Contacts" for the last 30 days. You can hover your mouse anywhere along the line to see the total count

  • Refactored Optin Status - 2020-02-12

    In version 2.1.13 of Groundhogg, the contact optin status integer value is being refactored. Beyond 2.1.13, the optin_status will be a value between 1 and 8, rather than the old 0 and 7. This is

  • Troubleshooting: Why can't I activate my WaaS license on subsites?

    If you have a WaaS license, you only need to activate it on the main site of the network. Then, you install the white label plugin which comes with your license and all of the subsites will be

  • REST API V3 / Contact / Get

    URL GET /wp-json/gh/v3/contacts Method This endpoint supports the GET method Request This endpoint provides multiple ways of searching and retrieving contact information. Here are the parameters you

  • Replacement Code: {date}

    The date replacement code is a handy one that allows you to reformat any date into a nice presentable string. The syntax is the date format followed by a string representation of the date compatible

  • Benchmark: Webhook Listener

    The Benchmark "Webhook Listener" can trigger action(s) based on information from a remote site Drag and drop the "Webhook Listener" Benchmark over into the flow on the left. You will be presented

  • Benchmark: Post Published

    The Benchmark "Post Published" can trigger action(s) based on when a post or custom post type is published. Drag and drop the "Post Published" Benchmark over into the flow on the left. You will be

  • Funnel Reporting

    Go to the Groundhogg reporting dashboard and click on the funnels tab. From here you will be able to select which funnel you want the report for!

  • groundhogg/scripts/after_register_frontend_styles

    This hook is used to add custom front end stylesheet into Groundhogg. do_action('groundhogg/scripts/after_register_frontend_styles');

  • groundhogg/scripts/after_register_frontend_scripts

    This hook is useful to add front end script in Groundhogg. do_action('groundhogg/scripts/after_register_frontend_scripts', $this->is_script_debug_enabled(), $dot_min );

  • Sales Pipeline: Reporting

    To view reporting, click the 3 dots in the top right of any pipeline. Select Reporting

  • Replacement Codes Without Arguments

    This is the majority of codes, simply copy and paste and you’re off to the races.

  • groundhogg/admin/contacts/add/form/after

    This hook is used to add extra code after the add contact from. do_action( 'groundhogg/admin/contacts/add/form/after' );

  • groundhogg/import/form/after

    This hook is used to add code after the import section on the tools page. do_action('groundhogg/import/form/after' );

  • groundhogg/import/form/before

    This hook is used to add code before the import section on the tools page. do_action('groundhogg/import/form/after' );

  • groundhogg/steps/benchmarks/form/extra_settings

    This action hook is used to add custom settings at the end of the form. do_action( 'groundhogg/steps/benchmarks/form/extra_settings' );

  • GiveWP Integration: Reporting

    GiveWP Reporting If you are looking to create reports for your donation forms created in GiveWP, follow the Custom Reports help document.

  • groundhogg/admin/contacts/add/form/name

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

  • 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' );

  • groundhogg/admin/contacts/add/form/contact_info

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

  • groundhogg/admin/contacts/add/form/notes

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

  • 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's Logs

    *Click the tabs in the menu to view more information. These logs can be very helpful in reviewing and troubleshooting the activity in Groundhogg.

  • 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' );

  • System Info & Debug

    System Info & Debug tab contains the following tools: Download System Info Safe Mode Install Help Previous Update Reset Click to see a larger version

  • groundhogg/event/failed

    Used to run a block of code when groundhogg event failed. do_action('groundhogg/event/failed', $this); You will receive the object of an event class as an argument.

  • groundhogg/event_queue/process/after

    Used to run a block of code before any event completed. do_action('groundhogg/event/run/before', $this); You will receive the object of an event class as an argument.

  • groundhogg/event/run/after

    Used to run a block of code after any event completed. do_action('groundhogg/event/run/after', $this); You will receive the object of an event class as an argument.

  • groundhogg/event/cancelled

    Used to run a block of code when the event is cancelled. do_action('groundhogg/event/cancelled', $this); You will receive the object of an event class as an argument.

  • groundhogg/bulk_jobs/init

    This action is used to add bulk jobs inside Groundhogg. do_action( 'groundhogg/bulk_jobs/init', $this ); You will get the object of the bulk job manager as an argument.

  • [gh_is_not_contact] Shortcode

    You can use this shortcode to conditionally display content if the current visitor is not a contact. [gh_is_not_contact] Show this content if the visitor is not a contact.[/gh_is_not_contact]