473,545 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is the best way to track marketing campaigns (using IIS / asp.net 2.0)

Microsoft IIS (latest)
asp.net 2.0
Hi

How can we track (numerous) separate marketing campaigns using IIS and
asp.net (2.0)?

(We are trying hard to AVOID having to set up a new directory for
every single marketing campaign...
so what is the best way to do create trackable URLs?)
So for example if we publish a marketing URL (in say a printed
newspaper) of

"www.ourdomain. com/xyzabc"

....then if the directory "/xyzabc" does not exist on our server, it
will generate a 404 error, right?

Now at present, the URL is then redirected to the page
"www.ourdomain. com/movetonewsite.a spx" , which then
redirects the user to the splash (i.e. welcome) page URL, which is:

"www.ourdomain. co.uk/splash-page.aspx?Moved To=NewSite"

The problem is that SOMEHOW we need to get the "xyzabc" bit added to
the URL so that our
marketing people can track it.
i.e. ideally we would like it to be referred on to a URL such as:

"www.ourdomain. co.uk/splash-page.aspx?
MovedTo=NewSite &referrer=www.o urdomain.com/xyzabc"

or better:

"www.ourdomain. co.uk/splash-page.aspx?
MovedTo=NewSite &referrer=xyzab c"
Is there some clever way of to stuffing the referrer into the URL that
the 404 error throws
so that our marketing system (WebAbacus from Foviance) can readily
track it?

- Can anyone help?
- What do other people do on other sites ?

Many thanks
Ship
Shiperton Henethe

Jul 11 '07 #1
2 2484
have you looked into any of the URL rewriting options

http://pietschsoft.com/blog/post.aspx?postid=762

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"ship" <sh*****@gmail. comwrote in message
news:11******** **************@ k79g2000hse.goo glegroups.com.. .
Microsoft IIS (latest)
asp.net 2.0
Hi

How can we track (numerous) separate marketing campaigns using IIS and
asp.net (2.0)?

(We are trying hard to AVOID having to set up a new directory for
every single marketing campaign...
so what is the best way to do create trackable URLs?)
So for example if we publish a marketing URL (in say a printed
newspaper) of

"www.ourdomain. com/xyzabc"

...then if the directory "/xyzabc" does not exist on our server, it
will generate a 404 error, right?

Now at present, the URL is then redirected to the page
"www.ourdomain. com/movetonewsite.a spx" , which then
redirects the user to the splash (i.e. welcome) page URL, which is:

"www.ourdomain. co.uk/splash-page.aspx?Moved To=NewSite"

The problem is that SOMEHOW we need to get the "xyzabc" bit added to
the URL so that our
marketing people can track it.
i.e. ideally we would like it to be referred on to a URL such as:

"www.ourdomain. co.uk/splash-page.aspx?
MovedTo=NewSite &referrer=www.o urdomain.com/xyzabc"

or better:

"www.ourdomain. co.uk/splash-page.aspx?
MovedTo=NewSite &referrer=xyzab c"
Is there some clever way of to stuffing the referrer into the URL that
the 404 error throws
so that our marketing system (WebAbacus from Foviance) can readily
track it?

- Can anyone help?
- What do other people do on other sites ?

Many thanks
Ship
Shiperton Henethe

Jul 11 '07 #2
Hi,

ISAPI_Rewrite can do alot of things when it comes to the URL. I am almost
sure it can do what you are talking about in this post.

http://www.isapirewrite.com/

But...if there is a request for "/xyzabc", then it is logged in the IIS
log file, and by this you should be able to at least get the number of
requests this marketing campaign generated. But perhaps your tools gets
you more information (such as sales numbers generated from the campaign),
and therefore it is a must to rewrite the URL?

(I mean, why make it difficult if you have all the necessary information
alreadly).

Hope this helps.

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
ship wrote:
>Microsoft IIS (latest)
asp.net 2.0
Hi

How can we track (numerous) separate marketing campaigns using IIS and
asp.net (2.0)?

(We are trying hard to AVOID having to set up a new directory for
every single marketing campaign...
so what is the best way to do create trackable URLs?)
So for example if we publish a marketing URL (in say a printed
newspaper) of

"www.ourdomain. com/xyzabc"

...then if the directory "/xyzabc" does not exist on our server, it
will generate a 404 error, right?

Now at present, the URL is then redirected to the page
"www.ourdomain .com/movetonewsite.a spx" , which then
redirects the user to the splash (i.e. welcome) page URL, which is:

"www.ourdomain. co.uk/splash-page.aspx?Moved To=NewSite"

The problem is that SOMEHOW we need to get the "xyzabc" bit added to
the URL so that our
marketing people can track it.
i.e. ideally we would like it to be referred on to a URL such as:

"www.ourdomain. co.uk/splash-page.aspx?
MovedTo=NewSit e&referrer=www. ourdomain.com/xyzabc"

or better:

"www.ourdomain. co.uk/splash-page.aspx?
MovedTo=NewSit e&referrer=xyza bc"
Is there some clever way of to stuffing the referrer into the URL that
the 404 error throws
so that our marketing system (WebAbacus from Foviance) can readily
track it?

- Can anyone help?
- What do other people do on other sites ?

Many thanks
Ship
Shiperton Henethe
Jul 31 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

34
5087
by: Brandon J. Van Every | last post by:
What do you think of this Python logo? http://pythonology.org/logos Good, bad, indifferent, love it, hate it? -- Cheers, www.indiegamedesign.com Brandon Van Every Seattle, WA Brandon's Law (after Godwin's Law): "As a Usenet discussion grows longer, the probability of
5
2537
by: Daniel Pryde | last post by:
Hi everyone. I was wondering if anyone might be able to help me out here. I'm currently looking to find the quickest way to find a best fit match in a large array. My problem is that I have an array of, say, 600*400, which contains a value at each point, and I need to find the value in that array which is closest to the input value. It's...
125
14577
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
0
2307
by: Nathanael | last post by:
Hi Guys, You probably have heard of affiliate marketing before but what exactly is affiliate marketing? In this introduction you'll find an explanation of the basics of affiliate marketing. The principle of affiliate marketing The principles of affiliate marketing are pretty easy. A merchant who wants to sell more may decide to offer an...
34
3565
by: emrahayanoglu | last post by:
Hello Everyone, Now, I'm working on a new web framework. I tried many test on the other programming languages. Then i decided to use python on my web framework project. Now i want to listen all of you. What do you want in that web framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)? I'm wating your answers. Thank you...
20
10006
by: Joe | last post by:
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and Dundas has bugs and doesn't do a good enough job displaying axis labels and is very slow to paint large numbers of series and data points. We're...
7
3376
by: SM | last post by:
Hello, I have an XML file that looks like this <?xml version="1.0" encoding="UTF-8"?> <discography> <CD> <title>Moonlight</title> <year>1974</year> <description>
8
2010
by: jehugaleahsa | last post by:
Hello: We wrote an entire application where we add our DataRows to our DataTables immediately. However, we have to shut off our constraints to do this. We would like to use detached DataRows to circumvent this. What do you normally do to track detached DataRows? Is there a way to retrieve them? or do I have to stored them in some...
0
7490
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7935
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7449
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6009
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5351
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3479
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3465
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1911
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.