Conventions

Naming conventions

Names of components should be automated as much as possible (file name, name used in the CMS, etc.).
 For some components (mostly tools), the web analyst will have to brief the development team on how specific components should be named.

The naming of variabels in the result object of a tool-step should be in the language of the website and camelCase.

Numbers should always be plain text, no formatting. Decimals separated by a comma.

Placement

Pagename

URL

Result naam en hoe de waarde moet uitzien

Hashing conventions

Personal Identifiable Information (PII) should always be hashed before it is included in the data layer. Examples of PII data are email address, client ID, postal code, etc.. Hashing can be done with SHA256, SHA1, etc....

Last updated