3. GlobalObserver module: consent submit buttons

Contents

The configuration item consentSubmitButtons includes names of submit buttons, which will give consent signals.

Commas and spaces are separating names. E.g. "mesSubmit, register". By clicking such button, an entry will be recorded into event table usually with type 10X, where X is 0-9, order of the name.
The module considers first submit button name in this config value always as the submit button of "Cookies" message box, which closes this message box. In other words - first submit button in config value should be the submit button, which closes the area, which is notifying visitors about collecting data and about Privacy Policy. There can be actually more than 10 submit buttons, where type in this case is 1YX, where YX are meaning values between 00 to 99, but it may make the code slower or otherwise the understanding of the system more complex. If URL is unique for some consent signals (this is not the case for message box closing submit button), then same submit button name can be used for many web addresses, because URL reference will be saved too into event table with the submit button value.




Previous: 2. GlobalObserver module: configuration item observingTimes | Next: 4. GlobalObserver module: archiving and deleting data
Visitor data and Consent signal system (for GDPR)
1. GlobalObserver module: configuration item consentMethod
2. GlobalObserver module: configuration item observingTimes
3. GlobalObserver module: consent submit buttons
4. GlobalObserver module: archiving and deleting data
5. GlobalObserver module: exceptional roles
6. Visitor module