Skip to main content

Targeting Options

The DNA Platform offers unprecedented precision in audience targeting through our multi-dimensional targeting system. This guide will help you understand the various targeting options available and how to create precisely targeted campaigns.

Targeting Dimensions

Our targeting system allows you to combine multiple dimensions to reach exactly the right players for your brand:

Trait-Based Targeting

Target players based on their demonstrated play styles, skills, and preferences:

Play Style Traits

TraitDescriptionTargeting Value
CompetitivePlayers who thrive on competition and leaderboardsIdeal for performance products, energy drinks, competitive gear
ExplorerPlayers who enjoy discovering new content and secretsGreat for travel, adventure products, discovery-based services
AchieverPlayers focused on completing challenges and collecting achievementsPerfect for goal-oriented products, productivity tools, collection-based items
SocialPlayers who prioritize team play and community interactionExcellent for communication tools, social apps, community events
CreatorPlayers who enjoy building, customizing, and personalizingIdeal for creative tools, customizable products, design-focused brands

Skill-Based Traits

TraitDescriptionTargeting Value
ReflexPlayers with exceptional reaction time and coordinationPerfect for performance gear, energy products, precision tools
StrategicPlayers who excel at planning and resource managementIdeal for financial services, planning tools, strategic products
TechnicalPlayers with strong technical understanding and optimization skillsGreat for tech products, optimization tools, analytical services
PersistentPlayers who demonstrate high resilience and determinationExcellent for endurance products, educational services, challenge-based brands
AdaptivePlayers who quickly adapt to new situations and mechanicsIdeal for innovation-focused brands, adaptable products, learning tools

Motivational Traits

TraitDescriptionTargeting Value
MasteryDriven by skill improvement and perfectionPerfect for skill-building products, performance tools, educational services
FantasyMotivated by immersion and escapismIdeal for entertainment, immersive experiences, fantasy-themed products
RelaxationSeeking stress relief and casual enjoymentGreat for wellness products, comfort items, relaxation services
ExpressionMotivated by self-expression and identityExcellent for fashion, customization products, personal branding tools
CollectionDriven by completing sets and acquiring itemsPerfect for collectibles, subscription services, limited-edition products

Achievement Targeting

Target players based on their achievement history and accomplishment patterns:

Game Completion Status

  • Completion Level: Target based on percentage of game completed
  • Achievement Count: Target based on number of achievements earned
  • Trophy/Badge Level: Target based on rarity or difficulty of achievements earned
  • Completion Speed: Target based on how quickly players complete games or challenges

Skill Demonstration Levels

  • Difficulty Mastery: Players who have completed high-difficulty content
  • Competitive Ranking: Players who have achieved specific competitive ranks
  • Speedrun Performance: Players who complete content with exceptional speed
  • Perfect Completion: Players who achieve flawless or 100% completion

Genre-Specific Accomplishments

  • FPS Mastery: Exceptional performance in first-person shooter games
  • Strategy Excellence: Demonstrated strategic thinking and planning
  • RPG Completion: Deep engagement with role-playing game content
  • Creative Building: Outstanding creative construction or design

Collection or Completion Tendencies

  • Completionists: Players who strive to finish all available content
  • Collectors: Players who focus on gathering all available items
  • Achievers: Players who prioritize earning all achievements
  • Perfectionists: Players who aim for perfect scores or ratings

Behavioral Segmentation

Target players based on their gameplay patterns and habits:

Playtime Patterns

  • Session Frequency: How often players engage with games
  • Session Duration: Average length of gameplay sessions
  • Time of Day: When players typically play games
  • Day of Week: Which days players are most active

Session Frequency

  • Daily Players: Those who play every day
  • Weekly Regulars: Those who play several times per week
  • Weekend Warriors: Those who primarily play on weekends
  • Occasional Players: Those who play sporadically

In-Game Spending Habits

  • High Spenders: Players who regularly make significant in-game purchases
  • Mid-Tier Spenders: Players who occasionally make moderate purchases
  • Low Spenders: Players who rarely make small purchases
  • Non-Spenders: Players who don't make in-game purchases

Community Participation Levels

  • Community Leaders: Highly engaged in forums, social media, and events
  • Active Participants: Regularly engage with community content
  • Passive Observers: Follow community content but rarely participate
  • Solo Players: Minimal community engagement

Traditional Demographics

Supplement behavioral targeting with traditional demographic information:

Age Ranges

  • 13-17: Teen players
  • 18-24: Young adult players
  • 25-34: Adult players
  • 35-44: Mature adult players
  • 45+: Senior players

Geographic Regions

  • North America: US, Canada, Mexico
  • Europe: EU countries, UK, Eastern Europe
  • Asia-Pacific: Japan, South Korea, Australia, Southeast Asia
  • Latin America: Brazil, Argentina, Chile, Colombia
  • Other Regions: Middle East, Africa, etc.

Platform Preferences

  • PC Gamers: Desktop and laptop players
  • Console Players: PlayStation, Xbox, Nintendo
  • Mobile Gamers: Smartphone and tablet players
  • Blockchain Gamers: Web3 and crypto game players

Language Settings

  • Target players based on their preferred language
  • Useful for localized campaigns and culturally relevant content

Creating Targeting Configurations

Our platform allows you to combine multiple targeting dimensions to create precisely defined audience segments:

Targeting Configuration Structure

{
  "campaign": {
    "name": "Campaign Name",
    "targeting": {
      "traits": {
        "trait_name": { "min": value, "max": value },
        ...
      },
      "achievements": {
        "categories": ["category1", "category2"],
        "difficulty": { "min": value, "max": value },
        ...
      },
      "behavior": {
        "metric_name": { "min": value, "max": value },
        ...
      },
      "demographics": {
        "regions": ["region1", "region2"],
        "platforms": ["platform1", "platform2"],
        "age_ranges": ["range1", "range2"],
        ...
      }
    }
  }
}

Example Targeting Configurations

Performance Gaming Peripheral

{
  "campaign": {
    "name": "Gaming Peripheral Product Launch",
    "targeting": {
      "traits": {
        "competitive": { "min": 0.7 },
        "reflex": { "min": 0.8 },
        "technical": { "min": 0.6 }
      },
      "achievements": {
        "categories": ["fps_mastery", "competitive_ranking"],
        "difficulty": { "min": 0.7 }
      },
      "behavior": {
        "weekly_playtime": { "min": 10 }, // hours
        "session_length": { "min": 45 }   // minutes
      },
      "demographics": {
        "regions": ["na", "eu"],
        "platforms": ["pc", "console"],
        "age_ranges": ["18-24", "25-34"]
      }
    }
  }
}

Casual Mobile Game Promotion

{
  "campaign": {
    "name": "Casual Mobile Game Launch",
    "targeting": {
      "traits": {
        "relaxation": { "min": 0.6 },
        "fantasy": { "min": 0.5 }
      },
      "achievements": {
        "categories": ["puzzle_completion", "casual_gaming"],
        "difficulty": { "max": 0.6 }
      },
      "behavior": {
        "session_frequency": { "min": 5 }, // sessions per week
        "session_length": { "max": 30 }    // minutes
      },
      "demographics": {
        "regions": ["global"],
        "platforms": ["mobile"],
        "age_ranges": ["all"]
      }
    }
  }
}

Luxury Fashion Brand Integration

{
  "campaign": {
    "name": "Fashion Collection Virtual Items",
    "targeting": {
      "traits": {
        "expression": { "min": 0.7 },
        "social": { "min": 0.6 },
        "creator": { "min": 0.5 }
      },
      "achievements": {
        "categories": ["customization_master", "social_influencer"],
        "difficulty": { "min": 0.4 }
      },
      "behavior": {
        "in_game_purchases": { "min": 3 }, // purchases per month
        "social_sharing": { "min": 5 }     // shares per month
      },
      "demographics": {
        "regions": ["na", "eu", "apac"],
        "platforms": ["all"],
        "age_ranges": ["18-24", "25-34"]
      }
    }
  }
}

Audience Size Estimation

Before launching your campaign, our platform provides estimated audience size based on your targeting configuration:

Audience Estimation Tool

Our audience estimation tool provides:

  • Total Reach: Estimated number of players matching your targeting criteria
  • Engagement Prediction: Expected participation and completion rates
  • Platform Distribution: Breakdown of audience by gaming platform
  • Regional Distribution: Geographic distribution of the target audience

Refining Your Audience

If your estimated audience is too large or too small, you can refine your targeting:

  • Broaden Criteria: Reduce minimum thresholds or add more categories
  • Narrow Criteria: Increase minimum thresholds or focus on fewer categories
  • Adjust Dimensions: Prioritize different targeting dimensions
  • A/B Testing: Create multiple targeting configurations to test performance

Targeting Best Practices

Balance Precision and Scale

  • Highly specific targeting may reach fewer players but drive higher engagement
  • Broader targeting reaches more players but may result in lower conversion rates
  • Find the optimal balance based on your campaign objectives

Combine Multiple Dimensions

  • The most effective targeting uses multiple dimensions together
  • Trait-based targeting combined with achievement history is particularly powerful
  • Add behavioral patterns for even more precise segmentation

Test and Refine

  • Start with a hypothesis about your ideal audience
  • Test different targeting configurations with smaller campaigns
  • Use performance data to refine your targeting approach
  • Continuously optimize based on engagement metrics

Respect Privacy

  • Our platform never shares personally identifiable information
  • All targeting is based on anonymized, aggregated data
  • Players have control over what data is used for targeting
  • We comply with all relevant privacy regulations globally

Next Steps

Ready to define your target audience?