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. No handler for type [text] declared on field [content]

    Install 1.compile checkout ik version respective to your elasticsearch version git checkout tags/{ve ...

  2. C++调用IDL程序的做法(二)

    作者:朱金灿 来源:http://blog.csdn.net/clever101 上次提到使用IDLDrawWidget Control 3.0来调用IDL程序,但是我们还有一些问题没有解决,比如C+ ...

  3. element-ui 自定义表单验证 , 但是不出现小红心了

    基本上按照文档上提供的方式做就没啥大问题 , 我遇到的问题是 , 自定义以后不显示小红星了 <el-form :model="ruleForm2" status-icon : ...

  4. less - 循环 loop

    .avatar-loop(@n, @i:1, @level) when (@i <= @n) { &:nth-child(@{level}) .item.item-@{i} { .ava ...

  5. 一篇简单易懂的原理文章,让你把JVM玩弄与手掌之中

    jvm原理 Java虚拟机是整个java平台的基石,是java技术实现硬件无关和操作系统无关的关键环节,是java语言生成极小体积的编译代码的运行平台,是保护用户机器免受恶意代码侵袭的保护屏障.JVM ...

  6. Qt自定义弹窗屏蔽父窗口(QWidget设置setWindowModality(Qt::ApplicationModal);以后再show)

    写Qt程序时遇到一个问题: Qt自带的弹窗功能单一,所以须要自己用ui设计弹窗的内容,这样弹窗就和普通窗口一样了,但问题是这个弹窗显示后父窗口还是活动的.网上找了很久找到了解决办法: Qt::Wind ...

  7. HTML 基础知识(特殊字符的转义)

    1. body.head(meta) <body></body>标签的常见属性: bgcolor:整个页面的背景: text:设置文本颜色 link:设置连接颜色(),vlin ...

  8. Editplus配置Python的开发环境

    Python 有很多集成开发工具,商业的有komodo,Wingide,Boa 等,还有Python 自带的集成环境IDLE,Windows 下还有PythonWin 等.但是,这些工具有的是过于复杂 ...

  9. Java踩坑之路

    陆陆续续学Java也快一年多了,从开始的一窍不通到现在的初窥门径,我努力过,迷茫过,痛过,乐过,反思过,沉淀过.趁着新年,我希望能把这些东西记下来,就当是我一路走来的脚印. 一.初识网站应用 记得第一 ...

  10. BigTable读后笔记

    BigTable读后笔记 GFS可能出现重复记录或者padding,Bigtable如何处理这种情况使得对外提供强一致性模型? ANS: Bigtable写入GFS的数据分为两种: 1)操作日志,当T ...