Set up with your AI

One prompt carries the whole setup. Paste it into any AI, answer its questions, and it takes you from adding your domain to your first connected ad platform, in text or by video, whichever you prefer.

Setting TrueMetriks up is a handful of steps across a few different tools, and it is easier with something walking beside you.

Copy this into your AI

Copy the prompt below, paste it into ChatGPT, Claude or whichever AI you use, and tell it to help you set TrueMetriks up. It carries the whole setup and every link, so it can guide you from your first login to your first attributed sale.

At each step it asks whether you want the steps written out or the video, and if you pick the video it hands you a link that opens straight on it.

I use TrueMetriks, a server-side tracking and conversion attribution platform.
It tracks my website visitors, ties every sale back to the ad that produced it,
and sends those conversions back to my ad platforms. Walk me through setting it
up from scratch, step by step.

HOW TO GUIDE ME

  - Ask me ONE thing at a time and wait for my answer before moving on.
  - At the start of every step, ask me: "do you want the written steps, or the
    video?" If I pick the video, give me the exact link from the LINK MAP at
    the bottom and wait until I tell you I have watched it. If I pick the
    written steps, give them to me from this prompt.
  - Only ever give me links that appear in the LINK MAP below. Never invent a
    URL, never guess an anchor, and if I ask for something that has no link
    here, say so and point me at support instead.
  - Never ask me for my password, my API key, my MCP key, or any card details.
    You are reading me the steps; I am the one clicking in my own account.
  - Confirm each step worked before starting the next one.
  - Keep it short. I am doing this while looking at my screen, not reading an
    essay.

BEFORE ANYTHING ELSE, ask me these three things and wait for my reply:

  1. Do I already have a TrueMetriks account, or am I starting from zero?
  2. What is my website built on? WordPress, Shopify, GoHighLevel,
     ClickFunnels, a custom or coded site, or something else.
  3. Which ad platforms do I run? Facebook, Google Ads, TikTok, GA4, or none
     yet.

Then take me through the steps below in order, skipping any I tell you is
already done.

STEP 1 - ACCOUNT AND FIRST SITE

Only if I am starting from zero.

  - Sign up at https://app.truemetriks.com/signup with Google or with an email
    and password, then click the verification link we email.
  - The free trial is 7 days, needs no credit card, and has no event cap.
  - Signup then moves to the Setup step, which asks for four things:
      Website domain  - the bare domain, e.g. example.com or sub.example.com.
                        No https://, no path, no trailing slash.
      Workspace name  - usually my company name.
      Timezone        - pre-filled from my browser; this decides my reporting
                        day.
      Currency        - the currency my revenue and ROAS are shown in.
  - Click "Start free trial". The site and workspace are created together and I
    land in the dashboard.

Warn me that timezone and currency decide how every later number reads, so it
is worth getting right now.

STEP 2 - CONNECT MY DOMAIN (CNAME)

This makes tracking run first-party on my own subdomain, which is what gets it
past most ad blockers. It is one DNS record.

  - Right after the site is created, the dashboard opens a "Connect your
    domain" popup with two fields, a Name and a Value, each with a copy icon.
  - If I closed it: a yellow reminder banner sits at the top of every dashboard
    page until the domain is verified, and the same fields live under
    Settings > Tracking.
  - At my DNS provider, add a CNAME record:
      Type  = CNAME
      Name  = the Name from the popup, exactly as shown (do not rename it,
              a name I make up will never pass Verify)
      Value = the Value from the popup, e.g. run.trmtks.com
  - On Cloudflare, set Proxy status to OFF, so it reads "DNS only" and the
    cloud is grey, not orange. A proxied record can fail with Error 1014.
    GoDaddy and most others have no proxy toggle, so there is nothing to
    switch.
  - Save, go back to TrueMetriks, and click Verify.
  - Propagation is usually 1 to 5 minutes, occasionally up to an hour.

Ask me who my DNS provider is first. If it is Cloudflare or GoDaddy, offer the
matching video. If Verify keeps failing after 30 minutes, tell me to check the
Name and Value for typos, trailing dots and stray spaces, then send me to
troubleshooting.

STEP 3 - INSTALL TRACKING ON MY PLATFORM

Use the answer I gave you about what my site is built on. Every snippet is
copied from the dashboard at Settings > Tracking, where I pick the tab for my
platform.

  WORDPRESS
    - In WP Admin, go to Plugins > Add Plugin, search "TrueMetriks", and
      install "TrueMetriks Analytics", then click Activate.
    - Open TrueMetriks Analytics in the WP Admin sidebar and click "Sign in
      with TrueMetriks".
    - On the authorize screen, pick my site from the Site dropdown and click
      Allow. That is the whole install, no snippet to paste.
    - On WooCommerce, tell me to place a test order while logged out; it should
      show in Events and Revenue within about 10 seconds.

  SHOPIFY
    - Copy the pixel code from Settings > Tracking > Shopify tab.
    - In Shopify Admin: Settings (bottom of the left sidebar) > Customer events
      > "Add custom pixel" (top right).
    - Name it TrueMetriks, click Add pixel.
    - In the pixel editor, find the Code section near the bottom, replace the
      default content with the copied code, then click Connect (top right).
    - Customer Privacy permission should be set to "Not required".
    - If my funnel spans two domains and Shopify is one of them, tell me
      Shopify is the one special case and send me to the Shopify cross-domain
      guide.

  GOHIGHLEVEL
    - Copy the Tracking snippet from Settings > Tracking > GoHighLevel tab.
    - In GoHighLevel: Sites > Funnels tab > open the funnel > Settings tab >
      Tracking & scripts > paste into "Head tracking code" > Save.
    - Repeat for every funnel. The snippet is the same each time.
    - CRITICAL, do not skip: in the same Settings tab, scroll to "Performance &
      compliance" and make sure "Optimize JavaScript" is switched OFF. It lazy
      loads the tracking snippet, and on a real funnel we measured the snippet
      loading 10,628ms after the page opened with it on, versus 401ms with it
      off. Visits get missed, one visitor gets counted as two, and the ad click
      id is lost, so sales stop being credited to the ad that produced them.
      It is per funnel and someone can turn it back on, so tell me to check it
      on every funnel and again if my numbers ever drop suddenly.
    - If I sell payment plans or subscriptions, I also need one automation that
      POSTs to the TrueMetriks webhook URL on every payment. Offer me that as
      its own step with its own video.
    - If I want form or calendar submissions tracked as events, offer the
      custom events step with its own video.

  CLICKFUNNELS
    - Ask me whether I am on ClickFunnels 2.0 or Classic (1.0). Both use the
      same snippet and the same webhook URL, but the menus differ.
    - Both need two pieces: the snippet in the funnel head, plus a webhook in
      my account for leads, purchases and refunds.
    - 2.0: Funnels > open the funnel > gear icon (top right) > Head Code >
      paste > Save. Repeat per funnel, head code is per funnel here.
      Then Workspace Settings > Webhooks > "Add new endpoint", paste the
      Webhook URL from the same dashboard card, and pick exactly these three
      event types: contact.created, orders/invoice.paid,
      orders/invoice.refunded. Under Endpoint scopes > Funnels, pick the
      funnels it should fire on, and leave Pages empty. Click Create endpoint.
    - Classic (1.0): open the funnel > Funnel Settings > paste into "Head
      Tracking Code" > Save, then "Manage Your Funnel Webhooks" > "+ New
      Webhook" and paste the same Webhook URL.
    - Mention the Checkout URL pattern: the tracker fires InitiateCheckout when
      the page URL contains the word "checkout". If my checkout URLs use
      another word such as order, cart or payment, I change that field on the
      install card and click Save.

  CUSTOM OR CODED SITE
    - One script tag in the head of every page, then a few calls where my
      events happen.
    - Send me to the custom install page, which has a second AI prompt built
      for exactly this. Tell me to open a separate chat, paste that prompt with
      my relevant code files, and come back here when the install is written.
    - Two things I always get wrong, so say them out loud:
        window.tmOrder items carry price in CENTS.
        A Purchase fired directly with window.tmFireEvent carries value in
        DOLLARS.

  SOMETHING ELSE
    - Do not improvise an install and do not tell me to use a tag manager
      workaround. Send me to the Other platforms page, where I fill in a short
      form. We build the integration for my platform free, whether I am on a
      trial or a paid plan, usually replying within 24 hours on business days
      and shipping most integrations 2 to 3 days after that first reply.

Whatever path I took, finish this step by sending me to "Test your
integration": open my live site in a private window, and the Live indicator on
the dashboard Main page should turn green within a few seconds, with my session
appearing in the Sessions list.

If my funnel moves visitors between two separate domains I own, for example an
advertorial on one domain and the checkout on another, tell me there is one
switch to turn on and give me the cross-domain link. Subdomains and pages of
one domain do not need it.

STEP 4 - CONNECT MY AD PLATFORMS

Use the answer I gave you. Do them one at a time, and do not start the next one
until I confirm the last one is connected.

  FACEBOOK
    - Settings > Ad integrations > Facebook tab > "Connect Facebook". A Meta
      OAuth popup opens, five screens, about 90 seconds. If my browser blocks
      the popup, allow it and click the button again.
    - Then select my pixel: click "Add pixel", pick it from the dropdown, and
      review the Allowed events list.
    - Warn me not to revoke the app later in Facebook Business Settings. That
      silently stops my Conversions API events. Use the Disconnect button in
      the card instead, which cleans up both ends.
    - Offer these as optional extras, each with its own video: custom event
      mappings, the Purchase product filter, restricted categories, and
      connecting a Facebook catalog.

  FACEBOOK PAGE - ONLY IF I RUN LEAD FORM ADS, DM ADS OR COMMENT AUTOMATION
    Ask me first: do I run native lead form ads (an Instant Form filled in on
    Facebook or Instagram), click-to-message ads, or an ad that tells people to
    comment a keyword? If all three are no, skip this whole block.
    - Same card, at the bottom, below Catalog: "Connect a Page". Facebook has
      to be connected first and my tracking domain has to be verified, or the
      button stays disabled.
    - The Meta popup is the pixel flow plus TWO more screens, one after the
      other. Screen one lists my Pages: tell me to tick the PAGE THAT RUNS THE
      ADS, then Continue. Screen two lists my Instagram accounts as handles,
      not Page names: tell me to tick the INSTAGRAM ACCOUNT if I run Instagram
      DM ads or want Instagram comments, then Continue. Warn me that clicking
      through that second screen without ticking anything is the usual reason
      Instagram records nothing, and that nothing will tell me it happened.
    - That screen is where the Page is chosen. TrueMetriks connects what I
      granted and never asks me to pick it again.
    - Then check the card: my Page with a green Active chip and its capability
      chips. A muted Instagram chip with a dash means no linked professional
      Instagram account was found.
    - IF I SAID YES TO INSTAGRAM, walk me through the three settings on
      Instagram's side, one at a time, because each one fails silently: the
      account must be a professional account linked to that same Page, "Allow
      access to messages" must be on under Settings and privacy > Messages and
      story replies > Message controls > Connected tools, and the account must
      be public for comments to be recorded.
    - THEN TELL ME HOW THE EMAIL IS CAPTURED, because it is the part people
      miss and it decides whether a lead is a person or an anonymous
      conversation:
        A lead form ad carries the email itself, but ONLY if I used Meta's
          built-in Email field under Contact information in the form builder. A
          custom email question I typed myself is recorded and does not
          identify the person. Same for the built-in Phone number field.
        A DM ad has TWO ways to get an email, and I should use both. One, put
          an email question in the ad's "Generate leads" chat template in Ads
          Manager (the lead form inside the chat), wording the question with
          the word "email"; the person has to finish the flow. Two, ask the
          person to reply with their address in the ad's opening message, and
          we read it out of what they type.
        Both ways work on Messenger AND on Instagram Direct. Meta does not
          offer the chat template for every ad type, objective or country, so
          tell me to open the ad's message template and look, and to ask for a
          reply as well either way.
        A comment never carries an email, so if I run keyword automation, the
          private message it sends has to ask for one.
    - Tell me these two conversions are never sent back to Facebook, because
      Facebook already counts its own lead forms and DM ads, and re-sending
      would double count them.

  GOOGLE ADS
    - Settings > Ad integrations > Google Ads tab > "Connect Google Ads". A
      Google OAuth popup, three screens, about 60 seconds.
    - Then click "Add ad accounts", pick the account in the popup, and click
      Import.
    - Then add conversion action goals: "Add conversion action goal", fill the
      popup, and click Save changes, which is what actually creates them in
      Google Ads. A staged goal that never got Save changes does not exist yet.
    - If Google blocks the login asking for a passkey, send me to the passkey
      page. Approving a new passkey can take up to 7 days, so I should start it
      early.
    - Same warning as Facebook: disconnect from inside TrueMetriks, not from
      Google Account security settings.

  TIKTOK
    - Settings > Tracking tab > scroll to the Ad integrations panel >
      "Connect TikTok Ads", then approve the permission grant. About a minute.
    - Then add the pixel: "Add pixel", pick it from the dropdown, review the
      Allowed events, and Save changes.

  GA4
    - Settings > Ad integrations > GA4 tab > "Add property". A property card
      expands with three fields: Friendly name (optional), Measurement ID, and
      API Secret.
    - The Measurement ID comes from GA4: Admin > Data streams > click the web
      stream > copy the Measurement ID. Create the web stream first if there
      is not one.
    - The API Secret comes from the same stream page: scroll to Measurement
      Protocol API secrets > Create > give it a nickname > Create > copy the
      value.
    - Paste both back into TrueMetriks and save.

After each platform, offer me its test walkthrough so I can confirm conversions
are actually arriving, rather than assuming they are.

STEP 5 - THE CHROME EXTENSION

This puts my real, attribution-corrected numbers as extra columns inside
Facebook Ads Manager and Google Ads, so I never have to trust the platform's
own reported conversions again.

  - Install "TrueMetriks Ad Overlay" from the Chrome Web Store:
    https://chromewebstore.google.com/detail/truemetriks-ad-overlay/hfkmfhbidmgfpfnignikimdniaebppdc
  - Click "Add to Chrome" and approve the permissions.
  - Pin the extension so the icon stays in my toolbar.
  - Click the icon, choose "Connect to TrueMetriks". It signs in with my
    existing app.truemetriks.com login, so there is no separate password. The
    popup then reads "Connected as" with my email.
  - Open Campaigns, Ad sets or Ads and the numbers appear. A blank overlay
    usually means a page it does not cover, or a table that has not finished
    rendering, so refresh and wait a moment.
  - GOOGLE ADS ONLY, and it is required: I have to enable the ID columns first,
    through Modify columns, on all three views, or the overlay has nothing to
    match on.
  - If I ask why a campaign row is bigger than its ad sets added up: that is
    correct, not a bug. A click carrying only a campaign id stays at campaign
    level and is never pushed down into one ad set, because a campaign has many
    and picking one would be inventing an answer. Send me the link rather than
    explaining it at length.

WHEN THE SETUP IS DONE

Confirm with me that I am seeing live sessions and at least one conversion
arriving, then tell me the setup is complete.

Then, and only then, offer me these as optional next steps, one line each, and
give me the link for whichever I pick. Do not walk me through any of them
unasked:

  - Stripe, Whop or PayPal, if I take payments there.
  - Calendly or Typeform, if I capture bookings or leads there.
  - Microsoft Clarity session replay and heatmaps, free, tagged with my events.
  - Webhooks, if my platform can POST to one.
  - The UTM builder, for consistent campaign links.
  - Cross-domain tracking, if my funnel spans two domains I own.

LINK MAP

Use these exact URLs. Anything ending in a # anchor opens on that section
or that video. Nothing else is a valid link. Never invent a URL and never
guess an anchor.

  Complete setup
    The guide ................................... https://docs.truemetriks.com/getting-started/complete-setup/
    Your setup roadmap .......................... https://docs.truemetriks.com/getting-started/complete-setup/#your-setup-roadmap
    The steps ................................... https://docs.truemetriks.com/getting-started/complete-setup/#the-steps
    One extra switch if your funnel crosses two domains
      https://docs.truemetriks.com/getting-started/complete-setup/#one-extra-switch-if-your-funnel-crosses-two-domains
    What is next ................................ https://docs.truemetriks.com/getting-started/complete-setup/#what-is-next

  Signup and trial
    The guide ................................... https://docs.truemetriks.com/getting-started/signup-and-trial/
    Create an account ........................... https://docs.truemetriks.com/getting-started/signup-and-trial/#create-an-account
    What is included in the trial ............... https://docs.truemetriks.com/getting-started/signup-and-trial/#what-is-included-in-the-trial
    Add your first site ......................... https://docs.truemetriks.com/getting-started/signup-and-trial/#add-your-first-site
    Next step ................................... https://docs.truemetriks.com/getting-started/signup-and-trial/#next-step

  CNAME setup
    The guide ................................... https://docs.truemetriks.com/getting-started/cname-setup/
    Right after you add your site ............... https://docs.truemetriks.com/getting-started/cname-setup/#right-after-you-add-your-site
    Cloudflare .................................. https://docs.truemetriks.com/getting-started/cname-setup/#cloudflare
    GoDaddy ..................................... https://docs.truemetriks.com/getting-started/cname-setup/#godaddy
    Any other DNS provider ...................... https://docs.truemetriks.com/getting-started/cname-setup/#any-other-dns-provider
    If you closed the popup ..................... https://docs.truemetriks.com/getting-started/cname-setup/#if-you-closed-the-popup
    Video guides ................................ https://docs.truemetriks.com/getting-started/cname-setup/#video-guides
    Troubleshooting ............................. https://docs.truemetriks.com/getting-started/cname-setup/#troubleshooting
    VIDEO, How to add a CNAME on Cloudflare ..... https://docs.truemetriks.com/getting-started/cname-setup/#video-guides
    VIDEO, How to add a CNAME on GoDaddy ........ https://docs.truemetriks.com/getting-started/cname-setup/#video-guides

  WordPress plugin
    The guide ................................... https://docs.truemetriks.com/platform-installs/wordpress/
    Video guide ................................. https://docs.truemetriks.com/platform-installs/wordpress/#video-guide
    Open the Plugins menu in WP Admin ........... https://docs.truemetriks.com/platform-installs/wordpress/#open-the-plugins-menu-in-wp-admin
    Find the TrueMetriks plugin ................. https://docs.truemetriks.com/platform-installs/wordpress/#find-the-truemetriks-plugin
    Install and activate ........................ https://docs.truemetriks.com/platform-installs/wordpress/#install-and-activate
    Connect the plugin to TrueMetriks ........... https://docs.truemetriks.com/platform-installs/wordpress/#connect-the-plugin-to-truemetriks
    How to test ................................. https://docs.truemetriks.com/platform-installs/wordpress/#how-to-test
    VIDEO, How to install the TrueMetriks plugin on WordPress
      https://docs.truemetriks.com/platform-installs/wordpress/#video-guide

  Shopify Custom Pixel
    The guide ................................... https://docs.truemetriks.com/platform-installs/shopify/
    Video guide ................................. https://docs.truemetriks.com/platform-installs/shopify/#video-guide
    Copy the pixel code from your dashboard ..... https://docs.truemetriks.com/platform-installs/shopify/#copy-the-pixel-code-from-your-dashboard
    Open Settings in Shopify Admin .............. https://docs.truemetriks.com/platform-installs/shopify/#open-settings-in-shopify-admin
    Open Customer events ........................ https://docs.truemetriks.com/platform-installs/shopify/#open-customer-events
    Click Add custom pixel ...................... https://docs.truemetriks.com/platform-installs/shopify/#click-add-custom-pixel
    Name it TrueMetriks ......................... https://docs.truemetriks.com/platform-installs/shopify/#name-it-truemetriks
    Paste the code and Connect .................. https://docs.truemetriks.com/platform-installs/shopify/#paste-the-code-and-connect
    How to test ................................. https://docs.truemetriks.com/platform-installs/shopify/#how-to-test
    VIDEO, How to install the TrueMetriks Custom Pixel on Shopify
      https://docs.truemetriks.com/platform-installs/shopify/#video-guide

  GoHighLevel install
    The guide ................................... https://docs.truemetriks.com/platform-installs/gohighlevel/
    Video guides ................................ https://docs.truemetriks.com/platform-installs/gohighlevel/#video-guides
    Install GoHighLevel tracking ................ https://docs.truemetriks.com/platform-installs/gohighlevel/#install-gohighlevel-tracking
    Payment plan and subscription automation .... https://docs.truemetriks.com/platform-installs/gohighlevel/#payment-plan-and-subscription-automation
    Custom events for forms and calendars ....... https://docs.truemetriks.com/platform-installs/gohighlevel/#custom-events-for-forms-and-calendars
    Copy the tracking snippet from your dashboard
      https://docs.truemetriks.com/platform-installs/gohighlevel/#copy-the-tracking-snippet-from-your-dashboard
    Open the funnel in GoHighLevel .............. https://docs.truemetriks.com/platform-installs/gohighlevel/#open-the-funnel-in-gohighlevel
    Paste the snippet into Head tracking code ... https://docs.truemetriks.com/platform-installs/gohighlevel/#paste-the-snippet-into-head-tracking-code
    Turn OFF Optimize JavaScript ................ https://docs.truemetriks.com/platform-installs/gohighlevel/#turn-off-optimize-javascript
    Payment plans and subscriptions (webhook) ... https://docs.truemetriks.com/platform-installs/gohighlevel/#payment-plans-and-subscriptions-webhook
    Grab the webhook URL ........................ https://docs.truemetriks.com/platform-installs/gohighlevel/#grab-the-webhook-url
    Open Automation in GoHighLevel .............. https://docs.truemetriks.com/platform-installs/gohighlevel/#open-automation-in-gohighlevel
    Create a workflow from scratch .............. https://docs.truemetriks.com/platform-installs/gohighlevel/#create-a-workflow-from-scratch
    Add the Payment Received trigger ............ https://docs.truemetriks.com/platform-installs/gohighlevel/#add-the-payment-received-trigger
    Add the Webhook action ...................... https://docs.truemetriks.com/platform-installs/gohighlevel/#add-the-webhook-action
    Fill in Custom Data with these exact keys ... https://docs.truemetriks.com/platform-installs/gohighlevel/#fill-in-custom-data-with-these-exact-keys
    Two rules that stop wrong revenue ........... https://docs.truemetriks.com/platform-installs/gohighlevel/#two-rules-that-stop-wrong-revenue
    Publish the workflow ........................ https://docs.truemetriks.com/platform-installs/gohighlevel/#publish-the-workflow
    Fire custom events for forms and calendars .. https://docs.truemetriks.com/platform-installs/gohighlevel/#fire-custom-events-for-forms-and-calendars
    Open the custom events option and click Create
      https://docs.truemetriks.com/platform-installs/gohighlevel/#open-the-custom-events-option-and-click-create
    Fill in the Create custom event popup ....... https://docs.truemetriks.com/platform-installs/gohighlevel/#fill-in-the-create-custom-event-popup
    Where to find the form or calendar name ..... https://docs.truemetriks.com/platform-installs/gohighlevel/#where-to-find-the-form-or-calendar-name
    What you get after clicking Create .......... https://docs.truemetriks.com/platform-installs/gohighlevel/#what-you-get-after-clicking-create
    Test it ..................................... https://docs.truemetriks.com/platform-installs/gohighlevel/#test-it
    Custom coded forms and calendars ............ https://docs.truemetriks.com/platform-installs/gohighlevel/#custom-coded-forms-and-calendars
    When you need this .......................... https://docs.truemetriks.com/platform-installs/gohighlevel/#when-you-need-this
    Add the helper to your page ................. https://docs.truemetriks.com/platform-installs/gohighlevel/#add-the-helper-to-your-page
    Fire Lead from your custom form ............. https://docs.truemetriks.com/platform-installs/gohighlevel/#fire-lead-from-your-custom-form
    Fire Schedule from your custom calendar ..... https://docs.truemetriks.com/platform-installs/gohighlevel/#fire-schedule-from-your-custom-calendar
    What to put in the contact details .......... https://docs.truemetriks.com/platform-installs/gohighlevel/#what-to-put-in-the-contact-details
    Two rules that stop double counting ......... https://docs.truemetriks.com/platform-installs/gohighlevel/#two-rules-that-stop-double-counting
    How to test ................................. https://docs.truemetriks.com/platform-installs/gohighlevel/#how-to-test
    VIDEO, Install GoHighLevel tracking ......... https://docs.truemetriks.com/platform-installs/gohighlevel/#install-gohighlevel-tracking
    VIDEO, Payment plan and subscription automation
      https://docs.truemetriks.com/platform-installs/gohighlevel/#payment-plan-and-subscription-automation
    VIDEO, Fire custom events for GoHighLevel forms and calendars
      https://docs.truemetriks.com/platform-installs/gohighlevel/#custom-events-for-forms-and-calendars
    VIDEO, Fire custom events for GoHighLevel forms and calendars
      https://docs.truemetriks.com/platform-installs/gohighlevel/#fire-custom-events-for-forms-and-calendars

  ClickFunnels install
    The guide ................................... https://docs.truemetriks.com/platform-installs/clickfunnels/
    What gets tracked ........................... https://docs.truemetriks.com/platform-installs/clickfunnels/#what-gets-tracked
    ClickFunnels 2.0 ............................ https://docs.truemetriks.com/platform-installs/clickfunnels/#clickfunnels-20
    Copy the tracking snippet from your dashboard
      https://docs.truemetriks.com/platform-installs/clickfunnels/#copy-the-tracking-snippet-from-your-dashboard
    Open Funnels in ClickFunnels ................ https://docs.truemetriks.com/platform-installs/clickfunnels/#open-funnels-in-clickfunnels
    Open Funnel Settings ........................ https://docs.truemetriks.com/platform-installs/clickfunnels/#open-funnel-settings
    Paste the snippet into Head Code ............ https://docs.truemetriks.com/platform-installs/clickfunnels/#paste-the-snippet-into-head-code
    Open Workspace Settings ..................... https://docs.truemetriks.com/platform-installs/clickfunnels/#open-workspace-settings
    Open Webhooks ............................... https://docs.truemetriks.com/platform-installs/clickfunnels/#open-webhooks
    Click Add new endpoint ...................... https://docs.truemetriks.com/platform-installs/clickfunnels/#click-add-new-endpoint
    Copy the Webhook URL from your dashboard .... https://docs.truemetriks.com/platform-installs/clickfunnels/#copy-the-webhook-url-from-your-dashboard
    Fill in the endpoint form ................... https://docs.truemetriks.com/platform-installs/clickfunnels/#fill-in-the-endpoint-form
    ClickFunnels Classic (1.0) .................. https://docs.truemetriks.com/platform-installs/clickfunnels/#clickfunnels-classic-10
    Open your funnel ............................ https://docs.truemetriks.com/platform-installs/clickfunnels/#open-your-funnel
    Open Funnel Settings ........................ https://docs.truemetriks.com/platform-installs/clickfunnels/#open-funnel-settings_1
    Paste the snippet into Head Tracking Code ... https://docs.truemetriks.com/platform-installs/clickfunnels/#paste-the-snippet-into-head-tracking-code
    Open Manage Your Funnel Webhooks ............ https://docs.truemetriks.com/platform-installs/clickfunnels/#open-manage-your-funnel-webhooks
    Click + New Webhook ......................... https://docs.truemetriks.com/platform-installs/clickfunnels/#click-new-webhook
    Copy the Webhook URL from your dashboard .... https://docs.truemetriks.com/platform-installs/clickfunnels/#copy-the-webhook-url-from-your-dashboard_1
    Fill in the webhook form .................... https://docs.truemetriks.com/platform-installs/clickfunnels/#fill-in-the-webhook-form
    How to test ................................. https://docs.truemetriks.com/platform-installs/clickfunnels/#how-to-test
    VIDEO, How to install TrueMetriks on ClickFunnels 2.0
      https://docs.truemetriks.com/platform-installs/clickfunnels/#clickfunnels-20
    VIDEO, How to install TrueMetriks on Classic ClickFunnels
      https://docs.truemetriks.com/platform-installs/clickfunnels/#clickfunnels-classic-10

  Custom install
    The guide ................................... https://docs.truemetriks.com/platform-installs/custom/
    What gets tracked ........................... https://docs.truemetriks.com/platform-installs/custom/#what-gets-tracked
    Video guide ................................. https://docs.truemetriks.com/platform-installs/custom/#video-guide
    Set this up with AI ......................... https://docs.truemetriks.com/platform-installs/custom/#set-this-up-with-ai
    Manual install .............................. https://docs.truemetriks.com/platform-installs/custom/#manual-install
    1. Copy the tracker snippet from your dashboard
      https://docs.truemetriks.com/platform-installs/custom/#1-copy-the-tracker-snippet-from-your-dashboard
    2. Paste the snippet in your site head ...... https://docs.truemetriks.com/platform-installs/custom/#2-paste-the-snippet-in-your-site-head
    3. Set the Checkout URL pattern (optional) .. https://docs.truemetriks.com/platform-installs/custom/#3-set-the-checkout-url-pattern-optional
    What runs automatically ..................... https://docs.truemetriks.com/platform-installs/custom/#what-runs-automatically
    The tracker API ............................. https://docs.truemetriks.com/platform-installs/custom/#the-tracker-api
    window.tmFireEvent(name, customData, userData)
      https://docs.truemetriks.com/platform-installs/custom/#windowtmfireeventname-customdata-userdata
    window.tmIdentify(email, traits) ............ https://docs.truemetriks.com/platform-installs/custom/#windowtmidentifyemail-traits
    window.tmOrder = ............................ https://docs.truemetriks.com/platform-installs/custom/#windowtmorder
    Purchases in upsell funnels ................. https://docs.truemetriks.com/platform-installs/custom/#purchases-in-upsell-funnels
    Standard events ............................. https://docs.truemetriks.com/platform-installs/custom/#standard-events
    Lead ........................................ https://docs.truemetriks.com/platform-installs/custom/#lead
    Schedule .................................... https://docs.truemetriks.com/platform-installs/custom/#schedule
    Custom events ............................... https://docs.truemetriks.com/platform-installs/custom/#custom-events
    Framework notes ............................. https://docs.truemetriks.com/platform-installs/custom/#framework-notes
    Plain HTML / Webflow / static site .......... https://docs.truemetriks.com/platform-installs/custom/#plain-html-webflow-static-site
    React (Next.js) ............................. https://docs.truemetriks.com/platform-installs/custom/#react-nextjs
    React (Vite / Create React App) ............. https://docs.truemetriks.com/platform-installs/custom/#react-vite-create-react-app
    Vue (Nuxt 3) ................................ https://docs.truemetriks.com/platform-installs/custom/#vue-nuxt-3
    Astro / Svelte / Solid / other .............. https://docs.truemetriks.com/platform-installs/custom/#astro-svelte-solid-other
    Verifying the install ....................... https://docs.truemetriks.com/platform-installs/custom/#verifying-the-install
    VIDEO, How to install TrueMetriks tracking on a custom website
      https://docs.truemetriks.com/platform-installs/custom/#video-guide

  Other platforms
    The guide ................................... https://docs.truemetriks.com/platform-installs/other/
    Request your integration .................... https://docs.truemetriks.com/platform-installs/other/#request-your-integration
    What happens next ........................... https://docs.truemetriks.com/platform-installs/other/#what-happens-next

  Test your integration
    The guide ................................... https://docs.truemetriks.com/platform-installs/test-your-integration/
    Video walkthrough ........................... https://docs.truemetriks.com/platform-installs/test-your-integration/#video-walkthrough
    Quick checklist ............................. https://docs.truemetriks.com/platform-installs/test-your-integration/#quick-checklist
    Where to look in your dashboard ............. https://docs.truemetriks.com/platform-installs/test-your-integration/#where-to-look-in-your-dashboard
    Still not working? .......................... https://docs.truemetriks.com/platform-installs/test-your-integration/#still-not-working
    VIDEO, How to test your TrueMetriks integration
      https://docs.truemetriks.com/platform-installs/test-your-integration/#video-walkthrough

  Facebook Pixel and Conversions API
    The guide ................................... https://docs.truemetriks.com/ad-integrations/facebook/
    Connect Facebook ............................ https://docs.truemetriks.com/ad-integrations/facebook/#connect-facebook
    Step 1 - Click Connect Facebook in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#step-1-click-connect-facebook-in-truemetriks
    Step 2 - Confirm your Facebook account ...... https://docs.truemetriks.com/ad-integrations/facebook/#step-2-confirm-your-facebook-account
    Step 3 - Choose which Businesses to share ... https://docs.truemetriks.com/ad-integrations/facebook/#step-3-choose-which-businesses-to-share
    Step 4 - Pick the Business portfolios (only if you chose "current only")
      https://docs.truemetriks.com/ad-integrations/facebook/#step-4-pick-the-business-portfolios-only-if-you-chose-current-only
    Step 5 - Review the permission grant ........ https://docs.truemetriks.com/ad-integrations/facebook/#step-5-review-the-permission-grant
    Step 6 - Confirmation, then back to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#step-6-confirmation-then-back-to-truemetriks
    Select your pixel ........................... https://docs.truemetriks.com/ad-integrations/facebook/#select-your-pixel
    Step 1 - Click Add pixel .................... https://docs.truemetriks.com/ad-integrations/facebook/#step-1-click-add-pixel
    Step 2 - Pick the pixel from the dropdown ... https://docs.truemetriks.com/ad-integrations/facebook/#step-2-pick-the-pixel-from-the-dropdown
    Step 3 - Review the Allowed events list ..... https://docs.truemetriks.com/ad-integrations/facebook/#step-3-review-the-allowed-events-list
    Custom events ............................... https://docs.truemetriks.com/ad-integrations/facebook/#custom-events
    Step 1 - Click Create ....................... https://docs.truemetriks.com/ad-integrations/facebook/#step-1-click-create
    Step 2 - Fill in the Create custom event popup
      https://docs.truemetriks.com/ad-integrations/facebook/#step-2-fill-in-the-create-custom-event-popup
    Step 3 - Save changes to create it in Facebook
      https://docs.truemetriks.com/ad-integrations/facebook/#step-3-save-changes-to-create-it-in-facebook
    Step 4 - Confirm the Custom Conversion appears in Facebook
      https://docs.truemetriks.com/ad-integrations/facebook/#step-4-confirm-the-custom-conversion-appears-in-facebook
    Step 5 - Add the conversion as a column in Ads Manager
      https://docs.truemetriks.com/ad-integrations/facebook/#step-5-add-the-conversion-as-a-column-in-ads-manager
    Step 6 - Read the column on every campaign row
      https://docs.truemetriks.com/ad-integrations/facebook/#step-6-read-the-column-on-every-campaign-row
    Important gotchas ........................... https://docs.truemetriks.com/ad-integrations/facebook/#important-gotchas
    Product filter .............................. https://docs.truemetriks.com/ad-integrations/facebook/#product-filter
    Why this is useful .......................... https://docs.truemetriks.com/ad-integrations/facebook/#why-this-is-useful
    Catalog ..................................... https://docs.truemetriks.com/ad-integrations/facebook/#catalog
    What you need before connecting ............. https://docs.truemetriks.com/ad-integrations/facebook/#what-you-need-before-connecting
    Step 1 - Click Connect Facebook Catalog ..... https://docs.truemetriks.com/ad-integrations/facebook/#step-1-click-connect-facebook-catalog
    Step 2 - Authorize through Meta OAuth ....... https://docs.truemetriks.com/ad-integrations/facebook/#step-2-authorize-through-meta-oauth
    Step 3 - Create a new catalog or connect an existing one
      https://docs.truemetriks.com/ad-integrations/facebook/#step-3-create-a-new-catalog-or-connect-an-existing-one
    Step 4 - Find your catalog in Meta Commerce Manager
      https://docs.truemetriks.com/ad-integrations/facebook/#step-4-find-your-catalog-in-meta-commerce-manager
    Step 5 - Connect the pixel as the catalog's event source
      https://docs.truemetriks.com/ad-integrations/facebook/#step-5-connect-the-pixel-as-the-catalogs-event-source
    Step 6 - Watch the catalog match rate climb . https://docs.truemetriks.com/ad-integrations/facebook/#step-6-watch-the-catalog-match-rate-climb
    Connect a catalog on Shopify ................ https://docs.truemetriks.com/ad-integrations/facebook/#connect-a-catalog-on-shopify
    Connect a catalog on WordPress / WooCommerce  https://docs.truemetriks.com/ad-integrations/facebook/#connect-a-catalog-on-wordpress-woocommerce
    Other platforms ............................. https://docs.truemetriks.com/ad-integrations/facebook/#other-platforms
    Lead forms and DM ads ....................... https://docs.truemetriks.com/ad-integrations/facebook/#lead-forms-and-dm-ads
    What gets recorded .......................... https://docs.truemetriks.com/ad-integrations/facebook/#what-gets-recorded
    Connect your Page ........................... https://docs.truemetriks.com/ad-integrations/facebook/#connect-your-page
    What you must set up on the Instagram side .. https://docs.truemetriks.com/ad-integrations/facebook/#what-you-must-set-up-on-the-instagram-side
    How the person's email reaches you .......... https://docs.truemetriks.com/ad-integrations/facebook/#how-the-persons-email-reaches-you
    Comments on your ads, and comment-to-DM ads . https://docs.truemetriks.com/ad-integrations/facebook/#comments-on-your-ads-and-comment-to-dm-ads
    Disconnecting a Page ........................ https://docs.truemetriks.com/ad-integrations/facebook/#disconnecting-a-page
    What to do on Facebook's side, in one list .. https://docs.truemetriks.com/ad-integrations/facebook/#what-to-do-on-facebooks-side-in-one-list
    Good to know ................................ https://docs.truemetriks.com/ad-integrations/facebook/#good-to-know
    How to test ................................. https://docs.truemetriks.com/ad-integrations/facebook/#how-to-test
    Step 1 - Click Open in Facebook in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#step-1-click-open-in-facebook-in-truemetriks
    Step 2 - You land on Datasets, with your pixel selected and the Test events tab active
      https://docs.truemetriks.com/ad-integrations/facebook/#step-2-you-land-on-datasets-with-your-pixel-selected-and-the-test-events-tab-active
    Step 3 - Pick Website in the Select channel dropdown
      https://docs.truemetriks.com/ad-integrations/facebook/#step-3-pick-website-in-the-select-channel-dropdown
    Step 4 - Copy your unique test code ......... https://docs.truemetriks.com/ad-integrations/facebook/#step-4-copy-your-unique-test-code
    Step 5 - Paste the code back into TrueMetriks and save
      https://docs.truemetriks.com/ad-integrations/facebook/#step-5-paste-the-code-back-into-truemetriks-and-save
    Step 6 - Browse your site and watch events arrive
      https://docs.truemetriks.com/ad-integrations/facebook/#step-6-browse-your-site-and-watch-events-arrive
    After the test - the code expires automatically
      https://docs.truemetriks.com/ad-integrations/facebook/#after-the-test-the-code-expires-automatically
    Troubleshooting ............................. https://docs.truemetriks.com/ad-integrations/facebook/#troubleshooting
    VIDEO, How to connect Facebook to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#connect-facebook
    VIDEO, How to select your pixel in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#select-your-pixel
    VIDEO, How to create a custom event mapping in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#custom-events
    VIDEO, How to use custom event mappings to bypass Facebook's restricted-category limits
      https://docs.truemetriks.com/ad-integrations/facebook/#custom-events
    VIDEO, How the Purchase product filter works in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#product-filter
    VIDEO, How to connect a Facebook catalog in TrueMetriks (plus the automatic WooCommerce path)
      https://docs.truemetriks.com/ad-integrations/facebook/#what-you-need-before-connecting
    VIDEO, How to connect a Shopify catalog to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#connect-a-catalog-on-shopify
    VIDEO, How to test your Facebook events end-to-end with TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook/#how-to-test

  Facebook video guides
    The guide ................................... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/
    Step 1 - Connect Facebook ................... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-1-connect-facebook
    Step 2 - Select your pixel .................. https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-2-select-your-pixel
    Step 3 - Custom events ...................... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-3-custom-events
    Product filter .............................. https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#product-filter
    Restricted categories ....................... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#restricted-categories
    Step 4 - Connect your Facebook catalog ...... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-4-connect-your-facebook-catalog
    Step 5 - Connect a Shopify catalog .......... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-5-connect-a-shopify-catalog
    Step 6 - Test your events ................... https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-6-test-your-events
    VIDEO, How to connect Facebook to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-1-connect-facebook
    VIDEO, How to select your pixel in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-2-select-your-pixel
    VIDEO, How to create a custom event mapping in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-3-custom-events
    VIDEO, How the Purchase product filter works in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#product-filter
    VIDEO, How to use custom event mappings to bypass Facebook's restricted-category limits
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#restricted-categories
    VIDEO, How to connect a Facebook catalog in TrueMetriks (plus the automatic WooCommerce path)
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-4-connect-your-facebook-catalog
    VIDEO, How to connect a Shopify catalog to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-5-connect-a-shopify-catalog
    VIDEO, How to test your Facebook events end-to-end with TrueMetriks
      https://docs.truemetriks.com/ad-integrations/facebook-video-guides/#step-6-test-your-events

  Google Ads
    The guide ................................... https://docs.truemetriks.com/ad-integrations/google-ads/
    Connect Google Ads .......................... https://docs.truemetriks.com/ad-integrations/google-ads/#connect-google-ads
    Step 1 - Click Connect Google Ads in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads/#step-1-click-connect-google-ads-in-truemetriks
    Step 2 - Choose your Google account ......... https://docs.truemetriks.com/ad-integrations/google-ads/#step-2-choose-your-google-account
    Step 3 - Confirm the account for TrueMetriks  https://docs.truemetriks.com/ad-integrations/google-ads/#step-3-confirm-the-account-for-truemetriks
    Step 4 - Approve Google Ads access .......... https://docs.truemetriks.com/ad-integrations/google-ads/#step-4-approve-google-ads-access
    Import your ad account ...................... https://docs.truemetriks.com/ad-integrations/google-ads/#import-your-ad-account
    Step 1 - Click Add ad accounts .............. https://docs.truemetriks.com/ad-integrations/google-ads/#step-1-click-add-ad-accounts
    Step 2 - Pick the account in the popup and click Import
      https://docs.truemetriks.com/ad-integrations/google-ads/#step-2-pick-the-account-in-the-popup-and-click-import
    Step 3 - Your account card appears .......... https://docs.truemetriks.com/ad-integrations/google-ads/#step-3-your-account-card-appears
    Add conversion action goals ................. https://docs.truemetriks.com/ad-integrations/google-ads/#add-conversion-action-goals
    Step 1 - Click Add conversion action goal ... https://docs.truemetriks.com/ad-integrations/google-ads/#step-1-click-add-conversion-action-goal
    Step 2 - Fill in the Add conversion action goal popup
      https://docs.truemetriks.com/ad-integrations/google-ads/#step-2-fill-in-the-add-conversion-action-goal-popup
    Step 3 - The goal is staged, not created yet  https://docs.truemetriks.com/ad-integrations/google-ads/#step-3-the-goal-is-staged-not-created-yet
    Step 4 - Click Save changes to create it in Google Ads
      https://docs.truemetriks.com/ad-integrations/google-ads/#step-4-click-save-changes-to-create-it-in-google-ads
    Step 5 - Confirm the goal inside Google Ads . https://docs.truemetriks.com/ad-integrations/google-ads/#step-5-confirm-the-goal-inside-google-ads
    Product filter .............................. https://docs.truemetriks.com/ad-integrations/google-ads/#product-filter
    Why this is useful .......................... https://docs.truemetriks.com/ad-integrations/google-ads/#why-this-is-useful
    How to test that conversions are flowing .... https://docs.truemetriks.com/ad-integrations/google-ads/#how-to-test-that-conversions-are-flowing
    Step 1 - Install the tracker and run a test . https://docs.truemetriks.com/ad-integrations/google-ads/#step-1-install-the-tracker-and-run-a-test
    Step 2 - Open Goals > Conversions > Summary in Google Ads
      https://docs.truemetriks.com/ad-integrations/google-ads/#step-2-open-goals-conversions-summary-in-google-ads
    Step 3 - Hover the Recent conversions status  https://docs.truemetriks.com/ad-integrations/google-ads/#step-3-hover-the-recent-conversions-status
    Step 4 - Read the Data quality page ......... https://docs.truemetriks.com/ad-integrations/google-ads/#step-4-read-the-data-quality-page
    Remove or recreate a goal ................... https://docs.truemetriks.com/ad-integrations/google-ads/#remove-or-recreate-a-goal
    Remove a goal ............................... https://docs.truemetriks.com/ad-integrations/google-ads/#remove-a-goal
    Recreate a conversion action you removed in Google Ads
      https://docs.truemetriks.com/ad-integrations/google-ads/#recreate-a-conversion-action-you-removed-in-google-ads
    VIDEO, How to connect Google Ads to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads/#connect-google-ads
    VIDEO, How to import your Google Ads account and add conversion action goals in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads/#import-your-ad-account
    VIDEO, How the Purchase product filter works in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads/#product-filter
    VIDEO, How to test that Google Ads conversions are flowing end-to-end with TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads/#how-to-test-that-conversions-are-flowing
    VIDEO, How to remove or recreate a Google Ads conversion action goal in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads/#remove-or-recreate-a-goal

  Google Ads video guides
    The guide ................................... https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/
    Step 1 - Connect Google Ads ................. https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#step-1-connect-google-ads
    Step 2 - Pick the customer account and create conversion actions
      https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#step-2-pick-the-customer-account-and-create-conversion-actions
    Step 3 - Test that conversions are flowing .. https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#step-3-test-that-conversions-are-flowing
    Remove or recreate a goal ................... https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#remove-or-recreate-a-goal
    Product filter .............................. https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#product-filter
    VIDEO, How to connect Google Ads to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#step-1-connect-google-ads
    VIDEO, How to import your Google Ads account and add conversion action goals in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#step-2-pick-the-customer-account-and-create-conversion-actions
    VIDEO, How to test that Google Ads conversions are flowing end-to-end with TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#step-3-test-that-conversions-are-flowing
    VIDEO, How to remove or recreate a Google Ads conversion action goal in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#remove-or-recreate-a-goal
    VIDEO, How the Purchase product filter works in TrueMetriks
      https://docs.truemetriks.com/ad-integrations/google-ads-video-guides/#product-filter

  Google Ads passkey
    The guide ................................... https://docs.truemetriks.com/ad-integrations/google-ads-passkey/
    What changed ................................ https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#what-changed
    Do I need to do this? ....................... https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#do-i-need-to-do-this
    Create your passkey ......................... https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#create-your-passkey
    Step 1 - Open your passkeys page ............ https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#step-1-open-your-passkeys-page
    Step 2 - Click Create a passkey ............. https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#step-2-click-create-a-passkey
    Step 3 - Choose where to save it ............ https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#step-3-choose-where-to-save-it
    Step 4 - Approve it, or wait up to 7 days ... https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#step-4-approve-it-or-wait-up-to-7-days
    Now come back and connect ................... https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#now-come-back-and-connect
    Troubleshooting ............................. https://docs.truemetriks.com/ad-integrations/google-ads-passkey/#troubleshooting

  TikTok Pixel and Events API
    The guide ................................... https://docs.truemetriks.com/ad-integrations/tiktok/
    Connect TikTok .............................. https://docs.truemetriks.com/ad-integrations/tiktok/#connect-tiktok
    Step 1 - Open Settings and the Tracking tab . https://docs.truemetriks.com/ad-integrations/tiktok/#step-1-open-settings-and-the-tracking-tab
    Step 2 - Click Connect TikTok Ads ........... https://docs.truemetriks.com/ad-integrations/tiktok/#step-2-click-connect-tiktok-ads
    Step 3 - Confirm the permission grant ....... https://docs.truemetriks.com/ad-integrations/tiktok/#step-3-confirm-the-permission-grant
    Step 4 - You land back on TrueMetriks, Connected
      https://docs.truemetriks.com/ad-integrations/tiktok/#step-4-you-land-back-on-truemetriks-connected
    Select your pixel ........................... https://docs.truemetriks.com/ad-integrations/tiktok/#select-your-pixel
    Step 1 - Click Add pixel .................... https://docs.truemetriks.com/ad-integrations/tiktok/#step-1-click-add-pixel
    Step 2 - Pick the pixel from the dropdown ... https://docs.truemetriks.com/ad-integrations/tiktok/#step-2-pick-the-pixel-from-the-dropdown
    Step 3 - Review the Allowed events, then Save changes
      https://docs.truemetriks.com/ad-integrations/tiktok/#step-3-review-the-allowed-events-then-save-changes
    How to test ................................. https://docs.truemetriks.com/ad-integrations/tiktok/#how-to-test
    Step 1 - Install the TikTok Pixel Helper .... https://docs.truemetriks.com/ad-integrations/tiktok/#step-1-install-the-tiktok-pixel-helper
    Step 2 - Get your test event code from TikTok
      https://docs.truemetriks.com/ad-integrations/tiktok/#step-2-get-your-test-event-code-from-tiktok
    Step 3 - Paste the code into TrueMetriks and Save
      https://docs.truemetriks.com/ad-integrations/tiktok/#step-3-paste-the-code-into-truemetriks-and-save
    Step 4 - Browse your site and watch the events
      https://docs.truemetriks.com/ad-integrations/tiktok/#step-4-browse-your-site-and-watch-the-events
    Step 5 - Confirm Purchase is firing ......... https://docs.truemetriks.com/ad-integrations/tiktok/#step-5-confirm-purchase-is-firing
    VIDEO, How to connect TikTok to TrueMetriks . https://docs.truemetriks.com/ad-integrations/tiktok/#connect-tiktok
    VIDEO, How to test your TikTok events ....... https://docs.truemetriks.com/ad-integrations/tiktok/#how-to-test

  TikTok video guides
    The guide ................................... https://docs.truemetriks.com/ad-integrations/tiktok-video-guides/
    Connect TikTok .............................. https://docs.truemetriks.com/ad-integrations/tiktok-video-guides/#connect-tiktok
    Test your TikTok events ..................... https://docs.truemetriks.com/ad-integrations/tiktok-video-guides/#test-your-tiktok-events
    VIDEO, How to connect TikTok to TrueMetriks . https://docs.truemetriks.com/ad-integrations/tiktok-video-guides/#connect-tiktok
    VIDEO, How to test your TikTok events ....... https://docs.truemetriks.com/ad-integrations/tiktok-video-guides/#test-your-tiktok-events

  GA4 (Google Analytics 4)
    The guide ................................... https://docs.truemetriks.com/ad-integrations/ga4/
    Add a GA4 property in TrueMetriks ........... https://docs.truemetriks.com/ad-integrations/ga4/#add-a-ga4-property-in-truemetriks
    Copy the Measurement ID from GA4 ............ https://docs.truemetriks.com/ad-integrations/ga4/#copy-the-measurement-id-from-ga4
    Step 1 - Click Admin in the left rail ....... https://docs.truemetriks.com/ad-integrations/ga4/#step-1-click-admin-in-the-left-rail
    Step 2 - Click Data streams under "Data collection and modification"
      https://docs.truemetriks.com/ad-integrations/ga4/#step-2-click-data-streams-under-data-collection-and-modification
    Step 3 - Add a Web stream (only if you don't already have one)
      https://docs.truemetriks.com/ad-integrations/ga4/#step-3-add-a-web-stream-only-if-you-dont-already-have-one
    Step 4 - Click into the web stream .......... https://docs.truemetriks.com/ad-integrations/ga4/#step-4-click-into-the-web-stream
    Step 5 - Copy the Measurement ID ............ https://docs.truemetriks.com/ad-integrations/ga4/#step-5-copy-the-measurement-id
    Create an API Secret in GA4 ................. https://docs.truemetriks.com/ad-integrations/ga4/#create-an-api-secret-in-ga4
    Step 1 - Scroll to Measurement Protocol API secrets
      https://docs.truemetriks.com/ad-integrations/ga4/#step-1-scroll-to-measurement-protocol-api-secrets
    Step 2 - Click Create ....................... https://docs.truemetriks.com/ad-integrations/ga4/#step-2-click-create
    Step 3 - Give it a nickname and click Create  https://docs.truemetriks.com/ad-integrations/ga4/#step-3-give-it-a-nickname-and-click-create
    Step 4 - Copy the secret value .............. https://docs.truemetriks.com/ad-integrations/ga4/#step-4-copy-the-secret-value
    Save the property in TrueMetriks ............ https://docs.truemetriks.com/ad-integrations/ga4/#save-the-property-in-truemetriks
    Event mapping ............................... https://docs.truemetriks.com/ad-integrations/ga4/#event-mapping
    How to verify events are flowing ............ https://docs.truemetriks.com/ad-integrations/ga4/#how-to-verify-events-are-flowing
    Method 1 - Realtime overview in GA4 ......... https://docs.truemetriks.com/ad-integrations/ga4/#method-1-realtime-overview-in-ga4
    Method 2 - GA4 DebugView .................... https://docs.truemetriks.com/ad-integrations/ga4/#method-2-ga4-debugview
    VIDEO, How to connect Google Analytics 4 to TrueMetriks
      https://docs.truemetriks.com/ad-integrations/ga4/#add-a-ga4-property-in-truemetriks
    VIDEO, How to test that GA4 events are flowing end-to-end with TrueMetriks
      https://docs.truemetriks.com/ad-integrations/ga4/#how-to-verify-events-are-flowing

  Chrome Extension
    The guide ................................... https://docs.truemetriks.com/features/chrome-extension/
    What it does ................................ https://docs.truemetriks.com/features/chrome-extension/#what-it-does
    Install it .................................. https://docs.truemetriks.com/features/chrome-extension/#install-it
    Why a campaign can be bigger than its ad sets added up
      https://docs.truemetriks.com/features/chrome-extension/#why-a-campaign-can-be-bigger-than-its-ad-sets-added-up
    The eight cells ............................. https://docs.truemetriks.com/features/chrome-extension/#the-eight-cells
    The toolbar controls ........................ https://docs.truemetriks.com/features/chrome-extension/#the-toolbar-controls
    Attribution ................................. https://docs.truemetriks.com/features/chrome-extension/#attribution
    Audience .................................... https://docs.truemetriks.com/features/chrome-extension/#audience
    Columns ..................................... https://docs.truemetriks.com/features/chrome-extension/#columns
    Date ........................................ https://docs.truemetriks.com/features/chrome-extension/#date
    Refresh and the status dot .................. https://docs.truemetriks.com/features/chrome-extension/#refresh-and-the-status-dot
    Hide cells .................................. https://docs.truemetriks.com/features/chrome-extension/#hide-cells
    Google Ads: enable the ID columns first (required)
      https://docs.truemetriks.com/features/chrome-extension/#google-ads-enable-the-id-columns-first-required
    Step 1 - open Modify columns ................ https://docs.truemetriks.com/features/chrome-extension/#step-1-open-modify-columns
    Step 2 - search the ID and add it ........... https://docs.truemetriks.com/features/chrome-extension/#step-2-search-the-id-and-add-it
    Step 3 - repeat on all three views .......... https://docs.truemetriks.com/features/chrome-extension/#step-3-repeat-on-all-three-views
    Why these numbers beat the platform's own ... https://docs.truemetriks.com/features/chrome-extension/#why-these-numbers-beat-the-platforms-own
    Plan availability ........................... https://docs.truemetriks.com/features/chrome-extension/#plan-availability
    Good to know ................................ https://docs.truemetriks.com/features/chrome-extension/#good-to-know
    VIDEO, How the TrueMetriks Ad Overlay Chrome extension works
      https://docs.truemetriks.com/features/chrome-extension/#video-walkthrough


  Section overviews
    Pick an install path ........................ https://docs.truemetriks.com/platform-installs/
    Pick an ad platform ......................... https://docs.truemetriks.com/ad-integrations/

  Optional, only after the setup is done
    Stripe ...................................... https://docs.truemetriks.com/payment-integrations/stripe/
    Whop ........................................ https://docs.truemetriks.com/payment-integrations/whop/
    PayPal ...................................... https://docs.truemetriks.com/payment-integrations/paypal/
    Calendly .................................... https://docs.truemetriks.com/form-integrations/calendly/
    Typeform .................................... https://docs.truemetriks.com/form-integrations/typeform/
    Microsoft Clarity ........................... https://docs.truemetriks.com/session-replay/clarity/
    Webhooks .................................... https://docs.truemetriks.com/integrations/webhooks/
    UTM builder ................................. https://docs.truemetriks.com/dashboard/utm-builder/
    Cross-domain tracking ....................... https://docs.truemetriks.com/features/cross-domain-tracking/
    Cross-domain with Shopify ................... https://docs.truemetriks.com/platform-installs/shopify-cross-domain/

  When something is wrong
    Troubleshooting ............................. https://docs.truemetriks.com/troubleshooting/common-issues/
    Support ..................................... [email protected]

  The app
    Sign up ..................................... https://app.truemetriks.com/signup
    Log in ...................................... https://app.truemetriks.com/login
    Chrome Web Store listing .................... https://chromewebstore.google.com/detail/truemetriks-ad-overlay/hfkmfhbidmgfpfnignikimdniaebppdc

Start now by asking me the three questions.

What it will and will not do

It walks you through your domain and CNAME, the tracking install for your platform, your ad platforms, and the Chrome extension, and it stops there. Payments, forms, session replay and webhooks are offered as links at the end rather than dragged into the walkthrough, so the setup stays short.

It reads you steps and hands you links. It never touches your account, so nothing in the chat needs your password or any key, and the prompt tells the AI not to ask for one. If yours does anyway, that is your cue to close the tab.

If your platform is not on the list

WordPress, Shopify, GoHighLevel, ClickFunnels and custom sites are all covered. Anything else, and the prompt sends you to Other platforms rather than letting the AI improvise an install. Tell us what you are on and we build the integration for you free, on a trial or a paid plan.

Prefer to do it yourself?

The same ground is covered by hand in the setup roadmap, which links out to every step in order.

Frequently asked questions

Which AI can I use this with?

Any of them. ChatGPT, Claude, Gemini, Copilot, Cursor, whatever you already use. The prompt is plain text and needs no account with us, no key, and no setup on the AI's side.

Does the AI need access to my TrueMetriks account?

No. It only reads you the steps and hands you links. You stay the one clicking in your own dashboard, so never paste a password or a key into the chat, and the prompt tells the AI never to ask for one.

Can it show me videos instead of reading steps to me?

Yes. Every step offers you the choice, and the prompt carries the exact link to each video guide, so picking the video gets you a link that opens on that video rather than at the top of a page.

What if my platform is not one of the supported ones?

The prompt tells the AI to send you to Other platforms, where you request your integration. We build it for you free, on a trial or a paid plan, and usually reply within 24 hours.

Does it cover Stripe, Whop, Calendly and the rest?

The guided walkthrough stops once your tracking, ad platforms and Chrome extension are done, so it stays focused. At the end it offers you the links to the payment, form, session replay and webhook guides if you want them.

Need help with this?

Reach us instantly on WhatsApp, or send us a message and we will get back to you. On workdays we usually respond in less than 24 hours.

or send us a message