Website and Tracking
Marketing Website
| Property | Value |
|---|---|
| URL | https://www.pivotapp.ca |
| Platform | Webflow |
| Admin | Chip (ciprian@pivotapp.ca) |
Tracking Codes Installed
Google Analytics 4
| Property | Value |
|---|---|
| Measurement ID | G-JJQNMRE65Y |
| Purpose | Full website analytics, conversion tracking |
| Installed | January 26, 2026 |
Access GA4 dashboard: https://analytics.google.com
Google Ads Conversion Tracking
| Property | Value |
|---|---|
| Conversion ID | AW-16987553891 |
| Purpose | Google Ads conversion tracking |
| Installed | Pre-existing |
Meta Pixel
| Property | Value |
|---|---|
| Pixel ID | 1002992620979142 |
| Purpose | Facebook/Instagram ad conversion tracking |
| Installed | January 26, 2026 |
Attributer.js
| Property | Value |
|---|---|
| Source | https://d1b3llzbo1rqxo.cloudfront.net/attributer.js |
| Purpose | Marketing attribution tracking |
Adding New Tracking Codes
- Log into Webflow (requires admin access)
- Go to Project Settings then Custom Code
- Add scripts to the Head Code section
- Save and Publish the site
Current Head Code
All tracking scripts are in the Webflow Head Code section:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16987553891"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16987553891');
gtag('config', 'G-JJQNMRE65Y');
</script>
<script type="text/javascript" src="https://d1b3llzbo1rqxo.cloudfront.net/attributer.js"></script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1002992620979142');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=1002992620979142&ev=PageView&noscript=1"/>
</noscript>
<!-- End Meta Pixel Code -->