34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
namespace PixelYourSite;
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly.
|
|
}
|
|
|
|
?>
|
|
|
|
<div class="wrap" id="pys">
|
|
<h1><?php _e( 'PixelYourSite', 'pys' ); ?></h1>
|
|
<div class="pys_stat">
|
|
<div class="row">
|
|
<div class="col">
|
|
<h2 class="section-title">EDD Reports <?php renderProBadge(); ?></h2>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="row" style="padding:40px">
|
|
<div class="col text-center">
|
|
<p >With PixelYourSite Professional you can find out what ads generate your Easy Digital Downloads orders using UTMs, discover your traffic sources and landing pages.
|
|
</p>
|
|
<h3 class="text-center" style="margin-top:40px">Get detailed info about products sold by each campaign, ad set, or ad</h3>
|
|
<a href="https://www.pixelyoursite.com/easy-digital-downloads-first-party-reports/?utm_source=free-plugin-reports-page-edd&utm_medium=free-plugin-reports-page-edd&utm_campaign=free-plugin-reports-edd&utm_content=free-plugin-reports-page-edd&utm_term=free-plugin-reports-page-edd"
|
|
target="_blank" class="btn btn-save" style="margin-top:30px">Click to find more</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|