Examples
Campaign Naming Convention Examples
Concrete naming patterns for Google Ads and Meta Ads, and the structure that makes them parse cleanly in every report.
A reusable structure
A strong campaign naming convention uses an ordered set of fields with controlled values. For example: COUNTRY_OBJECTIVE_CHANNEL_PRODUCT_AUDIENCE_PLACEMENT_YYYYMM_VARIANT, which produces names like MX_CONV_SEM_PROD_BROAD_SEARCH_202506_A.
Examples
Acquisition search: MX_ACQ_SEM_LEADS_EX_SEARCH_202506_A. Brand display remarketing: MX_BRAND_DISP_GEN_REM_YT_202505_B. Each segment maps to an official dictionary value, so the name parses cleanly into country, objective, channel, product, audience, placement, date, and variant.
Rules that keep it consistent
Fix the field order, use a single separator, control the allowed values, standardize the date format (YYYYMM), and validate every name before launch. A convention only delivers value when it is enforced — otherwise it becomes five spellings of the same idea.
Put this into practice
Standardize and validate campaign names, UTMs, and metadata with UseTaxonomy.
Request accessMore guides →