UTM Codes are a great way to see the results of your offline marketing

In today’s day and age, we are hit with so many types of marketing and advertising that we may not even notice all of them. When it comes to digital marketing, there are online and offline campaigns, and trying to see how these types of marketing are working for your company is extremely difficult.

As a marketing professional this is even more difficult, because you are responsible for showing results to your clients. One fantastic way to track your results is to use UTM (Urchin Tracking Module) codes. This simple technique can link your marketing practices to Google Analytics and give you the data you need to support an idea or switch gears to try something else.

What is a UTM code?

A UTM code is a simple code that you can attach to a custom URL in order to track a source, medium, and campaign name. This enables Google Analytics to tell you where searchers came from as well as what campaign directed them to you. A common use of UTM code is to create a vanity URL for each offline campaign, and then redirect that URL to whatever forwarding address you assign to it — most likely your main domain. This will give you the ability to track how a weekly newspaper ad, coupon, radio ad, or TV commercial is working without having to create custom landing pages for each campaign. By creating a separate UTM code for TV commercials and print ads, for example, you can get data on which generates more traffic, conversions, etc. Furthermore, you can track not only the source and the medium (radio, newspaper, coupon, etc.), but even individual campaign names like “Fall Chevy Sale.”

There are also some other values you can add to your code to monitor terms you are going after, or even specific content. Terms can include keywords like “gym shoes,” “chicago deep dish pizza,” or any other paid terms you are targeting. For content you may monitor two different ads that include the same message but different text to see which performs better.

Once you know the values you want to track, you can simply go to Google’s URL Builder, enter these values into the parameters, click “generate URL,” and bam, you are set. The wonderful thing about UTM codes is that you can change the code whenever you like to adjust the medium, month you may be running something, or any other factors you need tweaked.

Here is an example of what a UTM code may look like:

http://www.abc.com/?utm_source=Chicago%2BTribune&utm_medium=Newspaper%2BOctober&
utm_campaign=Chicago%2BPPC%2BSale

As you see, this is a newspaper ad running in October in the Chicago Tribune and is for a Chicago PPC sale. Going forward it would be a piece of cake to change the month for the campaign, the company I am running this with, and the focus of my sale.

In Google Analytics you can now track your offline campaign without building a whole new website for your vanity URL by looking in the Standard Reporting section, then in Traffic Sources, then Sources, and finally by clicking on Campaigns. In this section you should see the name of your Campaign followed by how well you are doing for a certain ad or strategy. The value and limits to this type of tracking are only limited by your imagination. Now you can tell your client or boss with exact data if their $20,000 radio ad or $10,000 newspaper ad is worth running every month.

UTM (Urchin Tracking Module) codes的更多相关文章

  1. UTM & User Tracking Message

    UTM & User Tracking Message utm_source https://marketingplatform.google.com/about/resources/link ...

  2. URL 链接中的 UTM参数何定义?

    浏览网页或者点击广告的时候,细心的朋友们或者有关注浏览器地址栏的 URL 链接时,一定会发现 utm_source 或者与其类似的链接,那么链接中的这个UTM参数有什么用呢? UTM 为“Urchin ...

  3. HBase实战 | 知乎实时数仓架构演进

    https://mp.weixin.qq.com/s/hx-q13QteNvtXRpNsE5Y0A 作者 | 知乎数据工程团队编辑 | VincentAI 前线导读:“数据智能” (Data Inte ...

  4. (转)用Flink取代Spark Streaming!知乎实时数仓架构演进

    转:https://mp.weixin.qq.com/s/e8lsGyl8oVtfg6HhXyIe4A AI 前线导读:“数据智能” (Data Intelligence) 有一个必须且基础的环节,就 ...

  5. opencv中的vs框架中的Blob Tracking Tests的中文注释。

    经过2天的努力终于算是大概弄清楚了opencv中的vs框架是大概是如何工作的了,下面贴一下我自己写的代码注释.非常详细.对初学者有帮助.尤其详细分析了RunBlobTrackingAuto()函数,在 ...

  6. 产品经理教你如何构建电商电销 CRM 系统

    在电销或网销行业中老板们会经常问到,上个月渠道投放花了多少钱,来了多少量,转化率怎么样,获得了多少新线索,获客成本如何,销售额是多少? 劈天盖地的各种数据需求飞来,没有一个像样的系统该如何是好?这时候 ...

  7. Man手册--nmap

    目录 nmap使用手册 附录: nmap使用手册 附录: NMAP(1) Nmap Reference Guide NMAP(1) NAME nmap - Network exploration to ...

  8. Intel® RealSense™ SDK Architecture

    In this article, we highlight some of the key changes that you can expect to see in the Intel RealSe ...

  9. Say bye to CMake and Makefile

    用了几年的CMake,最近想试着琢磨如何将C++应用的动态链接全部改成静态链接,发现还需要研究CMake的用法,进入CMake的文档, http://www.cmake.org/cmake/help/ ...

随机推荐

  1. 一:redis 的string类型 - 相关操作

    *redisclient使用: =============一类:string的方法================ 介绍:string是redis的最简单类型,一个key相应一个value,strin ...

  2. wpf控件开发基础(5) -依赖属性实践

    原文:wpf控件开发基础(5) -依赖属性实践 知识回顾 接上篇,回顾这三篇讲了什么东西 首先说明了属性的现存问题,然后介绍了依赖属性的基本用法及其解决方案,由于依赖属性以静态属性的方式存在,进而又介 ...

  3. DDD实战9 经销商领域上下文

    1.创建Dealer.Domain 类库项目 2.创建实体和值对象 3.安装ef的包 4.创建上下文接口(IDealerContext)之所以要创建上下文接口,是为了可替换,在其他项目总使用接口,当需 ...

  4. 2-5 利用RestTemplateCore简化调用Consul中的服务

    1.必须要安装RestTemplateCore包 2.请求服务,必须要知道 a Consul服务器的地址:b 请求的服务名 ;c 具体请求的api接口 利用RestTemplateCore简化调用Co ...

  5. Java文件运用

    1.使用java修改文件内容: package fileopt; import java.io.BufferedReader; import java.io.BufferedWriter; impor ...

  6. VC除零异常(错误)捕获

    // testFinally.cpp : Defines the entry point for the console application. // #include "stdafx.h ...

  7. JSON的一些要点总结 专题

    JavaScript Object Notation CSRF (pronounced sea-surf) 字面量(literal):字符串的意思和要表达的意思是一致的 JSON 是一种数据交换格式( ...

  8. 【winows7+android-ndk-r9+Cygwin 】cocos2dx 2.*游戏移植Android平台完全手册

    为了有不少走的弯路.这里简要记录cocos2d开发环境的搭建.android开发环境搭建.android NDK环境搭建.终于实现cocos2dx 2.* 游戏Android平台移植. 转载请注明出处 ...

  9. Kivy A to Z -- Kivy 示例演示自带名单

    所有的样品已经在Android 4.04 手机正常进行 1.demo/kivycatalog 这个例子说明了如何使用主控件,例如Layout,Button,MediaPlayer,Progress B ...

  10. 第一个spring boot工程

    参考. 1. 碰到的问题: -出现bind:address already in use是因为当前项目正在运行,停掉当前项目即可.cmd中命令 netstat -nao 查看所有占用的端口及PID号, ...