mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update youtube_status.php
added FB lead pixel
This commit is contained in:
parent
d44a02f425
commit
fbe92c6411
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
<?php js_start() ?>
|
||||
if(!localStorage.getItem('status_token')){
|
||||
ga('send', 'event', 'YT Sync', '<?php echo $isSyncAgreed ? "pending" : "queued" ?>', '');
|
||||
fbq('track', 'Lead');
|
||||
}
|
||||
<?php js_end() ?>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue