Tracking Email campaign
-
I generated the following URL to track visits from newsletter.
http://www.example.com/ ?utm_source=newsletter1&utm_medium=email&utm_campaign=newletter2109
Do i have to use this link in our email ?
My question is it looks ugly. How do i shorten this ? Using bit.ly ?
But isn't it true that URL shortening services such as bitly, as some can increase the likelihood of email being marked as spam
-
Might you also consider that with emails, unlike webpages, you can use terms like 'click here' or images to get the user to click through or carry out an action.
Buttons and images have certainly seen a better CTR than plain text links in our email campaigns.
-
Shall i upload the .htaccess file after redirect ?
-
Yes, its s standard 301 redirect. You can replace "/newsletter2109/" with whatever you want, and that's the href you include in the email.
If you have not used the .htaccess for anything yet, be sure to put RewriteEngine On at the top of the file.
-Dan
-
Thanks Dan. Is the following code goes into .htacess file exactly like mentioned by you ? Redirect 301 /newsletter2109/ http://www.example.com/ ?utm_source=newsletter1&utm_medium=email&utm_campaign=newletter2109
-
Thanks Dan. Is the following code goes into .htacess file exactly like mentioned by you ? Redirect 301 /newsletter2109/ http://www.example.com/ ?utm_source=newsletter1&utm_medium=email&utm_campaign=newletter2109
-
Atul
I believe you have two options in this case.
1. Like Daniel said, only the href is going to look long and ugly, you can keep the anchor text nice and clean.
2. But if you still want to make the href its self look nicer, just set up a 301, like
Redirect 301 /newsletter2109/ http://www.example.com/ ?utm_source=newsletter1&utm_medium=email&utm_campaign=newletter2109
Users will see the link as http://www.example.com/newsletter2109/ but the 301 redirect will send the appropriate info into analytics.
-Dan
-
There is a difference between the links target and it's title, you could set it like this [http://www.example.com](http://www.example.com/ ?utm_source=newsletter1&utm_medium=email&utm_campaign=newletter2109) so that it keeps the tracking but looks pretty to the user.
As far as URL shortening services go, I don't think that it raises the chances of it being marked as spam, but I would imagine there being less 'trust' from many users when it comes to clicking a shortened URL.
Personally I'd keep the URL shortening services away from any email campaigns/newsletters and use them for Twitter and the like
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Tracked Event for Button Now I would I like to know that Customer reached to thank you page?
Hello Expert, For my ecommerce site I am tracking "Retrieve My Basket" button as event tracking. Now I want to know after retrieving basket did my customer reached to thank you page? So how should I track such goal? Thanks!
Reporting & Analytics | | dsouzac0 -
Implemented Enhance Ecommerce but Event tracking showing double
Hi, Today i have implemented Enhance Ecommerce with GTM everything working fine but in google analytic > Behavior > Events here all events figure i see double - triple so not getting exactly what is the issue. Thanks!
Reporting & Analytics | | varo0 -
Track subdomain in analytics
Hi, Our jobs section has recently been moved on to a subdomain https://jobs.ourwebsite.co.uk/home.html which is handled by a third party. Our analytics for the jobs section was lost as no code was added to the pages. Previously it was part of the main site. How do I track it as a subdomain so that it appears to be part of our main site? We have the old GA and universal GA code on the site Thanks
Reporting & Analytics | | Houses0 -
How do I add event tracking to these buttons?
I have two separate events that I would like to track on my site. [Ask a Question](javascript:__doPostBack('ctl00$MainContent$AskQuestionButton','')) and I think I would want to use this-_gaq.push ([‘_trackEvent’,’event category’,’event action’,’event label’, event value]); Is that correct? Where would I place it in the button code? Would this work?
Reporting & Analytics | | EcommerceSite
_gaq.push ([‘_trackEvent’,’AskAQuestion’,’Submitted’,’event label’, event value]); The event doesn't have a label or value. Are those left blank?1 -
URL String Tracking Question--Need help!
I am doing some research for a freelance project and found a URL receiving a decent amount of traffic from search with this url string after the normal page url (xxx.com/credit-card-counseling.aspx?match=e&query=debthelper.com&id=22097628847&id=1810807655) Is this some sort of GA tracking code? Why would it be used on that page to track organic search hits if that happens automatically? Would love some help figuring this out! Thanks,
Reporting & Analytics | | RickyShockley0 -
Where should I insert the code when I track an event on GA?
hi mozzers, I am trying to setup my first event to count the numbers of downloads of an infographic(pdf file) we just created on GA and after some research I figured that I should add this piece of code (below) but where exactly? <colgroup><col width="386"></colgroup>
Reporting & Analytics | | Ideas-Money-Art
| _gaq.push(['_trackevent', 'PDF', 'Download', 'name of file']); | Should I put it just in between _gaq.push(['_setDomainName', 'coit.com']); and _gaq.push(['_trackPageview']); ? Please provide details because I ve never done this before Thanks 🙂0 -
Tracking visits who entered the site via subdomain in GA
Hello, Does anybody know how I can segment visits who entered my site via subdomain? For example: I want to know people who entered via subdomain.example.com/***** and not include people who entered via www.example.com Thanks in advance!
Reporting & Analytics | | A_Q0 -
Creating a Filter in GA to track Parent Category
I don't know if the title makes sense, but here's my question... Our newspaper website has multiple categories like World, Sport, Entertainment etc. Now, a story, belonging to the entertainment section maybe published on the entertainment page but is likely to have a slot somewhere on the Home page as well as other pages. The same goes for stories in sport etc. However, the url displays the date folllowed by the post title and thats it, no category name. Now, a user may end up going to a detailed story that belongs to the entertainment section (from the home page or any other page) without actually having visited the entertainment page. However, for tracking purposes, we want to see how many hits we got on the entertainment page and any story belonging to that particular section. So, my question is how do I go about creating filters that can help me track category page and detail story hits as one? Or, should I ammend the url structure (keep in mind we are using wordpress for our news website) to include category after the date and would this solve my problem of tracking? I asked a similar question recently but maybe I did not explain myself clearly. Thanks!
Reporting & Analytics | | RishadShaikh590