sidebar
2 months ago
appearance.php
2 months ago
date-custom-range-filter.php
2 months ago
demo-popup.php
2 months ago
demographic-chart.php
2 months ago
demographic.php
2 months ago
exclusions.php
2 months ago
ga4-dashboard.php
2 months ago
ga4-demographic-chart.php
2 months ago
gdpr-config.php
2 months ago
gdpr.php
2 months ago
purposes.php
2 months ago
demo-popup.php
28 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Demo popup view. |
| 4 | * |
| 5 | * @package GoogleAnalytics |
| 6 | */ |
| 7 | |
| 8 | if (!defined('ABSPATH')) exit; |
| 9 | |
| 10 | ?> |
| 11 | <div class="demo-enable-popup"> |
| 12 | <p> |
| 13 | We are deploying additional data from your Google Analytics account to your WordPress dashboard |
| 14 | as a free service to assist you in operating your WordPress site. |
| 15 | This will result in Google Analytics having access to data collected from Your site(s) |
| 16 | and subject to Google’s privacy policies as described in the <a |
| 17 | href="https://www.sharethis.com/publisher-terms-of-use/" target="_blank">ShareThis Publisher TOU</a>. |
| 18 | We will also use the aggregate demographic data related to your site for analytic purposes. |
| 19 | We will not sell or transfer any of the demographic data relating to your site to any other party. |
| 20 | For more information, please visit the <a |
| 21 | href="https://sharethis.com/privacy/" |
| 22 | target="_blank">ShareThis Privacy Policy</a> and <a |
| 23 | href="https://www.sharethis.com/publisher-terms-of-use/" target="_blank">Publisher TOU</a>. |
| 24 | </p> |
| 25 | <button id="enable-demographic">I accept</button> |
| 26 | <button class="close-demo-modal">Decline</button> |
| 27 | </div> |
| 28 |