I wanted to track what happened when i sent out a mailshot in google analytics. I search the web to find out how and even the Google Analytics Help But came across the URL builder tool
It involves appending URL tracking parameters to the end of all hyperlinks in the email to your site. Check out the URL builder tool. You're destination URL (or hyperlink) might look something like the example below. www.mysite.com?utm_source=constant+contact&utm_medium=email&utm_campaign=winter_2009&utm_content=logo+imageThe source and medium parameters will allow you to identify traffic from your emails. You also gain the ability to get a little more information about the traffic source. For example, if you send multiple emails for the same campaign you can use the campaign variable to aggregate all of the traffic from that one campaign. You can use the content parameter to briefly describe which element in the email users clicked on, which will help you understand what is enticing to users.Good luck!
Tuesday, 5 January 2010
Saturday, 29 November 2008
So after a couple of years of had work and many changes I have finished the villacentre new .net website, which includes all front office and back office processing.
It also include new SEO processing and site maps for villas in spain, villas in portugal, cyprus, algarve, france and other locations.
It also include new SEO processing and site maps for villas in spain, villas in portugal, cyprus, algarve, france and other locations.
Monday, 6 October 2008
.NET Formatting Strings Leading Zero's
If you are looking a formatting string to sort out those issues with having a numeric value padded with a leading zero, this is the solution that i found
*
Dim IntValue as Integer = 5
*
* D or D (Decimal): This represents leading zeros
String.Format({o:D6}", intValue) * Output is "0005"
*
Dim IntValue as Integer = 5
*
* D or D (Decimal): This represents leading zeros
String.Format({o:D6}", intValue) * Output is "0005"
Saturday, 4 October 2008
Travel Websites
Well i thought i would share my websites that I have built over the last 8-10 years from HTML, ASP and ASP.NET
Villa Holidays - Villas in Spain by VillaCentre
Villa Holidays with private pool by Villa World
Concert Tickets - Tina Turner Tickets by Event Travel
and my latest project
Holiday Property by Holiday Atlas
Villa Holidays - Villas in Spain by VillaCentre
Villa Holidays with private pool by Villa World
Concert Tickets - Tina Turner Tickets by Event Travel
and my latest project
Holiday Property by Holiday Atlas
Labels:
holidays,
pool,
private,
property,
spain,
tina tuner,
villa holidays,
villas
Subscribe to:
Posts (Atom)