Contentsquare
Platform Summary
Contentsquare web command and identity contracts.
Scope
Primary execution surface: browser.
Developer Source Map
| Source | Reason |
|---|---|
| Contentsquare Tag API Reference (Web) | Event Contracts; Normalization Rules; Transport / Payload Rules; User Data Contracts; commands, parameters, user identity, payload shape |
RudderStack Cross-Check
No destination mapping linked for this platform.
Verified Contracts
Event Contracts
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
tag_command | trackDynamicVariable | browser | object | Optional | Send a dynamic variable object using trackDynamicVariable command. | Not clearly specified | Not clearly specified | - | Web command reference includes signature and usage. | Contentsquare Tag API Reference (Web) | Verified | Medium |
tag_command | trackPageEvent | browser | string | Required | Track page event command with eventName parameter; eventName is string and max length 255 chars. | Not clearly specified | Not clearly specified | - | Parameter constraints are documented in command reference. | Contentsquare Tag API Reference (Web) | Verified | High |
User Data Contracts
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
tag_command | addUserProperties | browser | object | Optional | Associates current user with custom properties; parameter type is Record<string, string | number | boolean | bigint>. | Not clearly specified | Not clearly specified | - | User properties command parameter typing is documented in command reference. | Contentsquare Tag API Reference (Web) | Verified | Medium |
tag_command | identify | browser | string | Conditional | Associates current user with provided identity string; different identity resets session and regenerates user id. | Not clearly specified | Not clearly specified | - | Identity behavior documented in command reference. | Contentsquare Tag API Reference (Web) | Verified | Medium |
Normalization Rules
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
tag_command | setEncryptionSelectors | browser | string | Conditional | Encrypt sensitive data in matched selectors; command must be called before the Tag is loaded. | Not clearly specified | Not clearly specified | - | Encryption selector command documented in command reference. | Contentsquare Tag API Reference (Web) | Verified | Medium |
tag_command | setPIISelectors | browser | object | Conditional | Mask personal data selectors/attributes via PIIObject; command must be called before the Tag is loaded. | Not clearly specified | Not clearly specified | - | PII masking command and parameter schema documented in command reference. | Contentsquare Tag API Reference (Web) | Verified | High |
Transport / Payload Rules
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
tag_command | trackPageview | hybrid | string | Required | Tag command for artificial pageview: window._uxa.push(["trackPageview", path, options]). | Not clearly specified | Not clearly specified | - | Contentsquare command reference for web tag API. | Contentsquare Tag API Reference (Web) | Verified | High |
Candidate / Needs Review Items
No candidate rows currently tracked.
Excluded Items
No excluded rows in this revision.
Last Reviewed
2026-03-30