How Do I Make Campaign ID visible in URL for Meta Ads
To make campaign IDs visible in the URL for Meta Ads, you can use dynamic URL parameters within your ad's settings. Specifically, the campaign_id parameter allows you to automatically include the campaign ID in your landing page URL.
Here's how to implement this:
- Access Ad Settings: In Meta Ads Manager, navigate to the ad you want to modify.
- Locate URL Parameters: Scroll down to the "URL Parameters" section within the ad settings.
- Add Dynamic Parameter: Click "Build a URL Parameter" and choose the "campaign_id" dynamic parameter.
- Apply Changes: Save your changes to activate the dynamic parameter.
This will ensure that when users click on your ad, the campaign ID is automatically added to the URL of your landing page.
Example:
If your landing page URL is www.example.com/page, and you've set up the campaign_id parameter, the final URL might look like:
- www.example.com/page?campaign_id=12345
where 12345 is your actual campaign ID.