add facebook pixel

This commit is contained in:
Matthew Wong 2022-05-13 19:07:57 -04:00
parent adf28abdd3
commit 3ed0c34c97
3 changed files with 19 additions and 1 deletions

View File

@ -100,6 +100,7 @@ More specifically, we may need to process your data or share your personal infor
We only share and disclose your information with the following third parties. If we have processed your data based on your consent and you wish to revoke your consent, please contact us using the contact details provided. Links to the privacy policy of third-party service providers used by the app are below.
- [Google Play Services](https://policies.google.com/terms)
- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics)
- [Facebook Pixel](https://www.facebook.com/business/m/privacy-and-data)
- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics)
- [Stripe](https://stripe.com/en-ca/privacy)
- [MongoDB Realm](https://www.mongodb.com/legal/privacy-policy-aug-27-2013)

View File

@ -4,7 +4,7 @@ openToc: false
enableLinkPreview: true
enableLatex: true
tagline: Note-taking for internet browsing
description: Fleeting Notes is a note-taking app for learning while browsing the internet. Notes are organized and discovered through the connection of ideas.
description: Fleeting Notes is a note-taking app for capturing learnings while browsing the web. Notes are organized and discovered through the connection of ideas.
page_title:
"Fleeting Notes"
links:

View File

@ -63,5 +63,22 @@
content,
}))
</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', '665534241214885');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=665534241214885&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
{{ template "_internal/google_analytics.html" . }}