Anybody added the Google or overture sciptes to their Shopsite for
conversion tracking?
We have tried even with our developer and haven't been able to succeed!
Help!!
Jim Terra
jterra@qualityflags.com
http://www.qualityflags.biz
Anybody added the Google or overture sciptes to their Shopsite for
conversion tracking?
We have tried even with our developer and haven't been able to succeed!
Help!!
Jim Terra
jterra@qualityflags.com
http://www.qualityflags.biz
Hello Jim,
For adding the Overture tracking, you'll need to use a custom checkout CGI
to write the necessary tracking information into the header of the page
generated when an order is completed.
Send me an email at webmaster@davesmotors.com and I can give you more
details.
"James Terra" <jterra@qualityflags.com> wrote in message
news:ci9s9l$j9d$1@eval.shopsite.com...
Anybody added the Google or overture sciptes to their Shopsite for
conversion tracking?
We have tried even with our developer and haven't been able to succeed!
Help!!
Jim Terra
jterra@qualityflags.com
http://www.qualityflags.biz
That seems odd.
Can't you just copy the code into your page anywhere? I do that on Yahoo
Store and it works fine.
"Dave's Discount Motors" <webmaster@davesmotors.com> wrote in message
news:cia7tn$orh$1@eval.shopsite.com...
Hello Jim,
For adding the Overture tracking, you'll need to use a custom checkout CGI
to write the necessary tracking information into the header of the page
generated when an order is completed.
Send me an email at webmaster@davesmotors.com and I can give you more
details.
"James Terra" <jterra@qualityflags.com> wrote in message
news:ci9s9l$j9d$1@eval.shopsite.com...
Anybody added the Google or overture sciptes to their Shopsite for
conversion tracking?
We have tried even with our developer and haven't been able to succeed!
Help!!
Jim Terra
jterra@qualityflags.com
http://www.qualityflags.biz
You might be able to if you have ShopSite Pro v7.0. It depends on the code
the 3rd party (Overture, etc) provides. If it is just JavaScript and has a
variable that represents the amount of the sale, you should be able to
just put the conversion code somewhere on the thankyou screen and replace
that JavaScript variable in the 3rd-party code with the corresponding one
that ShopSite Pro v7 sets up in the head section of the thankyou page that
contains the amount of the order.
If the tracking program uses HTML (for example, many tracking programs,
especially affiliate tracking programs, use an image tag to pass the order
variables back to their tracking system), then you will have to write your
own JavaScript code that prints out that HTML with the JavaScript
variables mentioned above in the correct places in the HTML code.
Note that not all shoppers will have JavaScript turned on in their
browsers (although most probably will), so if your tracking company
provides an HTML collection method rather than JavaScript and you don't
want to throw JavaScript in the mix because some shoppers may not have it
turned on, then you would have to use some other means to dynamically get
the amount of the order into the HTML, and that means a script written for
the ShopSite Pro Order API feature.
And if you have an older version of ShopSite Pro than v7.0, then Order API
would be your only option because having many of the order variables
already setup in JavaScript variables in the head section of the shopping
cart screens ready for you to use for things like this was new in v7.
-Loren
Psage wrote:
That seems odd.
Can't you just copy the code into your page anywhere? I do that on Yahoo
Store and it works fine.
"Dave's Discount Motors" <webmaster@davesmotors.com> wrote in message
news:cia7tn$orh$1@eval.shopsite.com...
Hello Jim,
For adding the Overture tracking, you'll need to use a custom checkout
CGI
to write the necessary tracking information into the header of the page
generated when an order is completed.
Send me an email at webmaster@davesmotors.com and I can give you more
details.
"James Terra" <jterra@qualityflags.com> wrote in message
news:ci9s9l$j9d$1@eval.shopsite.com...
Anybody added the Google or overture sciptes to their Shopsite for
conversion tracking?
We have tried even with our developer and haven't been able to succeed!
Help!!
Jim Terra
jterra@qualityflags.com
http://www.qualityflags.biz
Here's one wasy way to handle this:
A script such as this one - I call it overture.cgi - will take care of
your
needs. Note that the script does nothing if the paytype is 7 (paypal) in
order to avoid interference.
To make sure you count conversions accurately, you want them to be tracked
once an order is completed i.e. on the dynamically generated thank you
page.
Thus, you'll need the Shopsite tags in the HEAD section of the page.
Users browsing this forum: No registered users and 29 guests