This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
commit bafec35ab428035af7541413cbd621fadbf80e8d Author: Xiang Fu <[email protected]> AuthorDate: Fri Jan 31 16:56:59 2020 -0800 Adding twitter website tag for @ApachePinot twitter analytics --- download/index.html | 12 ++++++++++++ index.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/download/index.html b/download/index.html index 066abd7..f231d27 100644 --- a/download/index.html +++ b/download/index.html @@ -223,5 +223,17 @@ =================================================--> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="../assets/js/bootstrap.min.js"></script> + +<!-- Twitter universal website tag code --> +<script> + !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); + },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js', + a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); + // Insert Twitter Pixel ID and Standard Event data below + twq('init','o32bu'); + twq('track','PageView'); +</script> +<!-- End Twitter universal website tag code --> + </body> </html> diff --git a/index.html b/index.html index f9094c4..a07e4ab 100644 --- a/index.html +++ b/index.html @@ -229,5 +229,17 @@ =================================================--> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> + +<!-- Twitter universal website tag code --> +<script> + !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments); + },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js', + a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script'); + // Insert Twitter Pixel ID and Standard Event data below + twq('init','o32bu'); + twq('track','PageView'); +</script> +<!-- End Twitter universal website tag code --> + </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
