Skip to main content
All CollectionsFeatures
Understanding Event Properties in Sealmetrics

Understanding Event Properties in Sealmetrics

Updated this week

What Are Event Properties?

Event properties in Sealmetrics are customizable key-value pairs to attach to any conversion or micro-conversion event you track. They provide additional context and metadata about each event, allowing for more detailed analytics and segmentation.

How Properties Work

When you track a conversion event using Sealmetrics, the basic tracking includes information like:

  • The event type (conversion/micro-conversion)

  • The event label (name of your conversion)

  • Page view information

Properties extend this functionality by letting you add custom dimensions to your events. For example:

properties: {
'custom-name-1': 'value-1',
'custom-name-2': 'value-2',
'product-id': '12345',
'price': '99.99',
'category': 'electronics'
}

Benefits of Using Properties

  1. Richer Analytics: Collect more detailed information about each conversion

  2. Better Segmentation: Filter and segment your reports based on property values

  3. Marketing Attribution: Add campaign or channel information to understand which efforts drive conversions

  4. Business-Specific Metrics: Customize tracking to your specific business needs

Implementation Examples

E-commerce Purchase Tracking

properties: { 'items-count': '3', 'payment-method': 'credit-card', 'shipping-country': 'Germany' }

SaaS Subscription Tracking

properties: { 'plan-type': 'premium', 'subscription-term': 'annual', 'discount-applied': 'SPRING25', 'previous-plan': 'basic', 'account-size': 'team' }

Lead Generation Tracking

properties: { 'lead-source': 'blog-post', 'interested-in': 'analytics-solution', 'company-size': '50-100', 'industry': 'healthcare' }

How to Add Properties in Sealmetrics

  1. Navigate to the conversion setup screen

  2. Select "Yes" under "Add properties to your event:"

  3. Define your custom property names and values in the tracking code

  4. Implement the generated tracking code on your website.

Best Practices

  1. Use Consistent Naming: Establish a naming convention for your properties

  2. Track Only What's Needed: Focus on properties that provide actionable insights

  3. Keep Property Names Descriptive: Use clear, self-explanatory names

  4. Consider Data Types: While properties are stored as strings, maintain consistent formatting for numerical values

  5. Document Your Properties: Keep an internal reference of what each property represents

Accessing Properties Data

Important Note: Properties are only available via API or BigQuery. The standard dashboard interface does not currently display property data.

To access and analyze your properties data, you have two options:

  1. API Access: Query your data programmatically using our API

  2. BigQuery Integration: Analyze your properties alongside other data in Google BigQuery

If you'd like to enjoy this feature, let us know by writing an email to [email protected]


By effectively utilizing event properties, you can transform Sealmetrics from a simple analytics tool into a powerful business intelligence platform tailored to your specific needs, all while maintaining a consentless approach to data collection.

Did this answer your question?