(Recap & Integration of Details - Requires Admin Setup in Ad Platforms)
Why It's Absolutely Critical:
To understand which specific advertising campaigns, ad sets, individual ads (Facebook/Instagram), or keywords (Google Ads) are actually generating leads that ultimately convert into closed deals and commission revenue, you MUST correctly pass tracking information from your ads into Close Master
. Without proper tracking setup, the Ads Reporting
and especially the vital Attribution Reporting
sections will be incomplete or inaccurate, making it impossible to truly measure your advertising Return on Investment (ROI).
The Core Method: Adding URL Parameters:
This involves adding specific tracking tags (UTM
parameters) and platform-specific click identifiers (gclid
for Google, fbclid
for Facebook/Instagram) to the Destination URLs (the landing page links) used in your ads.
Setup Steps (Typically performed by whoever manages your agency's paid ad campaigns):
- Google Ads Setup:
- Connect Google Ads Account: Ensure the correct Google Ads account is connected in
Close Master
Settings
→Integrations
. - Enable Autotagging: Log into your Google Ads account → Go to Account
Settings
→ EnsureAuto-tagging
is turned ON. This automatically adds thegclid
(Google Click ID) parameter to your ad URLs, whichClose Master
uses for attribution. - Apply
Close Master
Tracking Template: This is the most robust method.- Obtain the latest recommended
Close Master
Tracking TemplateURL
string fromClose Master
help documentation orThe Close Agency
. It typically looks something like{lpurl}?utm_source=google&utm_medium=cpc...&gclid={gclid}
(the exact parameters may vary slightly). - In your Google Ads account, navigate to Account
Settings
→Tracking
. - Paste the full
Close Master
Tracking TemplateURL
string into theTracking template
field at the *account level* (or potentially campaign/ad group level if needed, but account level is usually best). Do NOT put it in the Final URL Suffix. Save
the settings in Google Ads. This automatically appends the necessary parameters (includingUTM
tags andgclid
) to your ad landing page URLs.
- Obtain the latest recommended
- (Recommended) Install Precautionary Script:
Close Master
often provides a small JavaScriptGoogle Ads Script
. Install this script within your Google Ads account (Tools & Settings
→Bulk Actions
→Scripts
) and schedule it to run Hourly. This script acts as a backup to capturegclid
data that might occasionally be missed by the tracking template alone.
- Connect Google Ads Account: Ensure the correct Google Ads account is connected in
- Facebook/Instagram Ads Setup:
- Connect Facebook Ad Account: Ensure the correct Facebook Ad account (linked to your Page and Instagram profile) is connected in
Close Master
Settings
→Integrations
. - Apply
Close Master
URL Parameters:- Obtain the recommended
Close Master
URL Parameters string for Facebook Ads from help documentation orThe Close Agency
. It typically looks like:utm_source=facebook&utm_medium=cpc&utm_campaign={{campaign.name}}&utm_content={{adset.name}}&utm_term={{ad.name}}
(uses Facebook's dynamic placeholders). - In
Facebook Ads Manager
, when creating or editing your ads, go to the Ad Level. - Find the
Tracking
section and the field labeledURL Parameters
. - Paste the entire
Close Master
URL Parameters string into this specific field. Do NOT add a?
at the beginning here. - Apply this to all relevant ads.
- Obtain the recommended
- (Optional but Recommended) Set Up Facebook Conversion API (
CAPI
): For more reliable tracking (especially with iOS changes), set upCAPI
using theFacebook Conversion API
action in relevantClose Master
Workflows
(e.g., trigger on Form Submit -> send 'Lead' event via CAPI). See Chapter 17.3.
- Connect Facebook Ad Account: Ensure the correct Facebook Ad account (linked to your Page and Instagram profile) is connected in
Result:
When someone clicks your ad, these parameters are attached to the URL they land on. The Close Master
tracking script on your landing page (or the platform itself if using native forms/calendars) captures these parameters and associates them with the resulting Contact
or Opportunity
, enabling accurate attribution reporting.