mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
add facebook pixel
This commit is contained in:
parent
adf28abdd3
commit
3ed0c34c97
@ -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.
|
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 Play Services](https://policies.google.com/terms)
|
||||||
- [Google Analytics for Firebase](https://firebase.google.com/terms/analytics)
|
- [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)
|
- [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics)
|
||||||
- [Stripe](https://stripe.com/en-ca/privacy)
|
- [Stripe](https://stripe.com/en-ca/privacy)
|
||||||
- [MongoDB Realm](https://www.mongodb.com/legal/privacy-policy-aug-27-2013)
|
- [MongoDB Realm](https://www.mongodb.com/legal/privacy-policy-aug-27-2013)
|
||||||
|
|||||||
@ -4,7 +4,7 @@ openToc: false
|
|||||||
enableLinkPreview: true
|
enableLinkPreview: true
|
||||||
enableLatex: true
|
enableLatex: true
|
||||||
tagline: Note-taking for internet browsing
|
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:
|
page_title:
|
||||||
"Fleeting Notes"
|
"Fleeting Notes"
|
||||||
links:
|
links:
|
||||||
|
|||||||
@ -63,5 +63,22 @@
|
|||||||
content,
|
content,
|
||||||
}))
|
}))
|
||||||
</script>
|
</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>
|
</head>
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user