Software Glossary

57 terms explained in plain language. Search or filter by category.

A

A/B Testing

Marketing

A controlled experiment that compares two versions of a page, email, or ad to determine which performs better. Statistically significant A/B tests require enough traffic volume and a clear primary metric before declaring a winner.

Conversion RateMarketing Funnel

Affiliate Network

Affiliate

A platform that connects advertisers with publishers who promote their products in exchange for commissions. Networks like CJ, ShareASale, and Impact handle tracking, reporting, and payouts for both sides.

CommissionCPA (Cost Per Action)Postback URL

API (Application Programming Interface)

SaaS

A set of protocols and definitions that let different software systems communicate with each other. REST and GraphQL are the most common API styles used by modern SaaS platforms.

WebhookSLA (Service Level Agreement)Microservices

Arbitrage Betting

Betting

A strategy that exploits pricing differences between bookmakers to guarantee a profit regardless of the outcome. Arbitrage opportunities are rare and short-lived because sportsbooks adjust their lines quickly.

Value BettingOddsExpected Value (+EV)

ARR (Annual Recurring Revenue)

SaaS

The total predictable revenue a subscription business expects to earn over a 12-month period. ARR is a core health metric for SaaS companies because it smooths out monthly fluctuations and reveals long-term growth trends.

MRR (Monthly Recurring Revenue)Churn RateLTV (Lifetime Value)

Attribution

Marketing

The process of identifying which marketing touchpoints contributed to a conversion. Common models include first-touch, last-touch, linear, and data-driven attribution, each distributing credit differently across the customer journey.

Marketing FunnelRetargetingConversion Rate

C

CAC (Customer Acquisition Cost)

SaaS

The average cost of converting a prospect into a paying customer, including marketing spend, sales salaries, and tooling. Lowering CAC while maintaining quality leads is a constant SaaS challenge.

LTV (Lifetime Value)CPC (Cost Per Click)Conversion Rate

CDN (Content Delivery Network)

Tech

A geographically distributed network of servers that caches and delivers web content from the location nearest to each user. CDNs reduce page load times, handle traffic spikes, and improve availability for global audiences.

Edge ComputingCloud Computing

Chatter

Creator Economy

A team member or contractor who manages direct messages on behalf of a creator to build fan relationships and drive sales. Professional chatters handle personalized responses, upsells, and mass messaging at scale.

Mass DMFan Retention

Churn Rate

SaaS

The percentage of customers or revenue lost during a given period. High churn signals product-market fit issues, while negative net-revenue churn (expansion outpaces losses) is the gold standard for growth-stage SaaS.

MRR (Monthly Recurring Revenue)LTV (Lifetime Value)Subscriber Churn

CI/CD (Continuous Integration / Continuous Deployment)

Tech

A development practice that automates code integration, testing, and deployment. CI merges code changes frequently with automated tests; CD pushes validated builds to production automatically, reducing release cycles from weeks to minutes.

ContainerizationMicroservices

Cloud Computing

Tech

The delivery of computing resources (servers, storage, databases, networking) over the internet on a pay-as-you-go basis. Cloud computing eliminates the need for organizations to own and maintain physical data centers.

Serverless ComputingContainerizationMulti-Tenant Architecture

Commission

Affiliate

The payment an affiliate earns for driving a qualified action such as a sale, lead, or sign-up. Commission structures vary from flat fees to percentage-based payouts and often include tiered bonuses for top performers.

CPA (Cost Per Action)CPS (Cost Per Sale)Revenue Share (Rev Share)EPC (Earnings Per Click)

Containerization

Tech

A lightweight virtualization method that packages an application and its dependencies into a portable container image. Docker and Kubernetes are the dominant tools in this space, enabling consistent deployments across any environment.

MicroservicesCI/CD (Continuous Integration / Continuous Deployment)Cloud Computing

Conversion Rate

Marketing

The percentage of visitors who complete a desired action, such as signing up, purchasing, or requesting a demo. Conversion rate optimization (CRO) uses testing and UX improvements to increase this number without additional traffic.

A/B TestingMarketing FunnelCTR (Click-Through Rate)

Cookie Duration

Affiliate

The length of time a tracking cookie remains active after a user clicks an affiliate link. Longer cookie windows (30, 60, or 90 days) give affiliates credit for purchases that happen days or weeks after the initial click.

Sub-ID TrackingCommission

CPA (Cost Per Action)

Affiliate

A pricing model where the advertiser pays only when a specific action is completed, such as a form submission, app install, or purchase. CPA aligns incentives because both advertiser and affiliate benefit from genuine conversions.

CPS (Cost Per Sale)CommissionPostback URL

CPC (Cost Per Click)

Marketing

The price an advertiser pays for each click on a paid ad. CPC varies widely by industry, keyword competitiveness, and platform. Tracking CPC alongside conversion rate reveals the true cost of acquiring each lead.

PPC (Pay-Per-Click)CPM (Cost Per Mille)CAC (Customer Acquisition Cost)

CPM (Cost Per Mille)

Marketing

The cost an advertiser pays per 1,000 ad impressions. CPM is commonly used for brand-awareness campaigns where the goal is exposure rather than immediate clicks or conversions.

CPC (Cost Per Click)PPC (Pay-Per-Click)CTR (Click-Through Rate)

CPS (Cost Per Sale)

Affiliate

A performance-based model where the affiliate earns a commission only when an actual sale is completed. CPS minimizes risk for advertisers while rewarding affiliates who can drive high-intent buyers.

CPA (Cost Per Action)CommissionRevenue Share (Rev Share)

CTR (Click-Through Rate)

Marketing

The percentage of people who click on a link, ad, or CTA relative to the total number who see it. A higher CTR typically indicates stronger ad creative, more relevant targeting, or better meta titles in organic search.

CPC (Cost Per Click)Conversion RateSEO (Search Engine Optimization)

M

Marketing Funnel

Marketing

A model that maps the stages a prospect moves through from initial awareness to purchase. Common frameworks include TOFU (top of funnel), MOFU (middle), and BOFU (bottom), each requiring different content and tactics.

Conversion RateRetargetingAttribution

Mass DM

Creator Economy

A bulk direct message sent to all subscribers or a filtered segment at once. Mass DMs are the primary sales channel for PPV content and time-limited promotions on subscription-based creator platforms.

ChatterPPV (Pay-Per-View)Engagement Rate

Microservices

Tech

An architectural style that structures an application as a collection of small, independently deployable services, each responsible for a single business capability. Microservices enable teams to develop, test, and scale features without affecting the entire system.

ContainerizationAPI (Application Programming Interface)CI/CD (Continuous Integration / Continuous Deployment)

Moneyline

Betting

A straight-up bet on which team or player will win, with no point spread involved. Favorites carry negative odds (e.g., -180) while underdogs carry positive odds (e.g., +150), reflecting the implied probability and payout ratio.

OddsSpreadParlay

MRR (Monthly Recurring Revenue)

SaaS

The normalized monthly income a company earns from active subscriptions. MRR lets operators compare revenue across months regardless of billing cycles, discounts, or mid-month sign-ups.

ARR (Annual Recurring Revenue)Churn Rate

Multi-Tenant Architecture

SaaS

A software design where a single instance serves multiple customers (tenants) with logically isolated data. Multi-tenancy is the standard architecture for cloud SaaS because it reduces infrastructure costs and simplifies updates.

White-LabelCloud ComputingRBAC (Role-Based Access Control)

S

SEO (Search Engine Optimization)

Marketing

The practice of improving a website's visibility in organic search engine results through on-page content, technical structure, and backlink acquisition. Effective SEO drives sustainable traffic without per-click costs.

PPC (Pay-Per-Click)CTR (Click-Through Rate)Conversion Rate

Serverless Computing

Tech

A cloud execution model where the provider dynamically manages server allocation and billing is based on actual compute time consumed. Developers write functions without provisioning infrastructure, though cold-start latency and vendor lock-in are trade-offs.

Cloud ComputingEdge ComputingAPI (Application Programming Interface)

SLA (Service Level Agreement)

SaaS

A formal contract between a service provider and customer that defines measurable performance guarantees such as uptime percentage, response times, and remedies for breaches. Enterprise SaaS buyers typically require 99.9% or higher uptime SLAs.

API (Application Programming Interface)Webhook

Spread

Betting

A handicap applied to a favored team to level the betting field. When you bet on a -6.5 spread, that team must win by 7 or more points to cover. Spreads are the most popular bet type in American football and basketball.

Handicap BettingOddsMoneyline

SSO (Single Sign-On)

SaaS

An authentication mechanism that lets users access multiple applications with a single set of credentials. SSO reduces password fatigue, improves security posture, and is a standard requirement for enterprise software procurement.

RBAC (Role-Based Access Control)SLA (Service Level Agreement)

Sub-ID Tracking

Affiliate

A method affiliates use to append custom identifiers to their tracking links so they can pinpoint which traffic source, page, or creative generated each conversion. Sub-IDs are essential for scaling campaigns profitably.

Postback URLCookie DurationEPC (Earnings Per Click)

Subscriber Churn

Creator Economy

The rate at which paying subscribers cancel their memberships over a given period. Reducing subscriber churn through consistent content quality and community building is more cost-effective than acquiring new fans.

Churn RateFan RetentionEngagement Rate