Analyzing Conversions
Conversions are the measurable outcomes that drive your business. Ovyxa transforms goal tracking into actionable insights, helping you understand what's working, what's not, and how to optimize your funnel for maximum impact.
Conversion Rate Calculation
At the heart of conversion analysis is the conversion rate — the percentage of visitors who complete your goal:
Conversion Rate = (Goal Completions / Unique Visitors) × 100
Example Calculation
Your website analytics for January:
- Unique visitors: 10,000
- "Purchase Completed" goal: 250 conversions
- Conversion rate: (250 / 10,000) × 100 = 2.5%
This means 2.5% of all visitors made a purchase. Ovyxa calculates this automatically for every goal, time period, and traffic segment.
Goals Dashboard
The Goals section provides a comprehensive overview of all your conversion metrics:
Overview Table
Each goal displays key metrics:
- Goal name: Your descriptive label (e.g., "Newsletter Signups")
- Type: Pageview or Custom Event
- Total conversions: Aggregate count for the selected period
- Unique visitors: Number of distinct users who converted
- Conversion rate: Percentage of all visitors who converted
- Trend indicator: Up/down compared to previous period
Time Period Controls
Filter your conversion data by date range:
- Last 7 days: Quick snapshot of recent performance
- Last 30 days: Monthly trends and patterns
- Last 12 months: Long-term performance and seasonality
- Custom range: Any specific date window
Comparison Mode
Compare your current period to:
- Previous period (e.g., this month vs last month)
- Same period last year (identify seasonal trends)
- Custom baseline period
Comparison highlights percentage changes: "Conversion rate increased 15% vs previous period"
Analyzing Conversions by Source
Understanding which traffic sources drive conversions is critical for ROI optimization:
Source Breakdown
- Navigate to a Goal: Click any goal in your dashboard
- View Sources Tab: See conversion metrics by traffic source
- Compare Performance: Identify top-performing channels
Example breakdown:
| Source | Visitors | Conversions | Conversion Rate |
|---|---|---|---|
| Google Organic | 5,000 | 175 | 3.5% |
| Facebook Ads | 2,000 | 80 | 4.0% |
| Direct | 1,500 | 30 | 2.0% |
| Email Campaign | 800 | 48 | 6.0% |
Insights:
- Email has the highest conversion rate (6.0%) despite lower traffic
- Facebook Ads convert well (4.0%) and may warrant increased budget
- Direct traffic underperforms (2.0%) — investigate why
Attribution by Campaign
Use UTM parameters to track campaign performance:
https://example.com/landing?utm_source=facebook&utm_medium=cpc&utm_campaign=spring-sale
Filter conversions by:
- utm_source: Which platform (Google, Facebook, Twitter)
- utm_medium: Traffic type (cpc, email, social)
- utm_campaign: Specific campaign name
- utm_content: Ad variant or creative
Identify which campaigns generate the best ROI and double down.
Analyzing Conversions by Page
Understand which pages drive or block conversions:
Top Converting Pages
View pages ranked by conversion rate to find your best performers:
- Product pages with highest purchase rates
- Landing pages with best signup rates
- Content that drives email subscriptions
Low Conversion Pages
Identify high-traffic pages with poor conversion:
- Pages with 1,000+ visitors but less than 1% conversion rate
- Optimize copy, CTAs, or design
- A/B test improvements
Conversion Funnel Analysis (Phase 2)
Coming soon: multi-step funnel tracking to identify drop-off points:
Example E-commerce Funnel
- Landing page: 10,000 visitors (100%)
- Product page: 4,000 visitors (40% continue)
- Add to cart: 1,200 visitors (30% of product views)
- Checkout initiated: 600 visitors (50% of carts)
- Purchase complete: 250 visitors (42% of checkouts)
Drop-off insights:
- 60% leave before viewing products — improve landing page value prop
- 70% don't add to cart — optimize product pages and pricing
- 58% abandon checkout — reduce friction, offer free shipping
API Access
Programmatically retrieve conversion data:
GET /api/v1/goals/conversions?site_id=xxx&date_from=2025-01-01&date_to=2025-01-31
Response:
{
"data": [
{
"goal_id": "550e8400-e29b-41d4-a716-446655440000",
"goal_name": "User Signups",
"goal_type": "custom_event",
"total_conversions": 250,
"unique_visitors": 187,
"conversion_rate": 2.5,
"previous_period_rate": 2.1,
"change_percent": 19.0
},
{
"goal_id": "660e8400-e29b-41d4-a716-446655440001",
"goal_name": "Newsletter Subscriptions",
"goal_type": "pageview",
"total_conversions": 420,
"unique_visitors": 398,
"conversion_rate": 4.2,
"previous_period_rate": 3.8,
"change_percent": 10.5
}
],
"meta": {
"site_id": "xxx",
"date_from": "2025-01-01",
"date_to": "2025-01-31",
"total_unique_visitors": 9500
}
}
Use this API to:
- Build custom dashboards
- Integrate with business intelligence tools
- Automate reporting
- Trigger alerts on conversion changes
Best Practices
Define Clear Goals
Align goals with business objectives:
- E-commerce: Purchases, add-to-cart, newsletter signups
- SaaS: Trial signups, feature usage, plan upgrades
- Content: Newsletter subscriptions, resource downloads, social shares
- Lead gen: Contact form submissions, demo requests, phone calls
Track Micro and Macro Conversions
Macro conversions: High-value actions (purchase, signup)
Micro conversions: Smaller wins that indicate engagement (newsletter signup, video view, add to wishlist)
Both matter. Micro conversions often predict macro conversions.
Set Up Goals Early
Historical data reveals trends:
- Seasonal patterns (holiday shopping, back-to-school)
- Long-term growth or decline
- Impact of marketing campaigns or product changes
Start tracking today to build your baseline.
Use Descriptive Names
"Purchase Completed" beats "Goal 3"
Clear names help teams understand dashboards without context.
Monitor Trends Over Time
Weekly check-ins catch issues early:
- Sudden drop in conversion rate? Investigate site errors, broken CTAs
- Unexpected spike? Identify what's working and replicate
Optimization Tips
A/B Test Landing Pages
Test variations to improve conversion:
- Headline: Benefit-driven vs feature-driven
- CTA: "Get Started" vs "Start Free Trial"
- Layout: Hero image vs video background
- Social proof: Testimonials vs customer logos
Track each variant with UTM parameters and compare conversion rates.
Optimize High-Traffic, Low-Conversion Pages
Find pages with:
- 1,000+ monthly visitors
- Conversion rate below site average
These are your biggest opportunities. Small improvements yield large gains.
Analyze Drop-Off Points
Where do users leave your funnel?
- Product page to cart: Unclear pricing? Add trust badges?
- Cart to checkout: Hidden shipping costs? Simplify form?
- Checkout to purchase: Payment errors? Add more payment options?
Compare Across Devices and Browsers
Mobile users converting at 1% while desktop converts at 4%?
- Test mobile experience
- Simplify mobile checkout
- Reduce form fields
- Improve page speed
Next Steps
You now understand how to analyze conversions in Ovyxa. Continue optimizing by:
- Setting up pageview goals for quick wins
- Implementing custom event tracking for detailed insights
- Reviewing the Goals Overview for a comprehensive introduction
Start tracking, start optimizing, and watch your conversions grow.