mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
analytics for android clicks
This commit is contained in:
parent
0911ec90fb
commit
b695469b27
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@
|
|||
data-analytics-label="<?php echo $analyticsLabel ?>"
|
||||
><?php echo $buttonLabel ?></a>
|
||||
<?php else: ?>
|
||||
<a href="<?php echo $downloadUrl ?>" class="btn--google-play">
|
||||
<a href="<?php echo $downloadUrl ?>" class="btn--google-play"
|
||||
data-facebook-track="1"
|
||||
data-analytics-category="Sign Up"
|
||||
data-analytics-action="Download"
|
||||
data-analytics-label="<?php echo $analyticsLabel ?>"
|
||||
>
|
||||
<img alt="<?php echo $buttonLabel ?>" src="https://play.google.com/intl/en_us/badges/images/badge_new.png"/>
|
||||
</a>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue