Hi @lallenuk,
To find the cookie ID, Using Google Chrome,go to settings > Advanced settings > Privacy and Security > Content Settings > Cookies > See all cookies and site data. Click on the specific cookie. Here you can see the ID of the cookie. In most of the cases, the name of the cookie and the ID are the same. See the screenshot.
You can find the scripts for the cookies from the websites of the services that install them. For example for Google Analytics, you can find the scripts from here.
You can add the cookies in the plugin from the Add new page in the Cookie Law info plugin. The cookies thus added can be displayed to the user anywhere on the website using the shortcode [cookie_audit]. Users can reject the cookies using the Reject button.
The user’s consent is stored in a cookie that the plugin installs named viewed_cookie_policy. When the user accepts, the value of the cookie is ‘yes’ if rejects, the value of the cookie will be ‘no’. You can view this from the developer console of your browser. To see if the scripts are added to the browser or not you can check the source code of the page after the “Accept” or “Reject” event.