• Resolved ashishtiwari27

    (@ashishtiwari27)


    Hi, when a user press or clicks on Reject All button, this rejection is not recording in the backend admin panel (but rest others are saved). It’s hard to estimate the approx. number of users who visit this site due to this.

    Second, can you or can I – how to make Analytics and Advertising checkboxes default ‘Yes’ enabled, as currently only strictly necessary box is enabled by default…

    Further its user’s choice whether he want analytics or advertisement – he can uncheck that later. Why I give him unchecked? Where in admin panel – can I make these checked? (Because it impacts analytics)

    Thanks

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author pressidium

    (@pressidium)

    Hey, @ashishtiwari27!

    Hi, when a user press or clicks on Reject All button, this rejection is not recording in the backend admin panel (but rest others are saved)

    Even when clicking the “Reject All” button, the necessary cookies are still accepted, so the consent should still be recorded.

    I’ve just tested it and couldn’t replicate the described behavior. Could you please provide the exact steps needed to reproduce the issue?

    Further its user’s choice whether he want analytics or advertisement – he can uncheck that later. Why I give him unchecked?

    Among others, consent must be freely given, must be granular (i.e. users must be able to consent to some cookies rather than others), and it must be unambigious.

    According to GDPR Recital 32:

    Consent should be given by a clear affirmative act establishing a freely given, specific, informed and unambiguous indication of the data subject’s agreement to the processing of personal data relating to him or her, such as by a written statement, including by electronic means, or an oral statement. This could include ticking a box when visiting an internet website, choosing technical settings for information society services or another statement or conduct which clearly indicates in this context the data subject’s acceptance of the proposed processing of his or her personal data. Silence, pre-ticked boxes or inactivity should not therefore constitute consent. Consent should cover all processing activities carried out for the same purpose or purposes. […]

    GDPR Recital 32 (emphasis mine)

    So, using a pre-ticked box won’t be enough to comply with the General Data Protection Regulation (GDPR).

    how to make Analytics and Advertising checkboxes default ‘Yes’ enabled, as currently only strictly necessary box is enabled by default

    Our plugin requires “Opt-in consent,” meaning users have to actively and explicitly agree to data collection and processing.

    We could provide an option for “Opt-out consent” instead, which wouldn’t require users to provide explicit consent before their data is collected and processed. However, implementing this would necessitate more granular settings to allow for different consent modes—opt-in or opt-out—depending on users’ regions. Currently, our plugin doesn’t offer this feature.

    I’ve opened an issue on the plugin’s GitHub repository to consider implementing that in a future iteration of the plugin. You can stay up-to-date on the progress of this feature, by checking #62.

    (Because it impacts analytics)

    If you’re using Google Analytics (GA), you could enable Google Consent Mode (GCM) which is going to use cookieless pings while consent is denied.

    Thread Starter ashishtiwari27

    (@ashishtiwari27)

    You – I’ve just tested it and couldn’t replicate the described behavior. Could you please provide the exact steps needed to reproduce the issue?

    See this video

    https://mega.nz/file/OWhyCJRS#HWZgErO9ObHbemiEb3i7dJ3jHJjoXxQBP2U0ITgdmdo

    Plugin Author pressidium

    (@pressidium)

    Hey, @ashishtiwari27!

    As mentioned before, our support scope doesn’t include site-specific assistance.

    However, I took a look at your website and it seems that the REST API has been disabled.

    When our plugin sends a request to the POST /wp-json/pressidium-cookie-consent/v1/consent endpoint, your installation responds with a 401 Unauthorized error.

    {
        "code": "rest_authentication_error",
        "message": "Sorry, you do not have permission to make REST API requests.",
        "data": {
            "status": 401
        }
    }

    I noticed that you’ve installed the “Perfmatters” plugin, which includes a “Disable REST API” option. It’s possible that either that plugin, or another third-party plugin, has disabled access to the REST API for non-logged in users.

    This leads me to believe that the issue extends beyond just clicking the “Reject all” button, but rather, there are no consents being recorded for users who aren’t logged in.

    Given that this appears to be an issue unique to your particular setup, I’ll mark this as resolved.

    If you come across any other issues, feel free to create a new topic or open an issue on GitHub.

    Thread Starter ashishtiwari27

    (@ashishtiwari27)

    In my plugin settings, this is a field – Allow these REST API namespaces

    What to enter here in textarea? I just entered /wp-json/pressidium-cookie-consent/v1/consent, but still consent is not recording.

    REST API namespace? What is it?

    Also, rest api error is only with Reject All button, rest of the buttons are saving consent (accept all, accept necessary etc). Why?

    Thread Starter ashishtiwari27

    (@ashishtiwari27)

    Yes, you’re right. Problem is for all buttons for logged-out users. Non-admins.

    I just have to put REST API namespace in plugin to allow this. What is it?

    Plugin Author pressidium

    (@pressidium)

    REST API namespace? What is it?

    Our plugin’s REST route namespace is set to pressidium-cookie-consent/v1. You may also consider using the broader pressidium-cookie-consent.

    Thread Starter ashishtiwari27

    (@ashishtiwari27)

    I just used pressidium-cookie-consent, and problem goes out.

    Resolved!

    Plugin Author pressidium

    (@pressidium)

    Thanks for following up! It’s good to know that everything is resolved.

    Thread Starter ashishtiwari27

    (@ashishtiwari27)

    https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/

    Cookiebot by Usercentrics gives all toggle fields prefilled e.g. ON. Visitors can further make them OFF if they wish. (right word for prefilled?)

    why I give users pre-off it, my previous question was?

    How can I make all but at least Analytics toggle ON by default?

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.