• Resolved pantelis1984

    (@pantelis1984)


    when both advanced ads and complianz is activated, the cookie bar not show up, either the non-personalized AdSense ads.

    Is it something known?

    i get the error of js
    Uncaught ReferenceError: advanced_ads_layer_settings is not defined

    I already try to turn off all wordpress plugin for cache and minify

    A temporary solution is to complete block the layer.js from Complianz -> Intergrations -> Script Center -> (part of) URL’s or unique string from the inline scripts of third-party scripts & plugins that should be blocked before consent
    I just add:
    https://www.driverstories.gr/wp-content/plugins/advanced-ads-layer/public/assets/js/layer.js

    1) before user allow cookies, this make the banner work and after that the ads loading well,
    2) as i make it now, i cannot show any ad, even just image without accept cookies

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 33 total)
  • Thread Starter pantelis1984

    (@pantelis1984)

    Maybe i solve this issue with “Disable cookie exclusion” in complianz settings. The question now is if with this option the site is compliance with GDPR. https://www.driverstories.gr

    Thread Starter pantelis1984

    (@pantelis1984)

    Now the cookies are free and i think complianz extension not do it work

    I see in https://www.ezigdpr.com/products/gdpr-website-compliance-checker that the site is off now. So the issue still remain for GDPR compliant

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @pantelis1984,

    We will be looking into this issue the next couple of days, I will let you know hwta our progress is.

    Disabling the cookie blocker will mostly render Complianz in Safe Mode for debugging and is indeed, not compliant.

    regards Aert

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @pantelis1984,

    Disabling Google Ads/DoubleClick under Integrations should do the trick, this will unblock:

    function cmplz_advertising_script( $tags ) {
    	$tags[] = 'google_ad_client';
    	$tags[] = 'pagead/js/adsbygoogle.js';
    	$tags[] = 'doubleclick.net';
    	$tags[] = 'googlesyndication.com';
    	$tags[] = 'googleads.g.doubleclick.net';
    	$tags[] = 'advads_tracking_ads';
    	$tags[] = 'advanced_ads';

    If we’re missing something, you can a URL (or .js script file) with https://complianz.io/hook-a-function-or-method-to-a-specific-filter-action/ either as ‘normal’ or async script.

    In that case you could enable Consent method under Privacy in advanced ads and load on this cookie value. Cookie: cmplz_marketing and value: Allow.

    This should do the trick.

    regards Aert

    Thread Starter pantelis1984

    (@pantelis1984)

    The consest bar is unlocked and it is visible with that changes. But until consest is given, no ads is displayed (non-personalized AdSense ads). I have checked this option through Advanced Ads.

    1) I disable Google Ads/DoubleClick under Integrations
    2)I change under privacy of Advanced ads Cookie: cmplz_marketing and value: Allow

    I miss something?I hope Advanced ads support can check again my settings if i make any mistake in configuration

    Thread Starter pantelis1984

    (@pantelis1984)

    It’s like complianz block all iframes before consest. It blocks a facebook’s iframe too

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @pantelis1984,

    Which iFrame is specifically blocked before consent? Facebook iFramess are blocked because they contain third-party cookies. To undo blocking iFrames, you can unset a specific iFrame, or disable Facebook under Integrations > Services.

    To unset iFrames: https://complianz.io/hook-a-function-or-method-to-a-specific-filter-action/

    regards Aert

    Thread Starter pantelis1984

    (@pantelis1984)

    OK, you are right for fb. I just wonder if it is blocked advanced ads iframe as fb… But it is different situation. Then advanced ads not show ads before contest accepted. Not static ads too

    Thread Starter pantelis1984

    (@pantelis1984)

    I see that the first issue, with the conflict happends when Advanced Ads – PopUp and Layer Ads is activated. When this is activated the cookie banner of complianz not appear. Only if this is deactivated the banner work. Except that until now i cannot show any ads before the consent is given.

    Do we have any news about that?

    Thread Starter pantelis1984

    (@pantelis1984)

    maybe advanced ads support must login again and check one more time?

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @pantelis1984,

    We are now working on an integration with Advanced Ads, and are investigating the add-ons as well. I Will let you know when the beta is live.

    regards Aert

    Hi guys
    I have a similar issue. Whenever I turn off Complianz, the ads are shown normally, but once I turn it on – ads disappear.

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @bartosh16,

    Do you also have the PopUp and Layer Ads add-on activated?

    The ads are blocked before consent, due to an integration – see Integrations > Services Adsense / Doubleclick.

    regards Aert

    I don’t have this add-on.
    I have AdSense/Doubleclick checked. It doesn’t make difference if I have it checked or not. The ads don’t display.

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @bartosh16,

    Could you start a new thread, and post your URL in the designated field (it won’t be seen publicly, only logged-in users). We will have a look, it sounds different from the above thread,

    regards Aert

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘conflict Complianz and Advanced Ads’ is closed to new replies.