Title: crauser's Replies | WordPress.org

---

# crauser

  [  ](https://wordpress.org/support/users/crauser/)

 *   [Profile](https://wordpress.org/support/users/crauser/)
 *   [Topics Started](https://wordpress.org/support/users/crauser/topics/)
 *   [Replies Created](https://wordpress.org/support/users/crauser/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/crauser/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/crauser/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/crauser/engagements/)
 *   [Favorites](https://wordpress.org/support/users/crauser/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/crauser/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/crauser/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Portfolio, Photo Gallery & Post Grid] Why the views are counting by 4?](https://wordpress.org/support/topic/why-the-views-are-counting-by-4/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/why-the-views-are-counting-by-4/#post-14935974)
 * The problem cames for the AMP plugin, what do yo recommend in this case? I would
   like not to stop using that plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Portfolio, Photo Gallery & Post Grid] Why the views are counting by 4?](https://wordpress.org/support/topic/why-the-views-are-counting-by-4/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/why-the-views-are-counting-by-4/#post-14917978)
 * Ok, I will do that. I’ll let you know when I run the tests.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Microsoft Clarity] net::ERR_ABORTED 499](https://wordpress.org/support/topic/neterr_aborted-499/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/neterr_aborted-499/#post-14902906)
 * Yes, I start reciving data, but the error is still there I upload a screen capture
   so you know what I’m talking about.
 * [https://ibb.co/r606q3z](https://ibb.co/r606q3z)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Generate invoice only when company name field is filled in](https://wordpress.org/support/topic/generate-invoice-only-when-company-name-field-is-filled-in/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/generate-invoice-only-when-company-name-field-is-filled-in/#post-14056324)
 * Hi, I’ll try it out and get back to you shortly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Only send pdf invoice for some products](https://wordpress.org/support/topic/only-send-pdf-invoice-for-some-products/)
 *  [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/only-send-pdf-invoice-for-some-products/#post-14050643)
 * Hi, I have used the following code to avoid attaching invoices if the company
   name data is missing, but what I really want, is that the invoice is not generated
   if the field comes empty. Any ideas?
 * add_filter( ‘wpo_wcpdf_custom_attachment_condition’, ‘wpo_wcpdf_invoice_attachment_condition’,
   100, 4 );
    function wpo_wcpdf_invoice_attachment_condition( $condition, $order,
   $status, $template_type ) { // only apply condition to invoices if ($template_type
   == ‘invoice’) { $billing_company = $order->get_billing_company(); // do not attach
   invoice if billing company is not filled in if (empty($billing_company)) { $condition
   = false; } }
 *  return $condition;
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13567899)
 * I did everything and I don’t know what else to do, the tag is ok but the events
   doesn’t register in analytics what should I do
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13561773)
 * I’ve been testing and by selecting “Yes, with google analytics” in complianz 
   and removing the code <script type=”text/javascript” async src=”[https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-1″></script&gt](https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-1″></script&gt);
   the problems looks to be solve. But I don´t if that is ok.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13561721)
 * Yes but not yes. what I mean is that I don’t see the duplicate tag for analytics
   thats good, but the option of marketing cookie acceptance in the banner unpear
   and I don’t want that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13533790)
 * Hello again. I did it but now I have 2 questions. What about the anonymize IP?
   I can’t see that, is that good? and what about the acceptance of analytics cookies
   in the banner? it doesn’t show up.
 * Thanks again for you help and you patience!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13514094)
 * I add the code using “class=”cmplz-native” type=”text/javascript” just like you
   suggest but shows again de duplicate tag. I should add the code using the scripts
   center od complianz?
 * sorry for bother you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13513977)
 * I did it the fisrt one, but this error appears after accept all cookies “Invalid
   call to gtag(), the Global site snippet is not installed”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Duplicate tag for analytics](https://wordpress.org/support/topic/duplicate-tag-for-analytics/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/duplicate-tag-for-analytics/#post-13513310)
 * Ok, I answered “Yes, with google analytics” to that question. So in that case
   I should add the analytics tracking code to my web site or not?
 * Leave the screen capture
    [https://pasteboard.co/JuQ72oB.jpg](https://pasteboard.co/JuQ72oB.jpg)
 * this is the tracking code I added using de plugin “Header Footer Code Manager”
 * <!– Global site tag (gtag.js) – Google Analytics –>
    <script async src=”[https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-X”></script&gt](https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-X”></script&gt);
   <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.
   push(arguments);} gtag(‘js’, new Date());
 *  gtag(‘config’, ‘UA-XXXXXXX-X’);
    </script>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Complianz is not blocking the cookies](https://wordpress.org/support/topic/complianz-is-not-blocking-the-cookies/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/complianz-is-not-blocking-the-cookies/#post-13505126)
 * That’s all, thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Complianz is not blocking the cookies](https://wordpress.org/support/topic/complianz-is-not-blocking-the-cookies/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/complianz-is-not-blocking-the-cookies/#post-13469172)
 * I already had it.
 * adding [https://mc.yandex.ru/metrika/watch.js](https://mc.yandex.ru/metrika/watch.js)
   to the script center
    [http://prnt.sc/upzuvg](http://prnt.sc/upzuvg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Complianz is not blocking the cookies](https://wordpress.org/support/topic/complianz-is-not-blocking-the-cookies/)
 *  Thread Starter [crauser](https://wordpress.org/support/users/crauser/)
 * (@crauser)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/complianz-is-not-blocking-the-cookies/#post-13465112)
 * I’m working with chrome, I verified and the cookies for example the google analytics
   add the personlized ID for the cliente for example ga.00000.12345 before accept
   the cookies. I appreciate if you could share a video.
 * thanks

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/crauser/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/crauser/replies/page/2/?output_format=md)