Implementing UTM Parameter Templates Meta Ads

Step by step instructions on how to implement UTM parameter templates on Meta Ads Manager.

The following instructions will ensure traffic from Meta Ads will attach the relevant UTM parameters onto the url, which in turn will allow Kleene to identify the origin of the traffic from the data captured within the event tracking software.

πŸ“˜

Multiple Meta Ad Accounts

If you have multiple Meta Ad accounts, these instructions will need to be implemented across each account.

  1. Visit Meta Ads Manager and choose the relevant account using the dropdown in the top left of the screen

  2. Go to Campaigns in the sidbar menu -> Select the tab called Ads.

  3. Select the dropdown above the table called Columns. and ensure the value is set to 'Setup' The dropdown is highlighted by the red box in the image below:

  4. You should see a column called `URL parameters', if this column is not present please scroll across the table and click the plus icon to add the column.

  5. If you do not have an existing url template structure that you need to maintain or the structure is relatively simple then follow the instructions called 'Edit in Ads Manager' otherwise follow the instructions called 'Edit in a spreadsheet'.

Edit in Ads Manager

  1. Select the checkbox in the table header which select all Ads -> Click the dropdown next to the Edit button -> Scroll down and select the option called URL parameters within the section called Tracking

  2. In the input calledEdit all selected ads please remove what is already there (it might be worth copying and pasting it somewhere to see if there are any parameters you need) and enter the following text.

    kl_source=Meta&kl_site={{site_source_name}}&kl_ad_network={{placement}}&kl_campaign={{campaign.id}}&kl_ad_group={{adset.id}}&kl_ad={{ad.id}}
    

    The image below highlights where to enter the text:

  3. Click Publish

Edit in a spreadsheet

  1. Select the checkbox in the table header which select all Ads -> Click dropdown on the far right side above the table highlighted by the red box in the image below -> Choose the option Export as .csv:


  2. Open the CSV in your chosen spreadsheet editor -> Scroll across to the URL Parameters column -> Insert 2 new columns

  3. Enter the formula CONCATENATE() into one of the columns and input the column value from the URL parameters column as the first value and the following as the second value:

    &kl_source=Meta&kl_site={{site_source_name}}&kl_ad_network={{placement}}&kl_campaign={{campaign.id}}&kl_ad_group={{adset.id}}&kl_ad={{ad.id}}
    

  4. Check you are happy with the value output, if you are, then extend the formula across every row.

  5. Copy this column and paste values only into the other column you created.

  6. Delete the url_parameters column and the one with the CONCATENATE formula in. The spreadsheet should now have the same columns but the URL Parameters column includes both the initial parameters and the new ones.

  7. Save this spreadsheet as a .txt file

  8. Head back to Ads Manager and click β€˜More’ above the Ads table -> Import ads in bulk -> Verify everything is correct before clicking publish.