previous page 7 of 9 next page
In Series: Getting Started with the Knowledge Base
Updated August 19, 2024. Published October 28, 2020.
Details
ActiveProspect Product Glossary
Defining ActiveProspect terminology
- Acceptance criteria: A rule set processed before flow steps. If the rules pass, the steps are processed. Otherwise, the source receives a failure response.
- Account: A paying ActiveProspect customer. One of three types: Self-Service, Professional, and Enterprise. Each account has a corresponding Entity.
- Account source: A globally accessible source that represents a LeadConduit account holder. Automatically generated for each account holder.
- ActiveProspect: SaaS company providing a suite of products for managing online lead acquisition.
- ActiveProspect ID: A login for an individual user in Account.
- Add-On: These integrations can be purchased from within LeadConduit and are billed to the ActiveProspect account for the service they provide instead of incurring a standard transaction fee. Add-Ons do not require users to acquire their own credentials from the service provider.
- Add-On transaction: A transaction that occurs when using an Add-On integration in LeadConduit. The price varies by service and can have a fixed or variable transaction cost. The standard transactional cost does not apply when using marketplace integrations.
- Add-On transactional pricing: Refers to the method of determining cost based on the variable and fixed transaction costs associated with marketplace integrations.
- Appended data: Data, beyond the fields originally submitted and related to the lead, that is added to the lead data package as it is processed in a LeadConduit flow.
- Bespoke Integration: A source or recipient integration designed to work with a specific source's submission format or API.
- Buyer provided price: A buyer-provided sale price for a lead.
- Custom field: A field created within an account by an account holder. Only available in that account.
- Custom recipient: A recipient entity that is only accessible within the account that created it.
- Custom outbound integration: A user-configurable delivery step integration. Content types include Form (application/x-www-form-urlencoded), Query (GET), Json, XML, and SOAP
- Custom source: A source that's only accessible within the account that created it.
- Default source: A source that's automatically added to every flow and named after the account.
- Delivery: A type of integration that is designed to send leads out of LeadConduit.
- Enhancement: A type of integration that is designed to validate or enhance (append data to) leads that enter a LeadConduit flow.
- Entity: A concept used to track leads coming in or out of LeadConduit. Entities can be sources and / or recipients.
-
Event: The state of a lead at a particular step in a flow. Each lead typically has multiple events. An event includes a complete snapshot of the lead at the step, including :
- The data as submitted by the source.
- Certain system data such as the identity of the source and the timestamp of the submission.
- The outcome status of each step, as in ""success"", ""failure"", ""error"" or ""skip"
- Data parsed from the response bodies of enhancement or delivery steps (“appended” data).
- Time stamps and technical details (connection information, request and response) of each step in the flow for that lead.
- The response that LeadConduit returns to the source. This includes the final lead status, a unique lead identifier, and optionally a reason if the final lead status is not ""success"".
- Event ID: A 24 character alphanumeric string used in the Lead Feedback process. It is generated for every event (step) in a lead as it passes through LeadConduit.
- Export: The extraction of source events from LeadConduit in a CSV file. Sends an email to the user when complete with a link for download.
- Feedback: An even that associates a particular disposition type and reason with a lead LeadConduit has processed.
- Feedback received from recipient: Feedback that enters the system from a recipient.
- Feedback sent to source: Feedback that enters the system from a recipient and s also submitted to the original source.
- Field: The data points that comprise a Lead (data), structured as label-value pairs i.e. first_name: Pat; last_name: Jones; age: 21; phone: 212-555-1212
- Field type: Each field has a type. A type is responsible for breaking field data into component parts (i.e. phone_1 is a phone type and has the components: area code, exchange, line number, extension, etc.).
- Filter: A step in a flow that uses a rule set to block certain leads from further processing and return a response immediately to the source who submitted the lead.
- Filter event: An event specific to a filter. Does not incur a fee.
- Fixed transaction cost: Cost associated with a transaction wherein the cost of the transaction does not change based on factors outside of the transaction itself. These transactions always cost the same.
- Flow: A stored collection of discrete steps executed in a predefined, linear sequence, used to process submitted leads in LeadConduit.
- Flow duration: The amount of time in milliseconds it takes for LeadConduit to respond to a source.
- Generic integration: An outbound XML, SOAP, JSON, or FORM POST integration that's available for custom source / recipient creation.
- History: A flow-specific changelog that indicates the changes made to a flow and by whom.
- Inbound integration: A type of integration that is designed to receive leads in a flow.
- Integration: Software that connects LeadConduit to other systems, including data sent into and out of LeadConduit. These incur a LeadConduit transaction fee any time they are used.
- Lead (person): A prospective customer who has expressed interest in a product or service. One of ActiveProspect's core values is that Leads are People.
- Lead (data): Information provided by a Lead (person). At a minimum this includes contact info (phone, email, address), usually includes the prospective customer’s name, and may also include additional information relevant to their suitability to the offered product or service.
- Lead feedback: Disposition information associated with a lead that previously passed through a flow. Users can indicate that a lead was a conversion or a return as well as provide an optional reason for the feedback.
- Lead ID: A unique ID associated with a lead.
- Lead status: Displays the most recent communication between LeadConduit and a source regarding a particular lead. Indicates whether or not a seller expects a buyer to pay for a particular lead based on the information available to LeadConduit at the time. The list of all possible statues includes accepted, rejected, error, converted, and returned.
- LeadConduit: Real-time data integration platform. Product by ActiveProspect.
- LeadConduit Classic: A previous version of the LeadConduit product by ActiveProspect.
- LeadConduit report: A configurable table containing statistical values that represent underlying event data.
- LeadConduit Standard source integration: A LeadConduit source integration that accepts submitted lead data according to instructions generated by LeadConduit, called ""Submission Docs"". Submission docs include instructions for HTTP GET, form POST, Json POST, and XML POST, plus a bulk import app that accepts Comma-separated text files.
- LeadConduit Standard recipient integration: A LeadConduit recipient integration designed to send data from one LeadConduit flow to another flow.
- Mapping: The assignment of a value to a flow field or to a parameter in an enhancement or delivery step and is dependent on if a ruleset is passed. Mapped values may include flow field contents, system field contents, appended data, or constants. Used after a lead is processed by an inbound integration and before a lead is processed by an outbound integration. Mapping is also the similar process of assigning values when creating rules.
- Marketplace integration: See ""Add-On"" above.
- My recipients: A list of recipients I have added as a recipient in a flow, any custom recipients I have created, and any partners I have connected to as a recipient. A subset of all possible recipients.
- My sources: A list of sources I have added as a source in a flow, any custom sources I have created, and any partners I have connected to as a source. A subset of all possible recipients.
- Non-billable event: Any even in LeadConduit that does not incur a transaction cost. Examples include filters, events, LC to LC deliveries.
- Operator: A function that compares two values (i.e. ""is equal to"", ""is greater than"") or tests a single value (i.e. ""is blank"", ""is not blank"").
- Outbound integration: An integration used to deliver data out of LeadConduit to a recipient.
- Outcome: The result of a step: success, failure, error, skip. On source and recipient events where the source or recipient is a partner, an outcome of ""success"" indicates that the other party intends to be paid, or to pay the account holder for the lead.
- Partner: Another company with whom you are conducting business (buying or selling leads) within LeadConduit. Represented by an entity.
- Platform: A suite of products sold together that operate on the same code base.
- Pricing: A vendor-provided or rules-based price assigned at the source (purchase price) and / or recipient level (sale price).
- Recipient: When lead data are sent from one partner, system, or application to another, the receiving partner is the Recipient.
- Rule: A set of one or more logical tests that evaluate lead data. Rules can determine whether an action such as a step or a mapping is to be performed, comparing the left-hand value to the right-hand value using an operator.
- Rule set: A set of rules / rule sets to process and an operator (""any"" or ""all"") used to determine whether to ""or"" the rules or ""and"" the rules / rule sets together.
- Session Replay: A visual re-creation of a consumer's experience on a form page as captured by TrustedForm. The replay, displayed on a TrustedForm.com-hosted page, is composed of a re-rendering of the page's HTML with overlayed replays of the users mouse and keyboard action events.
- Shared report: A publicly accessible version of a report in a LeadConduit account.
- Source: When leads are sent from one partner, system, or application to another, the sending partner is the Source.
- Account: This manages the user permissions for all ActiveProspect products (except LeadConduit Classic).
- Standard field: A pre-defined field in LeadConduit for a particular piece of data. Available in all accounts across the LeadConduit platform.
- Standard transaction: The default transaction type for all LeadConduit integrations. A standard transaction occurs when a flow receives a lead via source integration, delivers a lead via recipient integration, or enhances a lead via an integration that uses standard transactional pricing.
- Standard transactional pricing: Refers to the method of determining cost based on the volume of standard transactions per month.
-
Step: A discrete operation defined in order to perform an action in a flow. When a lead is processed by a step, an event is recorded for that lead. A step can be one of two types:
- Filter Step: Uses rules to determine whether the lead's passage through the flow is to be immediately terminated and if so, sends a specific response to the source.
- Delivery (or Recipient) Step: Organizes, formats and sends selected lead data to a recipient web location, enhancement service or batch file, then parses and appends to the lead the response returned by the recipient.
- Step criteria: A rule set processed before an individual step. If the rules pass, the step is processed normally. Otherwise the step is skipped and the associate event outcome is marked ""skip"".
- Step duration: The amount of time in milliseconds it takes for LeadConduit to receive a response from a recipient or enhancement within a flow or for a filter to process.
- Submission docs: A source and flow-specific document that contains instructions and example for lead submission and / or pings.
- Submissions from sources: Leads submitted from a source.
- Submissions to recipients: Leads submitted from a recipient.
- Submitted data: The lead data that is submitted directly from a source in a flow.
- SuppressionList: List querying service. Product by ActiveProspect.
- Transaction: A billable event in LeadConduit that occurs when a lead is processed by an integration.
- Transaction cost: The cost associated with a transaction. Can be variable or fixed.
- TrustedForm: Lead certification service. Product by ActiveProspect.
- TrustedForm Certificate: A collection of information documenting a user's experience on a web form page as captured by TrustedForm.
- TrustedForm for Facebook Lead Ads certificate: A TrustedForm Certificate documenting a user's completion of a Facebook Lead Ad form.
- Variable transaction cost: Cost associated with a transaction wherein the cost of the transaction can change based on factors outside of the transaction itself (e.g. monthly volume, number of data points appended). Examples include TowerData transactions (based on data points appended), standard transactions (based on volume).
- Vendor provided price: A vendor-provided purchase price for a lead.
Type something
URL: https://community.activeprospect.com/posts/5039672-how-do-i-choose-the-right-plan-for-me Page Title: How do I choose the right LeadsBridge plan for me? Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-45162993-a009-4d6a-b611-7c283925911f.png Scraped At: 2025-05-30 00:16:21.214
Updated November 8, 2024. Published April 19, 2023.
Details
How do I choose the right LeadsBridge plan for me?
LeadsBridge offers 4 pricing plans:
-
The Free plan, is a self-service free forever plan.
-
The Starter plan, is a basic self-service paid plan.
-
The Pro plan, is a self-service paid plan.
-
The Business plan, is a managed paid plan.
Free plan
Our Free plan allows you to connect all the top advertising platforms – including Facebook, Instagram, Google, Youtube, LinkedIn, and TikTok – and webforms with your favorite marketing tools, to move leads across platforms in real-time, for free.
This plan includes 1 running bridge, it lets you sync up to 2 fields (like Name and Email, for example),and allows you to move 50 leads per month. What does this mean? It means that inside your LeadsBridge platform you can potentially have more than one bridge, but you can only have one bridge up and running at a time.
And if you don’t have a CRM, don’t worry. With this plan, you can send automated welcome emails to your prospects for free without needing any sort of CRM system.
The Free plan is a perfect fit for all marketers who are approaching the advertising world for the first time. And if they need support, they can rely on our community articles.
Starter Plan
If you need to be able to have more than 1 bridge running at the same time, the Starter plan is your best option, and a great solution if you have a small budget but still need to run multiple automations.
This plan’s starting point includes 3 bridges and 800 leads per month, and it lets you sync up to 6 fields for $29 a month (billed annually). From there, you can fully customize your plan with as many bridges and as many leads as you need (for a maximum threshold of 2,000 leads/mo and 6 bridges). The monthly fee will be adjusted accordingly.
Starter users have the opportunity to receive a notification via email every time a lead interacts with their ad or web form.
The Email Receipt feature allows all paying LeadsBridge users to keep track and have a better understanding of their lead generation efforts. So, after completing the bridge creation, a little switch button will activate this feature and you will start receiving notification emails about each new lead coming in.
Everything that is included in the Free plan is also included in the Starter plan. Plus, you will have access to Online-to-Offline Tracking.
You have 14 days to try it for free - no credit card required - and see if it works for you. And if you need help, you can rely on our Customer Support Team to assist you by email.
Pro Plan
If you’re a seasoned marketer who needs to transfer loads of lead data by using complex bridges and formulas, the Pro plan is what best fits your needs.
It allows you to generate an interconnected marketing ecosystem, which will help you build a stronger omnichannel strategy.
The Pro plan starting point includes 15 bridges and 2.000 leads per month,and it lets you sync up to 40 fields for $79 a month(paid annually). From there, you can fully customize your plan with as many bridges and as many leads as you need and the monthly fee will adjust accordingly.
Everything that is included in the Starter plan is also included in the Pro plan. Plus, you will have access to all complex https://leadsbridge.com/integrations/categories/automotive-software/ ""https://leadsbridge.com/integrations/categories/automotive-software/""">**automotive CRMs** (such as ADF/XML, VinSolutions, DealerSocket, elead, and more), https://leadsbridge.com/integrations/categories/gym-fitness-management/ ""https://leadsbridge.com/integrations/categories/gym-fitness-management/""">**Gym & Fitness apps** (such as Mindbody), webhooks, devs tools, https://leadsbridge.com/custom-audiences-sync/ ""https://leadsbridge.com/custom-audiences-sync/""">**Custom Audiences**, and https://leadsbridge.com/conversions-sync/ ""https://leadsbridge.com/conversions-sync/""">**Online-to-Offline Tracking**.
Basically, the Pro plan allows you to unleash the full potential of LeadsBridge, empowering you to:
-
Move leads across 380+ platforms;
-
Target and re-engage your ideal potential customers;
-
Track your offline conversions data.
You have 14 days to try it for free - no credit card required - and see if it works for you. And if you need help, you can rely on our Customer Support Team to assist you either by https://leadsbridge.com/contact-us/ ""https://leadsbridge.com/contact-us/""">email or screen-sharing call.
Business plan
If you can’t find the integration you need inside our integrations list, or you have to integrate with your own CRM, don’t worry. We are ready to develop an integration, specifically for you. With the Business plan, you can rely on our team of developers to build a https://leadsbridge.com/custom-integration/ ""https://leadsbridge.com/custom-integration/""">**custom integration** that fits your business needs and handle everything for you. This way, you won’t have to hire developers or devote your own developers’ time to building and monitoring the integration.
You can even add SALM single sign-on (SSO) to ensure secure access to your LeadsBridge account.
With the Business plan, you will have a dedicated LeadsBridge Customer Success Manager, who will support you and guide you in setting up and managing your account, allowing you to have immediate contact with a Partner Solution Engineer. We offer VIP and SLA support, and if your company requires a vendor security assessment, we can make that happen for you with a Business plan.
How to define how many bridges you need while selecting/upgrading your plan?
Each one of our plans allows you to create unlimited bridges. The threshold indicated in each plan only defines how many bridges can be live and running data at the same time. Moreover, how many bridges you need is defined by your use case. For example:
-
Lead Ads/web form to CRM: Each form is a bridge.
-
Webinar (as source or destination): Each webinar is a bridge.
-
Google Sheets (as source or destination): Each Google Sheet is a bridge.
-
CRM/Email System (as source or destination): Each segment, entity, and list is a bridge.
-
Mindbody: Each Site ID/location ID is a bridge.
-
Calendar (e.g. Calendly): Each calendar is a bridge.
-
Custom Audiences: Each Custom Audience is a bridge.
-
Offline Conversion API: Each event is a bridge.
-
Chatbot: Each chatbot is a bridge.
Let’s get into more detail with some additional examples.
Example \#1
You use Salesforce as a CRM system and you generate leads from 3 different channels: you have 2 forms on Facebook Lead Ads, 2 forms on LinkedIn Lead Gen Forms, and 1 form on your website. In total, you have 5 forms, therefore you need 5 bridges.
Example \#2
Your CRM system is HubSpot and you use Zoom Webinar. You have 3 different webinars scheduled on Zoom and you would like to connect each webinar to HubSpot. Each webinar needs its own bridge, so you need 3 bridges in total.
Example \#3
You use Mindbody, you have 2 Site/Location IDs, and you have 6 forms on Facebook Lead Ads. You would like to split your forms into 2 groups and connect 3 forms to each one of your Mindbody Site/Location IDs. So, 3 forms to 1 Site/Location ID and 3 other forms to the second Site/Location ID. Considering that each form is a bridge, you need 6 bridges in total.
Example \#4
You have a Salesforce list with 3000 contacts and would like to send these contacts to different Custom Audiences as follows: 500 contacts to one Custom Audience on Facebook, 500 contacts to another Custom Audience on Facebook, 1000 contacts to a Custom Audience on Google, 1000 contacts to a Custom Audience on LinkedIn. In this case, you need 4 bridges total, one for each Custom Audience (2 for Facebook, 1 for Google, and 1 for LinkedIn). This logic applies also to the CAPI use case.
Type something
URL: https://community.activeprospect.com/series/4051250/posts/4547947-introduction-to-leadconduit Page Title: Introduction to LeadConduit Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-1c5339fa-e027-4491-b30c-54eba9b3160b.png Scraped At: 2025-05-30 00:16:21.282
previous page 5 of 9 next page
In Series: Getting Started with the Knowledge Base
Updated April 12, 2024. Published December 8, 2021.
Details
Introduction to LeadConduit
LeadConduit 101: What does it do? Who needs it and why?
Collapse
00:00
07:53
Introduction to LeadConduit
Introduction to LeadConduit
Type something
URL: https://community.activeprospect.com/posts/4109880-finding-and-using-submission-docs Page Title: Finding and Using Submission Docs Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-5fdc921a-b7d3-4873-9a8c-87cf2d86acae.png Scraped At: 2025-05-30 00:16:21.703
Updated September 9, 2021. Published December 14, 2020.
Details
Finding and Using Submission Docs
Now that your flow is built, either you or your Lead Vendors will need Submission Docs in order to get your lead data into LeadConduit.
LeadConduit account holders can access Source-specific Submission Docs by following these steps:
- On the navigation menu, click the heading ""Flows"" to expand, click the sub-heading ""Flows"" to refresh the page, and click on your ""Flow"" title to go to that specific Flow.
2. On the Flow page, go to the top right and click the ""Submission Docs"" dropdown menu to select the Source-specific Submission Docs for that Flow.
Once you select a Source, a new page will open with a unique hashed URL for this Flow + Source combination.
Here is a short video showing the process of accessing Submission Docs:
2021-09-09_13-52-55 - TechSmith Screencast
Your browser cannot play this video.
An annotation is now visible
0:00 / 0:00
Player Settings
Closed Captions
Playback Speed2.01.751.51.25normal0.750.50.25
If this is for an external lead vendor, you can safely share this Submission Docs URL with your lead vendor. No LeadConduit account credentials are required.
On the Submission Docs page, there are in-depth instructions on how to submit lead data to LeadConduit, including any requirements you configured in the Acceptance Criteria section of the flow, a sample lead request and response in various supported formats.
You can also Batch Import Leads (in CSV format) directly to LeadConduit from the Submission Docs page by clicking the ""Import Leads"" button at the top right of the page.
The batch import process takes place in your browser. The browser processes the CSV and dispatches each lead request individually. Most browsers have a maximum of 6 concurrent http requests so, at most, 6 leads are being processed simultaneously. From there it depends on the overhead inherent in http itself plus whatever the actual processing time is for each lead.
Type something
URL: https://community.activeprospect.com/series/4114377/posts/4100506-retaining-trustedform-certificates-in-leadconduit Page Title: Retaining TrustedForm Certificates in LeadConduit Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-6b20b47d-d74d-4bd9-a788-5c35beed6605.png Scraped At: 2025-05-30 00:16:21.775
1 of 2 next page
In Series: Retaining TrustedForm Certificates with LeadConduit
Updated June 20, 2023. Published December 3, 2020.
Details
Retaining TrustedForm Certificates in LeadConduit
ActiveProspect account holders with TrustedForm and LeadConduit subscriptions can easily retain TrustedForm certificates by adding a TrustedForm Add-on step to their flow.
If the TrustedForm step is successful (or even if it's a failure based on Page Scan requirements), we'll store your certificate for the amount of time you've specified in your account (5 years is the default). If the TrustedForm step produces an error, the certificate may have passed the retention period, the certificate URL may be invalid or missing, or the retain process may have encountered an error.
Before We Begin
This article assumes you're able to post the TrustedForm certificate URL to your LeadConduit flow correctly. If you need a refresher, please see the Submission Docs located on the Source tab.
Steps
Step 1: On the ""Flow Steps"" page in the flow editor, go to Add Step and select Add-on.
Step 2: Select the TrustedForm Add-on by clicking the Add To Flow button.
Step 3: Select Retain and click Finish.
Step 4: Decide where the TrustedForm step should occur in your flow and move the step to that location. Typically you'd want to retain/claim the certificate on leads that have passed other validations, such as duplicate-checking and phone validation.
To simply retain a certificate for your account, the step is ready to go. No mappings are necessary. The TrustedForm step will automatically look for and use the TrustedForm Cert Url field to retain/claim the certificate.
NOTE: The configuration of an Optional Filter step depends on how you choose to use TrustedForm.
Filtering Examples
When the TrustedForm outcome is not a success (errors, skips, failures), you could to add a filter after the TrustedForm step to stop the flow and return a Failure response for the lead. Otherwise, LeadConduit will respond with a Success outcome, even though the TrustedForm certificate was not retained.
Another popular filtering example is:
- Fail a lead only when the TrustedForm step returns a Error, allowing TrustedForm Failures (and Skips) to pass through the flow.
Type something
URL: https://community.activeprospect.com/posts/4649879-verify-domain-ownership?_gl=1*zqdwg8*_gcl_aw*R0NMLjE3NDU2MDAxMjguQ2owS0NRandoWVNfQmhEMkFSSXNBSlRNTVFiaXRYMkdhRFdWemNDYW0wOFJtNXpFNzRLbHpuVEtxMkxjWV9JN2VIRU5wcGZJZFo1dzFOb2FBb2VXRUFMd193Y0I.*_gcl_au*MTI0OTE0OTIxNS4xNzQ0NjM5NjA2LjY1MDQxMjc5OC4xNzQ1ODc5MTYxLjE3NDU4NzkxODE.*_ga*NTQ3NjI0NDQxLjE3MzQ2Mzk3NDQ.*_ga_QHXBV6N7D1*MTc0NTk4Nzc4Ny4xODEuMS4xNzQ1OTkzNjA2LjQ1LjAuNDE0MTA2MzQw Page Title: Verify Domain Ownership Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-a603d328-a02b-4ac8-a715-eb50807dc812.png Scraped At: 2025-05-30 00:16:22.115
Updated May 14, 2025. Published March 29, 2022.
Details
Verify Domain Ownership
Verify your domains in your ActiveProspect Account to start gaining domain specific insights.
Why Verify?
As a site-owner generating TrustedForm certificates, we want to provide you insights into domain specific certificate volume and give you credit for TrustedForm certificates claimed from your domains. To do that, all you have to do is verify you are the domain owner.
Verifying ownership of domains and sub-domains where you have implemented the TrustedForm Script, lets us positively verify that you created a lead associated with the TrustedForm Certificate.
Once your domain is added, no other account can claim ownership of that domain.
Verification Process
The process of verifying your domains is simple; we generate a unique code per domain that you add to your domain's dns record and we check for a match in the background.
1\. Add your domains to ActiveProspect Account
- Navigate to the Domain section in My Account (if you do not see a Domains, please talk to your admin, this is a permission setting)
- Select Add Domains
- List all domains you want to verify
- If you are verifying subdomains, you can individually add and verify subdomains. Or you can just add the root domain and you'll have an option in step 2 to verify all subdomains.
2\. Get your verification code from ActiveProspect Account
- Under Actions, select the Verify Ownership link for the domain you are ready to verify
- Copy the unique code
3\. Add a TXT record in your domain's DNS registrar
- In a second browser window or tab, sign in to your domain's DNS registrar/host
- Go to your domain’s DNS records. The page might be called something like DNS Management, Name Server Management, Control Panel, or Advanced Settings.
- Select the option to add a new TXT record
- If you're verifying an individual subdomain, you'll want to add the TXT record to the root domain in your DNS. If you're verifying multiple subdomains for one root domain, your root domain should have multiple TXT records.
- In the TXT record, set the unique code as the value/answer/destination (the field names vary based on your registrar).
4\. (Optional) Verify all subdomains - NEW
If you're verifying a root domain, you'll see an option to also verify all subdomains (STEP 3). If this is selected and auto-retain is enabled for the root domain, auto-retain will also be enabled for all subdomains.
This will also be reflected under the 'Auto Retain Confirmed Domains' section in TrustedForm Certify tab, as follows:
Subdomain Ownership Statuses Explained:
- Confirmed: This status appears when the option to also verify all subdomains is checked for the given domain. Ownership of subdomains is confirmed.
- Unconfirmed: This status appears when ownership of subdomains has not been confirmed (the option to also verify all subdomains is not checked).
- N/A: This status appears when the domain itself is a subdomain. Subdomain ownership confirmation is not applicable here because the option to verify subdomains only applies to root domains.
5\. Tell ActiveProspect Account to check your verification code
1. Navigate back to your ActiveProspect Account tab, and select Begin Verification. Once selected, we will star the process of verifying your domain.
2. Refresh the page to check for updated ownership status
Do you have a CNAME record on the domain you want to verify?
CNAME records are common for subdomains and TXT records can't be added to domains with CNAME records. If you're verifying a subdomain, add the TXT record to the root domain. If you're verifying multiple subdomains, your root domain can have multiple TXT records (one for each subdomain).
Domain Statuses
Once you have initiated the verification process, we will continuously check and update the domain status until you remove the domain.
Ownership Status: represents the current status of the domain. Refresh the page to see the most up-to-date ownership statuses.
Last Checked: timestamp of the last time we checked the verification status of the domain (every time we attempt a verification)
Last Verified: timestamp of the last successful verification of the domain
Ownership Status Reasons Explained
- Verified: You have proved ownership of the domain! We successfully matched the unique code with your domain's dns record
-
Unverified: We have not proved ownership of the domain.
- Ownership not yet verified: you have not started the verification process for this domain
- Verification pending: you have initiated the verification process but we have not yet verified ownership
- Code Not Found: you have begun the verification process but no code is found on the dns record.
- Connection error: there has been a timeout. If an already verified domain receives a connection error, then we will retry verification 10 times using exponential backoff. After 10 connection errors, the domain will be marked as unverified.
- Domain not found: Domain doesn't exist
- Code not found: We successfully checked the domain, but there was not a TXT record with the correct code
Troubleshooting Tips:
- We run a domain verification check in the background at different cadences once you have started the verification process for a specific domain
- We check unverified domains every 5 minutes.
- We check verified domains once a day at midnight (Central Standard Time)
- If the ""Last Checked"" and ""Last Verified"" timestamps are different, the verification has failed. Meaning, we did not receive a successful verification when last checked.
- A domain is marked unverified if it hasn't been verified in three days.
- The ownership status will stay verified for a 3 day grace period, if after 3 days of attempts to reverify the ownership status successfully, the verified status will change to unverified with a reason. This grace period is to provide time for you to make planned updates to your domain records and not have your ownership status impacted.
- The Ownership Status - [reason] will provide information for you to investigate possible causes of the change in verification status.
- Domains rarely become unverified, common reasons that ownership status changes from verified to unverified;
- the code is deleted from the TXT record answer
- loss of ownership of the domain
- If you delete the code in the TXT record answer, all you need to do is re-add the same code back in. No need to generate a new domain code in your ActiveProspect Account.
- Make sure to verify your sub-domains if you wish to auto claim from those domains.
- Only users with the permission, ""Manage user and domains for this account"" will be able to see and manage domains. If you need permissions, please contact your account admin or support@activeprospect.com
FAQ
-
Can I use the `verify all subdomains` checkbox if I’ve already verified some subdomains individually?
- Yes. If you have already verified subdomains and then use the `verify all subdomains` checkbox on your root domain, it will be duplicative, but that's alright. You can choose to delete the individual subdomains and the related TXT records from your DNS, but it’s not required.
-
Does the TXT record now only need to exist on the root domain?
- The TXT record used to confirm ownership, whether for the root domain or a subdomain, should be placed on the root domain in your DNS. But now, with the `verify all subdomains` checkbox, you only need to add your root domain, grab the single TXT record, and add it to the root domain’s DNS entry. This avoids having multiple TXT records on the root domain for different subdomains.
-
Will the `verify all subdomains` checkbox include verification of sub-domains of a sub-domain?
- Yes, it should confirm ownership of all subdomains under the root domain. For example, if the root domain is example.com, then both blog.example.com and shop.blog.example.com would be covered.
- If I’ve already verified my root domain, do I just need to check the box to `verify all subdomains`, or is there more to it?
- That’s correct, you just need to enable the `verify all subdomains` checkbox and save. No additional steps are required.
Type something
URL: https://community.activeprospect.com/memberships/8005854-kami-berge Page Title: Kami Berge Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-fc669b10-ab2d-4ede-bdb0-b6e25c7ff525.png Scraped At: 2025-05-30 00:16:22.136
Kami Berge
Learning Architect · ActiveProspect
0following0followers
AboutContributionsResponses
About
Nothing to show
Schedule a time | Chili Piper
Loading

URL: https://community.activeprospect.com/series/4583478/posts/5034662-step-by-step-add-a-new-vendor-or-lead-source-to-your-flow Page Title: Step by step, add a new vendor or lead source to your flow Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-3ada9b0f-c814-47eb-ab12-c1ad86a19feb.png Scraped At: 2025-05-30 00:16:22.223
previous page 4 of 4
In Series: LeadConduit Pro Tips
Updated April 21, 2023. Published April 14, 2023.
Details
Step by step, add a new vendor or lead source to your flow
How to add a source for a new lead supplier (e.g., a vendor, partner, or site) to an existing LeadConduit Flow
Periodically, you'll want to set up a new Source in your LeadConduit flow for a new partner, vendor, or web site to send in leads. Here are the steps in that process.
Gather information
To set up a new source, you'll need to gather the following information:
- The name of the vendor, partner, web site or campaign you need to set up. Here we'll call this a ""Vendor"" or ""Source"" but it may be a partner, web site, campaign, or lead supplier.
- Requirements you have for the data in the leads
Examine existing sources
If other sources pre-exist in the flow, assess how existing vendors appear on the Sources tab. You'll want to set up the sources (vendors) consistently in your flow in order to get the most out of your data. Specifically, if you have other sources already:
- Click the Sources tab. Are there any acceptance criteria that are present and/or customized for each source?
- Are there mappings that are present for most of the sources, and may need to be duplicated/customized in the new source?
- Are there mappings that are specific to this particular source that need to be identified out of LeadConduit, such as a value used for particular campaigns or lead sources in your CRM?
- Does the pricing column for other sources read ""Buyer Price""?
Adding a Vendor - Details
Now set up the source for the new vendor:
A. Edit the flow and add the new lead source
- Click on the flow from the LeadConduit Home or Flows list and pick “Edit Flow.”
- Click the Sources tab and click “Add Source” at top right
- Search on the vendor name
- If there is a source name already available for this vendor, it will pop up and it's best to click it. Otherwise, enter a vendor name under ""create a new custom source"
- Pick “LeadConduit Standard” if you are creating a new custom source, in the vast majority of cases
- Select “Other” as the source classification so that if you want to, you can create a test lead in LeadConduit
- Click ""Finish"
B. Set up the acceptance criteria and mappings, if applicable
Set up any acceptance criteria and mappings that mights be needed/requested; examine whether other vendors have mappings if you're unsure
C. Set up the pricing parameters
- You may need to check whether the pricing of other sources shows ""buyer price"" or the customer has specified pricing that you need to track
- If the vendor will send in the price of the lead in the ""price"" field, you need to enable ""Buyer Price"" for your new source, click the pricing link to the right of the source in the sources tab; pick “Vendor.” Click “Save Pricing"
- If the price is static, you can edit the pricing link, which is initially “$0.00”, and click ""Save Pricing"
D. Check for (Rare) Source Specific Rules in Your Flow
(Rarely) If your flow is complex in logic, you may benefit from clicking on ""Steps"" and checking for delivery step criteria or filters that reference particular sources - a quick check may identify a rule where you need to include your new Source
E. Save your changes
Save the flow at top right. Don't forget to save your changes; probably the most common error is forgetting to save your work!
F. Send submission document
- Send the new submission document URL out to the team, asking the new vendor to send in a test lead.
- Click the flow name in the path at top left, in the navigation
- Click the source name from the drop down list at top right to find the submission doc for the new source.
- Copy the URL of the Submission Doc from your browser. Here's an example: https://app.leadconduit.com/flows/5e6faa784b842808342a4d25/sources/640a98819d091a08e2/docs
- Then, send a note back similar to this one to the new lead vendor and the team:
Dear [Lead Vendor],
We’ve completed the integration needed for you to submit leads to our lead process. To ensure a smooth and successful collaboration, we would like to provide you with the necessary guidelines for submitting leads to our system via LeadConduit. You should submit the leads to the webhook provided in the Submission Docs, which can be found at: [insert the submission docs url such as https://app.leadconduit.com/flows/5e6faa784b842808342a4d25/sources/640a98819d099c468e2/docs]
Please ensure that all data is formatted correctly and that the required fields described in your Submission Docs are included. Examples are in the Submission Docs; just pick the format from the drop-down and you can see formats and fields included for different submission formats.
Please send over a test lead when you are ready; if you have any questions or concerns regarding lead submission or lead requirements, please do not hesitate to contact us.
Field any questions that arise during testing
Check LeadConduit each day to see if there are test leads; if a test comes in for the new source and encounters an error, report back the error to the vendor, and request a retry correcting the leads until things are working correctly. Generally, when a lead is successful and you can see it in your CRM or other systems correctly delivered from LeadConduit, you can call the process complete.
Other Resources
More detailed information about adding sources is available through the following community articles:
Type something
URL: https://community.activeprospect.com/posts/5075230-how-do-i-reauthorize-my-facebook-ad-account Page Title: How do I reauthorize my Facebook Ad Account? Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-6e4150c6-8626-4dff-ac4a-bffaa5cd6771.png Scraped At: 2025-05-30 00:16:22.344
Updated February 27, 2025. Published June 1, 2023.
Details
How do I reauthorize my Facebook Ad Account?
If you are connected to your LeadsBridge account via Facebook Ad Account, it could happen that your Facebook Ad Account has expired or some information has been changed on the Facebook side. In those cases, you should reauthorize your account in order to refresh your Facebook account connection with LeadsBridge.
In order to reauthorize your Facebook Ad Account while using different bridge configurations, you should follow the steps below:
Complex Bridge
- Log in to the Facebook account you’ve connected with LeadsBridge
- Then, log in to your LeadsBridge account
- On the left column, go to Facebook Suite » Ad Accounts
- Click on the name of the Facebook account you want to re-authorize (it should be the same one you’ve logged on the first step)
- Click on the Reauthorize button, as shown in the screenshot below:
6. A new Facebook page will open, follow the instructions and give all the required permissions
7. Once done, you’ll be redirected back to LeadsBridge.
Simple Bridge
- Log in to the Facebook account you’ve connected with LeadsBridge
- Then, log in to your LeadsBridge account
- On the left column, go to Facebook Suite » **Accounts**
- Click on the name of the Facebook account you want to re-authorize (it should be the same one you’ve created the connection from the first time in the first step of the bridge)
- Click on the Reauthorize button, as shown in the screenshot below:
6. A new Facebook page will open, follow the instructions and give all the required permissions
7. Once done, you’ll be redirected back to LeadsBridge.
**What does ""Error validating access token: the user has changed the password"" mean?**
The following error shows up when the password for the account has been changed, as it stops LeadsBridge from accessing it. To fix this, you should Reauthorize the Ad Account from which you have changed the password.
Type something
URL: https://community.activeprospect.com/series/4881972/posts/4883927-trustedform-glossary Page Title: TrustedForm Glossary Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-211b628d-c038-41e8-9462-172677d1981a.png Scraped At: 2025-05-30 00:16:22.974
previous page 3 of 3
In Series: TrustedForm Overview
Updated November 15, 2023. Published December 6, 2022.
Details
TrustedForm Glossary
TrustedForm terms and what they mean
Claim or Retain [a TrustedForm certificate] | Claim, also called Retain, is the action required to save a TrustedForm Certificate (for a default 5 years) in your ActiveProspect account for later use. This action is taken by API or LeadConduit on the full certificate URL of 69 characters in the format https://cert.trustedform.com/<cert_token>. |
Extend [a TrustedForm certificate] | Managed customers can extend the Claim Window for a certificate to be claimed to 90 days by API, or it may be done automatically by Auto Extend. The Extend API is available by special permission arranged by your AP team for managed customers. |
Claim/Delete Window | A TrustedForm certificate can be claimed/retained for a limited window of time after certificate creation. This amount of time is displayed when a claimable TrustedForm Certificate URL is viewed in a web browser. For example, a certificate that can be claimed for the next 12 weeks might display ""Unless claimed, this certificate will be deleted in: 12 weeks."" |
Auto Extend | When a TrustedForm certificate is created, if a submit event can be identified, the Claim/Delete window is automatically extended to 90 days. |
Auto Retain | Register your web site so that TrustedForm automatically claims/retains the TrustedForm Certificate to your ActiveProspect account. |
TrustedForm Certify Web SDK | The javascript snippet is embedded on a web site in order to generate the TrustedForm certificate, which can be configured to your specifications in the Certify screen of any TrustedForm account. |
TrustedForm Consent | The Consent subscription allows you to verify consent language, check email and phone fingerprints against your lead, and retain/claim the certificate for future use. |
TrustedForm Insights (Metadata) | The TrustedForm Insights subscription provides metadata characterizing the consumer session captured in the TrustedForm certificate, for use in validation decisions. |
Fingerprints | When making a claim (i.e., retaining) a certificate, the email and phone numbers included with a lead will be hashed (encrypted) as ""fingerprints"" and checked against the email and phone recorded by TrustedForm during the consumer web session. |
Page Scan | When making a claim (i.e., retaining) a certificate, you can specify text that must be included, or must not be included, in the consumer session. |
Event Log | On a tab of the TrustedForm Certificate, the Event Log documents the consumer keystrokes, scrolling, and button presses. |
Session Replay | On a tab of the TrustedForm Certificate, the Session Replay allows you to view the customer interaction with the web site. The Session Replay is a visual reconstruction of the consumer session built from web site images, keystrokes, mouse movements, and scrolling events. |
For a complete introduction to TrustedForm, please see our developer pages.
Type something
URL: https://community.activeprospect.com/memberships/7866421-lavinia-bonamassa Page Title: Lavinia Bonamassa Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-d44d00a8-e058-4120-b832-f5ec32d27b85.png Scraped At: 2025-05-30 00:16:23.140
Lavinia Bonamassa
Customer Service Quality Specialist · ActiveProspect
0following0followers
AboutContributionsResponses
About
Nothing to show
Schedule a time | Chili Piper
Loading

URL: https://community.activeprospect.com/series/4583478/posts/4583488-leadconduit-pro-tip-use-a-template-to-save-time-configuring-recipient-mappings Page Title: LeadConduit Pro Tip: Use a Template to Save Time Configuring Recipient Mappings. Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-1707b9fb-111e-42a7-ba95-0e2c41fd8994.png Scraped At: 2025-05-30 00:16:23.254
1 of 4 next page
In Series: LeadConduit Pro Tips
Updated January 19, 2022. Published January 19, 2022.
Details
LeadConduit Pro Tip: Use a Template to Save Time Configuring Recipient Mappings.
Save time by using a template to configure recipient mappings. Instead of creating mappings one at a time, create a template, selecting the right-hand value type (for example “Json Property” or “Form Field”) just once, then replicate the empty mapping as many times as needed by clicking the “copy this mapping” icon.
Collapse
00:00
00:21
Using\_LC\_Mapping\_Templates.mp4
Type something
URL: https://community.activeprospect.com/series/4881972/posts/4112178-trustedform-api-overview Page Title: TrustedForm API Overview Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-dbcb44af-db78-411f-a9e8-a4a6f67bdc8a.png Scraped At: 2025-05-30 00:16:23.278
2 of 3 next page
In Series: TrustedForm Overview
Updated October 10, 2023. Published December 16, 2020.
Details
TrustedForm API Overview
The TrustedForm Certificate API is available to TrustedForm account holders based on the products they have purchased and been given access to. Generating certificates DOES NOT require use of the Certificate API. Instead publishers who desire to create certified leads must use one of the SDKs available as part of the TrustedForm Certify product.
Every account with access to TrustedForm products is assigned to one of three TrustedForm API versions (two of them are being deprecated). You can find your TrustedForm API version at by viewing your settings page.
TrustedForm Certificate API documentation can be found at the following links:
4.0
3.0 - deprecated
2.0 - deprecated
Type something
URL: https://community.activeprospect.com/series/4583478/posts/4583626-leadconduit-pro-tip-optimize-the-sequence-order-of-alternative-prices-volume-ca Page Title: LeadConduit Pro Tip: Optimize the Sequence Order of Alternative Prices, Volume Caps, and Mappings Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-395d7191-88ef-4037-9f77-df956dd74938.png Scraped At: 2025-05-30 00:16:23.283
previous page 3 of 4 next page
In Series: LeadConduit Pro Tips
Updated January 19, 2022. Published January 19, 2022.
Details
LeadConduit Pro Tip: Optimize the Sequence Order of Alternative Prices, Volume Caps, and Mappings
Sequence order matters when you're creating rules that choose between between multiple prices, volume caps, or mappings. You'll save setup time and your flow will be easier to understand if you put the options with the least-restrictive rules at the top and work down to those with the most restrictive rules at the bottom.
Here’s an example using Source price. We put the default price, with no rules, at the top. Next is a price rule that applies to leads from certain states, and below that is the price for leads received over the weekend.
Here’s how it might look if we hadn’t paid attention to the sequence. Note that this requires more rules, which wastes time and is confusing to read.
Type something
URL: https://community.activeprospect.com/series/4051250/posts/5070198-leadsbridge-glossary
Page Title: LeadsBridge Glossary
Screenshot URL: https://service.firecrawl.dev/storage/v1/object/public/media/screenshot-132973cb-9c49-4ea5-89fa-e72319b0a7d6.png
Comments
0 comments
Please sign in to leave a comment.