Go Toast ROI Implementation

This is an archive of old posting to the User Forum

Go Toast ROI Implementation

Postby Jay Guliano » Mon Aug 12, 2002 7:30 pm

We are having trouble trying to capture the total sales amount on each
transaction for our Go Toast ROI tracking system. Everything seems to be
working properly except the final piece of code that needs placed in the
footer of the Thank You screen. We can not seem to figure out how to pull
the total sale amount into the Go Toast provided code. Has anyone
implemented this system and if so what code did you use and where did you
place it?

--
Feel free to email me back directly should you have any additional
questions.
Please attach this email to your reply so we may continue the conversation.
Thanks for shopping at On Time Mall Inc,
Jay D. Guliano
jay@ontimemall.com
www.ontimemall.com
CLICK ON THE LINK ABOVE TO RETURN TO OUR SITE
Jay Guliano
 

Re: Go Toast ROI Implementation

Postby loren_d_c » Mon Aug 12, 2002 9:24 pm

You would need to write a script (in Perl, PHP, C, etc) that uses the
ShopSite Order API to get the variables you need and then output them in
the HTML code above the thankyou screen. Go to Merchandising -> Order
API and click the red '?' in the navbar to see the online documentation
of the variables avaiable via the Order API (note, I know that several
people have written code like this for ShopSite before, one in
particular is Commission Junction, who is probably a competitor of Go
Toast).

-Loren



Jay Guliano wrote:
We are having trouble trying to capture the total sales amount on each
transaction for our Go Toast ROI tracking system. Everything seems to be
working properly except the final piece of code that needs placed in the
footer of the Thank You screen. We can not seem to figure out how to pull
the total sale amount into the Go Toast provided code. Has anyone
implemented this system and if so what code did you use and where did you
place it?

--
Feel free to email me back directly should you have any additional
questions.
Please attach this email to your reply so we may continue the conversation.
Thanks for shopping at On Time Mall Inc,
Jay D. Guliano
jay@ontimemall.com
www.ontimemall.com
CLICK ON THE LINK ABOVE TO RETURN TO OUR SITE
loren_d_c
 
Posts: 2571
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere

Re: Go Toast ROI Implementation

Postby Jay Guliano » Mon Aug 12, 2002 11:33 pm

My code GURU has tried several times to capture the sale amount and insert
it into the code provided by Go Toast but has not been able to get it to
work. If I understand him correctly it has to do with the way our host has
the server set up. I would like to communicate with a ShopSite user that has
the ROI system from Go Toast working on their site and see exactly how they
did the final part of capturing the sale amount and inserting it into the
code provided. The code they provide is below.

<!--BEGIN ROI TRACKING Code-->
<script language="javascript"
src="http://roi.GoToast.com/ROI/Track.asp?ROIID=***************"></script>
<script language="javascript">
<!--
if (typeof(ROIID) + '' != 'undefined')
{
TrackEvent('Sale', 100);
}
//-->
</script>
<!--END ROI TRACKING Code-->

Where it says "100" is what we need to replace with the actual total sale
amount. Unfortunatel we have been unable to figure out how to drop teh sale
amount into that spot. My code guy has tried using the order API function
for this but could not get it to work. This code is to be placed somewhere
on the last page they see after the sale has completed. This would be the
Thank You page. Still looking for an answer to this one............

--
Feel free to email me back directly should you have any additional
questions.
Please attach this email to your reply so we may continue the conversation.
Thanks for shopping at On Time Mall Inc,
Jay D. Guliano
jay@ontimemall.com
www.ontimemall.com
CLICK ON THE LINK ABOVE TO RETURN TO OUR SITE


"Loren" <loren_d_c@yahoo.com> wrote in message
news:3D588A1B.80E0D196@yahoo.com...
You would need to write a script (in Perl, PHP, C, etc) that uses the
ShopSite Order API to get the variables you need and then output them in
the HTML code above the thankyou screen. Go to Merchandising -> Order
API and click the red '?' in the navbar to see the online documentation
of the variables avaiable via the Order API (note, I know that several
people have written code like this for ShopSite before, one in
particular is Commission Junction, who is probably a competitor of Go
Toast).

-Loren



Jay Guliano wrote:

We are having trouble trying to capture the total sales amount on each
transaction for our Go Toast ROI tracking system. Everything seems to be
working properly except the final piece of code that needs placed in the
footer of the Thank You screen. We can not seem to figure out how to
pull
the total sale amount into the Go Toast provided code. Has anyone
implemented this system and if so what code did you use and where did
you
place it?

--
Feel free to email me back directly should you have any additional
questions.
Please attach this email to your reply so we may continue the
conversation.
Thanks for shopping at On Time Mall Inc,
Jay D. Guliano
jay@ontimemall.com
www.ontimemall.com
CLICK ON THE LINK ABOVE TO RETURN TO OUR SITE
Jay Guliano
 

Re: Go Toast ROI Implementation

Postby loren_d_c » Tue Aug 13, 2002 11:27 am

The answer is still in using the Order API. That is the only way I can think of
to get the values from a ShopSite order, format them how you want them (in a
piece of JavaScript, in an href URL, etc), and onto the thankyou screen. In your
situation, I would use the Order API to output the sale amount in a JavaScript
variable at the top of the thankyou screen, and then
put the rest of the JavaScript code in the 'text at the bottom of the thankyou
screen' box calling that variable set by the Order API.

Unless you do not have access to your 'sc' cgi directory (which is where the
Order API script must reside), then there probably isn't anything about the way
your host is set up that would keep the Order API from working.

-Loren



Jay Guliano wrote:

My code GURU has tried several times to capture the sale amount and insert
it into the code provided by Go Toast but has not been able to get it to
work. If I understand him correctly it has to do with the way our host has
the server set up. I would like to communicate with a ShopSite user that has
the ROI system from Go Toast working on their site and see exactly how they
did the final part of capturing the sale amount and inserting it into the
code provided. The code they provide is below.

!--BEGIN ROI TRACKING Code--
script language="javascript"
src="http://roi.GoToast.com/ROI/Track.asp?ROIID=***************"></script
script language="javascript"
!--
if (typeof(ROIID) + '' != 'undefined')
{
TrackEvent('Sale', 100);
}
//--
/script
!--END ROI TRACKING Code--

Where it says "100" is what we need to replace with the actual total sale
amount. Unfortunatel we have been unable to figure out how to drop teh sale
amount into that spot. My code guy has tried using the order API function
for this but could not get it to work. This code is to be placed somewhere
on the last page they see after the sale has completed. This would be the
Thank You page. Still looking for an answer to this one............

--
Feel free to email me back directly should you have any additional
questions.
Please attach this email to your reply so we may continue the conversation.
Thanks for shopping at On Time Mall Inc,
Jay D. Guliano
jay@ontimemall.com
www.ontimemall.com
CLICK ON THE LINK ABOVE TO RETURN TO OUR SITE

"Loren" <loren_d_c@yahoo.com> wrote in message
news:3D588A1B.80E0D196@yahoo.com...
You would need to write a script (in Perl, PHP, C, etc) that uses the
ShopSite Order API to get the variables you need and then output them in
the HTML code above the thankyou screen. Go to Merchandising -> Order
API and click the red '?' in the navbar to see the online documentation
of the variables avaiable via the Order API (note, I know that several
people have written code like this for ShopSite before, one in
particular is Commission Junction, who is probably a competitor of Go
Toast).

-Loren



Jay Guliano wrote:

We are having trouble trying to capture the total sales amount on each
transaction for our Go Toast ROI tracking system. Everything seems to be
working properly except the final piece of code that needs placed in the
footer of the Thank You screen. We can not seem to figure out how to
pull
the total sale amount into the Go Toast provided code. Has anyone
implemented this system and if so what code did you use and where did
you
place it?

--
Feel free to email me back directly should you have any additional
questions.
Please attach this email to your reply so we may continue the
conversation.
Thanks for shopping at On Time Mall Inc,
Jay D. Guliano
jay@ontimemall.com
www.ontimemall.com
CLICK ON THE LINK ABOVE TO RETURN TO OUR SITE
loren_d_c
 
Posts: 2571
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere


Return to User Forum Archive

Who is online

Users browsing this forum: No registered users and 68 guests