Connecting ActiveCampaign
ActiveCampaign connects via API credentials. You provide your Account URL and API Key, and True Conversions registers the webhook automatically.
Prerequisites
- An ActiveCampaign account with admin access.
- An account already created in True Conversions.
Step 1: Get Your API Credentials from ActiveCampaign
- Log in to your ActiveCampaign account.
- Go to Settings > Developer.
- Copy your API URL (e.g.,
https://youraccountname.api-us1.com). - Copy your API Key.
Step 2: Connect in True Conversions
- In your True Conversions dashboard, go to Accounts and select the account.
- Click CRM Integrations in the sidebar.
- In the ActiveCampaign card, paste your Account URL and API Key.
- Click Connect ActiveCampaign.
- A success message confirms the connection.
True Conversions automatically:
- Validates your API credentials.
- Creates a GCLID custom field on ActiveCampaign contacts (if it doesn't already exist). This field stores the Google Ads click ID for offline conversion matching.
- Registers a webhook on your ActiveCampaign account that listens for deal update events.
What Events Are Captured
True Conversions listens for deal won events. When a deal's status changes to "won" (status = 1) in ActiveCampaign, the webhook fires and True Conversions:
- Receives the deal data.
- Fetches the associated contact's email, phone, name, and GCLID from the ActiveCampaign API.
- Normalizes and hashes the PII.
- Routes the conversion to your connected ad platforms (Google Ads, Meta).
Other deal status changes (e.g., "open", "lost") are ignored.
GCLID Field
For Google Ads Enhanced Conversions to match the offline conversion back to the original ad click, the GCLID must be stored on the contact record in ActiveCampaign.
True Conversions creates this custom field automatically when you connect. To populate it:
- Install the True Conversions GTM tag on your website (see Getting Started).
- Ensure your form submission or automation passes the
gclidvalue into the GCLID custom field on the ActiveCampaign contact.
If you use a form builder or landing page tool, add a hidden field for gclid and map it to the ActiveCampaign GCLID custom field via your form integration (e.g., native ActiveCampaign forms, Zapier, Make).
Security
Your API Key is encrypted with AES-256 before being stored. It is never exposed in the browser or in logs. The webhook URL includes a unique secret token to verify that incoming requests originate from your ActiveCampaign account.
Disconnecting
Click Disconnect on the ActiveCampaign card. This removes the integration record and stored credentials from True Conversions. The webhook registered on ActiveCampaign will stop receiving events. To fully clean up, you can also delete the webhook manually in ActiveCampaign under Settings > Developer > Webhooks.