I don't know how helpful this is (process of elimination perhaps :)), but we're not very happy with stellant. Everything just seems 3 times more difficult than it needs to be.
- Home
- jenny05
Latest posts made by jenny05
-
RE: Need a good Oracle friendly CMS to host our blog
-
RE: Google Webmaster Keyword Significance.
My newbie thought is it's fine to have VAT on every page, but if webmaster tools thinks that your site is about VATs so there needs to be more content to tell google otherwise. The only way to tell google what your site is about is through the content.
EGOL - how did I do
-
RE: Title Suggestions for my New Book?
Search Gets Social: Leveraging the power of inbound marketing - I like that
I also like 'for decision makers' rather than owners for some of the other suggestions
-
RE: Are xml sitemaps still in use today?
There was just a webinar on sitemaps. Maybe that can help you Sorry I'm too new to give a good answer!
-
RE: Google Analtyics Cross Domain Tracking - in a form
Thanks I'll take a look again. My form is special I guess, you leave the site and there's no iframe
-
RE: Google Analtyics Cross Domain Tracking - in a form
http://www.ronjonresort.com/reservations/default.aspx - That's the page, since your'e being sooo helpful, I should make it easy.
Yes they leave my site. Click Check Availability
-
RE: Google Analtyics Cross Domain Tracking - in a form
I think I could, but supposedly this should work! Google says it works, my vendor says it works (though I don't believe them :P) and I have it working for a link just not a form
-
RE: Google Analtyics Cross Domain Tracking - in a form
I don't own the second domain, the booking company does. So I don't care and can't control what they do on their end. So this is all on my site.
This problem is using the form rather than a traditional link, when I have straight link like this, I don't get the erroneous enteries as my domain as a referral in GA.
onclick="pageTracker._link(this.href);return false;">
Book NowThanks for your help BTW
-
RE: Google Analtyics Cross Domain Tracking - in a form
I changed the names for the post, not sure that's necessary. bookingengine.com is the second domain that hosts our online reservations systems. I realy would like to track through out the reservations making process which is the reason for the tracker object.
-
Google Analtyics Cross Domain Tracking - in a form
I have a 3rd party booking engine that is causing my own domain to show up as a top referreral in google analytics. The vendor is on my very last nerve So they're not helping.
Would anyone be interested in helping a newbie out with a frustrating problem?
Code:
Reservations Page -
function SubmitReservationForm() {.
.
.
.
ResLink = "http://www.bookingengine.com/res/vn4/checka.aspx?month=" + Month + "&day=" + Day + "&year=" + Year + "&nights=" + Nights + "&rooms=" + Rooms + "&adults=" + Adults + "&children=" + Children + "&B1=Check+Availability&hotelid=xxxx"
pageTracker._link(ResLink);
return true;
}On Every page:
Any thoughts would be appreciated! I believe the problem is pageTracker._link(ResLink); but I'm clueless on fixing it.
Best posts made by jenny05
-
RE: Are xml sitemaps still in use today?
There was just a webinar on sitemaps. Maybe that can help you Sorry I'm too new to give a good answer!
-
RE: Need a good Oracle friendly CMS to host our blog
I don't know how helpful this is (process of elimination perhaps :)), but we're not very happy with stellant. Everything just seems 3 times more difficult than it needs to be.
-
Google Analtyics Cross Domain Tracking - in a form
I have a 3rd party booking engine that is causing my own domain to show up as a top referreral in google analytics. The vendor is on my very last nerve So they're not helping.
Would anyone be interested in helping a newbie out with a frustrating problem?
Code:
Reservations Page -
function SubmitReservationForm() {.
.
.
.
ResLink = "http://www.bookingengine.com/res/vn4/checka.aspx?month=" + Month + "&day=" + Day + "&year=" + Year + "&nights=" + Nights + "&rooms=" + Rooms + "&adults=" + Adults + "&children=" + Children + "&B1=Check+Availability&hotelid=xxxx"
pageTracker._link(ResLink);
return true;
}On Every page:
Any thoughts would be appreciated! I believe the problem is pageTracker._link(ResLink); but I'm clueless on fixing it.
-
RE: Google Analtyics Cross Domain Tracking - in a form
I changed the names for the post, not sure that's necessary. bookingengine.com is the second domain that hosts our online reservations systems. I realy would like to track through out the reservations making process which is the reason for the tracker object.
Looks like your connection to Moz was lost, please wait while we try to reconnect.