Skip to content

Commit 7fe2216

Browse files
Feature/smartytech add auid (#6287)
* Update SmartyTech adapter documentation with userId, consents, and chunks support - Add support for all Prebid.js User ID modules (userIds: all) - Add comprehensive privacy framework support: * GDPR (TCF EU) consent strings * CCPA/USP compliance * GPP (Global Privacy Platform) * COPPA compliance - Add chunks configuration documentation with examples - Update front matter with new supported features flags - Fix markdownlint issues and improve code block formatting This documentation update supports the upcoming SmartyTech adapter enhancements that will include userId transmission, consent handling, and request chunking. * Remove tcfeu and gpp * Add Alias User ID (auId) documentation - Document automatic auId generation and management - Explain cookie storage mechanism (_smartytech_auid) - Describe 5-year persistence on root domain - Note privacy-respecting behavior (requires cookies enabled) - Add details about automatic inclusion in bid requests
1 parent a615f46 commit 7fe2216

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dev-docs/bidders/smartytech.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ var videoAdUnit = {
6767

6868
SmartyTech adapter supports all Prebid.js User ID modules. User IDs are automatically included in bid requests when available.
6969

70+
### Alias User ID (auId)
71+
72+
The SmartyTech adapter automatically generates and manages an Alias User ID (auId) for user identification across sessions:
73+
74+
- **Automatic Generation**: If no auId exists, a unique UUID is automatically generated
75+
- **Cookie Storage**: The auId is stored in a first-party cookie (`_smartytech_auid`)
76+
- **Persistence**: The cookie is valid for 5 years
77+
- **Domain**: Stored on the root domain for cross-subdomain availability
78+
- **Privacy**: Only generated if cookies are enabled; respects user privacy settings
79+
80+
The auId is automatically included in all bid requests when available, providing consistent user identification without requiring additional configuration.
81+
7082
### Additional Configuration
7183

7284
It is possible to configure requests to be split into chunks so as to have fewer bid requests in a single http request (default value is 10).

0 commit comments

Comments
 (0)