Landing Page URL Builder

Meta guide

Meta URL Parameter Examples

Use these examples to keep Meta campaign links transparent while still capturing useful campaign, ad set, ad, and creative labels for reporting.

Meta traffic flowing into an ecommerce store and a reporting view

Best first path

Keep the main campaign readable and add only the Meta labels that actually help you debug or compare performance.

What usually breaks

Too many macros at once, or a naming style that changes every account, makes the link harder to audit later.

Success signal

The final Meta URL is still readable by eye and still maps cleanly into GA4.

Readable example

https://example.com/products/sample-product?utm_source=meta&utm_medium=paid_social&utm_campaign=spring_sale_travel_bag&utm_content={{ad.name}}&campaign_name={{campaign.name}}&adset_name={{adset.name}}&ad_name={{ad.name}}

The readable version is better when you want humans to inspect the URL without decoding a giant macro string.

ID-style example

https://example.com/products/sample-product?utm_source=meta&utm_medium=paid_social&utm_campaign=spring_sale_travel_bag&utm_content={{ad.id}}&campaign_id={{campaign.id}}&adset_id={{adset.id}}&ad_id={{ad.id}}

The ID-style version is better when your downstream reporting prefers stable identifiers over names that can change.

What to keep in mind

  • Keep the main campaign name readable.
  • Only add the extra labels you really need.
  • Do not hide the destination or use misleading redirects.
  • Check the final click path in the real account before launch.

Use one Meta example, then test it yourself

Readable URL examples are much easier to maintain than hidden logic scattered across accounts.

Build a free link