Content Management
Create, organize, and manage content that users see in DMS.
Overview
Content in DMS includes:
- Links - URLs with optional personalization
- Survey Responses - Data from survey platforms
- Pages - Rich text content (coming soon)
- FAQs - Question and answer pairs (coming soon)
Managing Links
Creating a Link
- Go to Content > Links
- Click Create Link
- Fill in the details:
- Title: Display name for the link
- URL: The destination URL
- Description: Optional help text
- Click Save
Personalized URLs
Use variables to create personalized links:
https://portal.example.com/user/{{email}}
Available variables:
{{email}}- User's email{{first_name}}- First name{{last_name}}- Last name{{user_id}}- User UUID{{any_attribute}}- Any custom attribute
Editing Links
- Find the link in the content list
- Click Edit
- Modify the fields
- Click Save
Deleting Links
- Find the link in the content list
- Click Delete
- Confirm the action
Links are soft-deleted and can be restored.
Restoring Links
- Enable Show Deleted filter
- Find the deleted link
- Click Restore
Visibility Rules
Control who can see each piece of content.
Adding Rules
- Edit the content item
- Go to the Visibility tab
- Click Add Rule
- Configure the rule
- Save
Rule Types
Attribute Match
Show content to users with a specific attribute value.
| Setting | Example |
|---|---|
| Attribute | ticket_type |
| Value | VIP |
Attribute Exists
Show content to users who have any value for an attribute.
| Setting | Example |
|---|---|
| Attribute | dietary_restrictions |
Time Window
Show content only during a specific period.
| Setting | Example |
|---|---|
| Start | 2024-03-01T09:00:00Z |
| End | 2024-03-03T18:00:00Z |
Role Level
Show content to users at or above a role level.
| Setting | Example |
|---|---|
| Minimum Role | admin |
Rule Combinations
Multiple rules use AND logic - all must pass:
Example: VIP content during event hours
Rule 1: attribute_match (ticket_type = VIP)
Rule 2: time_window (March 1-3, 2024)
No Rules
Content without rules is visible to all users.
Admin Override
Admins see all content regardless of rules.
Click Tracking
DMS automatically tracks link clicks.
Viewing Statistics
- Go to Content > Links
- View the Clicks column
- Click on a link for detailed stats
Click Details
For each link, you can see:
- Total click count
- Unique users who clicked
- Click timeline
- Most recent clicks
Content Organization
Filtering
Use filters to find content:
- By type (link, survey, etc.)
- By visibility (public, restricted)
- By status (active, deleted)
Sorting
Sort by:
- Creation date
- Last modified
- Click count
- Title
Bulk Actions
Select multiple items to:
- Delete
- Apply visibility rules
- Export
Best Practices
Link Management
- Use descriptive titles
- Keep URLs valid and tested
- Set appropriate visibility rules
- Monitor click analytics
Visibility Rules
- Start with broader rules, narrow as needed
- Test rules with different user accounts
- Document why rules exist
- Review rules periodically
Content Lifecycle
- Draft - Create and configure
- Test - Verify with test users
- Publish - Remove any time restrictions
- Monitor - Track engagement
- Archive - Soft delete when no longer needed
Survey Responses
Survey responses are managed separately. See Survey Configuration.
Related Topics
- Content Objects - Technical details
- Visibility Rules - Rule system details
- Variable Substitution - Personalization
- API Reference - Content API