Skip to main content
When you connect WordPress to the HoopAI platform, tracking access and activity logs helps you monitor how the integration is performing, diagnose issues, and ensure data flows correctly between your WordPress site and Hoop.

Understanding WordPress activity logs

Activity logs record every interaction between your WordPress site and the HoopAI platform. These logs capture:
  • Form submissions synced from WordPress to Hoop
  • Contact creation and updates triggered by WordPress events
  • Plugin connection status changes
  • Error events when data fails to sync
Activity logs are retained for 30 days. If you need to investigate an issue older than 30 days, you may need to check your WordPress server logs directly.

Viewing access logs

In the HoopAI platform

1

Navigate to settings

Go to Settings > Integrations and locate your WordPress integration.
2

Open the integration details

Click on the WordPress integration card to view connection details and recent activity.
3

Review the activity log

Check the activity log for recent sync events, errors, and connection status updates.

In WordPress

You can also monitor the integration from the WordPress side:
1

Access the plugin settings

In your WordPress admin dashboard, navigate to the Hoop plugin settings page.
2

Check the connection status

Verify that the plugin shows a connected status with a green indicator. A red or orange indicator means the connection needs attention.
3

Review sync history

Look at the sync history section to see recent data transfers, including timestamps and statuses.

Common issues and solutions

Plugin shows disconnected

If the WordPress plugin shows a disconnected status:
  • Re-authenticate — Go to the plugin settings and click the reconnect or re-authenticate button. You may need to log in to your Hoop account again.
  • Check API keys — Verify that the API key in the plugin settings matches the one in your Hoop account under Settings > Integrations.
  • Verify server requirements — Ensure your WordPress hosting meets the minimum PHP version and has outbound HTTPS connections enabled.
If you recently changed your Hoop account password or API keys, you must update them in the WordPress plugin settings as well. Old credentials will cause the connection to fail.

Form submissions not syncing

If WordPress form submissions are not appearing in Hoop:
1

Verify form mapping

In the plugin settings, confirm that each WordPress form is mapped to the correct Hoop form or contact fields.
2

Check for JavaScript conflicts

Other WordPress plugins (especially caching or minification plugins) can interfere with form tracking scripts. Temporarily disable other plugins to test.
3

Review error logs

Check the activity log for failed sync attempts. Common errors include timeout errors (your server took too long to respond) and authentication errors.
4

Test with a fresh submission

Submit a test form entry and check whether it appears in Hoop within a few minutes.

Duplicate contacts being created

Duplicates can occur when:
  • The same form is submitted multiple times by a user
  • The WordPress plugin and another integration (such as Zapier) are both sending the same data to Hoop
  • Contact matching rules are not configured to deduplicate by email address
Enable email-based deduplication in your Hoop contact settings to prevent the same email address from creating multiple contact records.

Slow sync or delayed data

If data takes longer than expected to sync:
  • Check your WordPress hosting performance — Shared hosting plans with limited resources can delay outbound API calls
  • Review cron job configuration — Some WordPress hosts disable or limit WP-Cron, which can delay scheduled syncs. Ask your host to enable system cron jobs as an alternative.
  • Check Hoop system status — Occasionally, platform-wide delays may affect sync times

Monitoring best practices

PracticeFrequencyWhy
Review activity logsWeeklyCatch sync errors early
Test form submissionsAfter any plugin updateConfirm integration still works
Check connection statusWeeklyEnsure the plugin stays connected
Update the pluginWhen updates are availableBug fixes and compatibility improvements
Review duplicate contactsMonthlyPrevent list quality issues

FAQs

Activity logs in the HoopAI platform are retained for 30 days. WordPress server logs may retain data longer depending on your hosting configuration.
Currently, activity logs cannot be exported directly from the platform. You can take screenshots or copy the relevant entries for your records.
The plugin primarily tracks form submissions and standard WordPress events. Custom post type tracking depends on the specific plugin version and configuration. Check the plugin documentation for supported post types.
Data generated while the plugin is disconnected will not sync automatically. Once reconnected, only new events will be captured. You may need to manually import any data that was created during the disconnection period.
Last modified on March 5, 2026