Skip to content

Subscriber Management & Segmentation

Overview

CloudCusp Mailer provides a comprehensive subscriber management system that allows you to build, organize, and segment your email list. Manage subscriber information, preferences, engagement history, and create targeted segments for personalized campaigns.

Subscriber Basics

Subscriber Profile

Each subscriber in CloudCusp Mailer maintains a complete profile with:

Contact Information

  • Email address (unique identifier)
  • First and last name
  • Company name (optional)
  • Phone number
  • Address (line 1 & 2, city, state, country, postal code)

Engagement Data

  • Subscription date
  • Confirmation date (for double opt-in)
  • Last activity timestamp
  • Last activity description
  • Total opens and clicks

Advanced Fields

  • Timezone (for scheduled sending optimization)
  • Date of birth (for segmentation)
  • Avatar/profile picture URL
  • Geographic coordinates (latitude, longitude)
  • Lifetime value (for CRM features)
  • Contact type (lead, customer, subscriber, manager, etc.)

Custom Fields

  • Unlimited JSON-based custom fields
  • Date fields, number fields, text fields
  • Text areas for detailed information
  • Dropdown and multi-select options

Subscriber Status

Subscribers can have the following statuses:

StatusDescription
PendingAwaiting confirmation (double opt-in)
SubscribedActive, confirmed subscriber
UnsubscribedManually unsubscribed by subscriber
BouncedEmail delivery failed
ComplainedMarked as spam by email provider
Admin UnsubscribedUnsubscribed by administrator

Adding Subscribers

Manual Addition

Add individual subscribers through the WordPress admin:

  1. Navigate to CloudCusp Mailer → Subscribers
  2. Click Add New Subscriber
  3. Enter email address and basic information
  4. Add to subscriber lists
  5. Assign tags (optional)
  6. Save subscriber

Automatic Confirmation:

  • Subscribers added manually are marked as confirmed
  • No double opt-in verification required
  • Immediately eligible to receive campaigns

Bulk Import

Import large subscriber lists from CSV files:

Import Process:

  1. Go to CloudCusp Mailer → Subscribers
  2. Click Import Subscribers
  3. Select CSV file
  4. Map CSV columns to subscriber fields
  5. Select target lists
  6. Configure duplicate handling
  7. Start import

CSV Format:

csv
email,first_name,last_name,phone,country
john@example.com,John,Doe,+1234567890,United States
jane@example.com,Jane,Smith,+1987654321,Canada

Column Mapping:

  • Email (required)
  • First Name
  • Last Name
  • Phone
  • Address
  • City, State, Country
  • Postal Code
  • Timezone
  • Date of Birth
  • Custom Fields

Duplicate Handling Options:

  • Skip duplicate emails
  • Update existing subscribers
  • Generate unique variations
  • Create separate records

Subscription Forms

Add subscription forms to your website for visitor signup:

Shortcode Method:

[ccsp_subscription_form 
    title="Subscribe to Newsletter" 
    button_text="Subscribe Now"
    show_name_fields="true"
    lists="1,2,3"
    redirect_url="https://example.com/thank-you"
]

Widget Method:

  1. Go to Appearance → Widgets
  2. Add CloudCusp Mailer Subscription widget
  3. Configure form settings
  4. Select subscriber lists

Form Features:

  • Customizable title and button text
  • Optional first/last name fields
  • Redirect after subscription
  • Double opt-in support
  • Captcha integration (reCAPTCHA, hCaptcha, Turnstile)
  • Custom CSS styling

List Management

Creating Lists

Organize subscribers into targeted lists:

  1. Go to CloudCusp Mailer → Lists
  2. Click Create New List
  3. Enter list name and description
  4. Configure list settings
  5. Save list

List Settings:

  • Confirmation method (single/double opt-in)
  • Default subscription status
  • Custom confirmation page
  • Welcome email on subscription
  • Subscriber notification emails

List Operations

Actions:

  • Rename list
  • Change description
  • Modify confirmation settings
  • View subscriber count
  • Export subscriber list
  • Delete list (with archive option)

Verification:

  • Verify entire list for valid emails
  • Remove invalid email addresses
  • Check MX records
  • Flag suspicious addresses

Segmentation

Tags

Organize subscribers with tags for flexible segmentation:

Creating Tags:

  1. Go to CloudCusp Mailer → Tags
  2. Click Create Tag
  3. Enter tag name and description
  4. Assign color for visual organization
  5. Save tag

Tag Management:

  • Assign tags when adding subscribers
  • Bulk assign tags to multiple subscribers
  • Remove tags from subscribers
  • Rename and reorganize tags
  • Delete tags

Segments

Create dynamic segments based on subscriber criteria:

Segment Builder:

  1. Go to CloudCusp Mailer → Segments
  2. Click Create Segment
  3. Define segment rules:
    • List membership
    • Tag conditions (AND/OR logic)
    • Status filters
    • Engagement criteria
    • Custom field conditions
    • Date range filters
  4. Save segment

Segment Rules Examples:

  • All subscribers in "Newsletter" list with "VIP" tag
  • Subscribers who opened last campaign AND clicked link
  • Inactive subscribers (no activity in 90 days)
  • High-value subscribers (lifetime value > $500)
  • Subscribers from specific countries

Dynamic Segments:

  • Automatically updated based on criteria
  • Use in campaign targeting
  • Real-time subscriber counts
  • Export segment members

Subscriber Editing

Edit Individual Subscriber

Modify subscriber information:

  1. Go to CloudCusp Mailer → Subscribers
  2. Find and click subscriber email
  3. Edit desired fields
  4. Update list memberships
  5. Modify tags
  6. Save changes

Quick Edit Fields:

  • First/last name
  • Email address
  • Phone
  • Address information
  • Timezone
  • Status change
  • Custom fields

Bulk Operations

Perform actions on multiple subscribers:

Bulk Actions:

  • Assign tags to multiple subscribers
  • Remove subscribers from lists
  • Change subscriber status
  • Add to lists
  • Export subscriber data
  • Delete subscribers

Process:

  1. Select subscribers (use checkboxes)
  2. Choose action from dropdown
  3. Confirm operation
  4. Action applied to all selected

Subscriber Export

Export Formats

Export subscriber data in multiple formats:

CSV Export:

  • All subscriber fields
  • List membership information
  • Tag assignments
  • Custom field values
  • Engagement metrics

Export Options:

  • All subscribers
  • From specific list
  • Filtered by segment
  • From search results
  • Date range filter

Exported Fields:

ID, Email, First Name, Last Name, Phone, Country, City, 
Status, Subscribed At, Last Activity, Lists, Tags, 
Custom Fields...

Double Opt-in

Configuration

Enable double opt-in for GDPR compliance:

  1. Go to CloudCusp Mailer → Settings
  2. Configure double opt-in options
  3. Select confirmation method
  4. Customize confirmation email
  5. Set confirmation expiration (default: 7 days)

Process

Subscriber Confirmation Flow:

  1. Subscriber submits subscription form
  2. Status set to "Pending"
  3. Confirmation email sent with unique link
  4. Subscriber clicks confirmation link
  5. Status changed to "Subscribed"
  6. Optional welcome email sent

Confirmation Email:

  • Customizable template
  • Unique confirmation link
  • Subscription management link
  • Branding options
  • Plain text and HTML versions

Preferences & Unsubscribe

Subscriber Preferences

Let subscribers control email frequency and content:

Preference Options:

  • Email frequency (weekly, daily, monthly)
  • Content preferences (topics, categories)
  • Communication methods
  • Timezone preferences
  • Time-based preferences

Implementation:

  • Preference center link in every email
  • Shortcode: [ccsp_preference_center]
  • Customizable preference pages
  • Save and apply preferences

Unsubscribe Management

Unsubscribe Methods:

  • Click unsubscribe link in email
  • Update preferences page
  • Manual unsubscribe by admin
  • Automatic (bounce, complaint)

Unsubscribe Link:

  • Required in all campaigns (CAN-SPAM)
  • One-click unsubscribe
  • Update preference instead of full unsubscribe
  • Tracking of unsubscribe reasons

Resubscription:

  • Manage re-subscribe requests
  • Confirmation for resubscribed subscribers
  • Notification emails

Subscriber Analytics

Engagement Tracking

Monitor subscriber engagement:

  • Open Rate: Percentage of subscribers who opened
  • Click Rate: Percentage who clicked links
  • Bounce Rate: Failed delivery percentage
  • Complaint Rate: Spam complaints
  • Unsubscribe Rate: Subscribers who unsubscribed
  • Engagement Score: Overall engagement metric

Subscriber View

View individual subscriber activity:

  1. Go to CloudCusp Mailer → Subscribers
  2. Click subscriber email
  3. View subscriber profile
  4. See campaign open/click history
  5. Track engagement timeline
  6. View all sent campaigns

Best Practices

List Hygiene

  1. Regular Verification: Clean list quarterly
  2. Remove Bounces: Unsubscribe hard bounces
  3. Monitor Complaints: Check spam complaints
  4. Inactive Removal: Consider removing inactive after 1 year
  5. Update Information: Keep data current

Compliance

  1. Consent: Obtain proper opt-in consent
  2. GDPR: Honor data subject rights
  3. CAN-SPAM: Include business address
  4. Double Opt-in: Best practice for acquisition
  5. Privacy Policy: Link in confirmation email

Segmentation Strategy

  1. Geographic: Target by region
  2. Behavioral: Based on engagement
  3. Demographic: Age, location, interests
  4. Purchase History: RFM analysis
  5. Custom: Business-specific segments