Landing URL Tagging Strategy for CPC Campaigns
Landing URL tagging refers to adding special tags at the end of a landing page URL. Those tags contain variables, such as campaign name, medium, term, content and so on. Without tags, an analytics package treats all traffic—organic and paid the same.
If you are only concerned with cost data or click data (i.e., impression, cost, CTR, etc.), then you do not have to worry about your tagging strategy. You can find that information on your CPC platform (e.g., AdWords). But if you want to find out visitors’ behavior after they click on your ads and visit your site, behavior such page views, bounce rate and time on site, you must use an analytics package like Google Analytics and tag your campaign correctly.
Google Analytics offers both auto and manual tagging options. With auto tagging, you don’t have to do anything other than make sure the auto tagging setting is on. Google automatically adds GCLID tags without any manual process. This code is unique at a keyword level. The resultant URL looks like this: www.mysite.com/?gclid=123xyz. But auto tagging is only for Google’s AdWords campaigns. Therefore, if your clients are only running campaigns on Google, we would recommend this. It is easy to set up and it is more accurate.
If your ads are across multiple engines, you would have to manually tag CPC campaigns for other engines. Manual tagging requires appending campaign variable tags to the end of URLs. You can use Google’s URL Builder tool to do this. Here is an example of the manually tagged URL:
www.mysite.com/?utm_source=google&utm_medium=cpc&utm_campaign=my_campaign&utm_term=my_keyword.If you do manual tagging, here are the two common problems faced:
- Google Analytics does not give ad group level information. It only shows the campaign- and keyword-level data.
- In order to identify the paid keywords, you must fill in each keyword in the “Term” field in the URL Builder tool. If you have a big account with millions of keywords, this could be a very complicated process.
We recommended the following solutions for these two problems:
1.Use a unique ad group-level identifier for campaign names. For example, you can use campaign name and ad group name together to represent the ad group.
Campaign name: all product
Ad group Name: discount product
Campaign name to tag: all_product_discount_product
In this case, by looking at your campaign name, you would be able to see ad group-level information, within your campaign level reporting.
2. Use a dynamic key to catch the actual keywords
A dynamic key is a word that picks up the actual keywords. By using a dynamic key, you are able to save the actual step of putting in the real keywords. We have tested some dynamic keys for ads on major search engines on our own campaigns. The result shows the following three work the best.
- Yahoo: use {YSMKEY}
- Bing: use {Keyword}
- Google: use {keyword}
By using a dynamic key, your URL tag will look like this:
www.mysite.com/?utm_source=google&utm_medium=cpc&utm_campaign=my_campaign&utm_term={keyword}That’s it for this quick tag strategy. Please keep us posted if you have found other solutions or have any questions regarding the above content.
~lchen



Post a comment