nsForum logo

Welcome Guest ( Log In )

 
Reply to this topicStart new topic
> Affiliate Code Location
sweetnsourtees
post Feb 23 2009, 08:39 PM
Post #1





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



I am trying to set up a Shareasale Affiliate program and not sure where to enter the tracking code. I use Shareasale with my other network solutions site but it was migrated from v4 to v7 so not sure where the code went. Does anyone know where this needs to be added to make it work?
Go to the top of the page
 
+Quote Post
Wackyjazz
post Feb 24 2009, 07:10 AM
Post #2





Group: Verified NS Member
Posts: 210
Joined: 27-June 08
From: em thar hills in Virginia
Member No.: 1,342



Are you the publisher or the merchant with Shareasale? I use them but I have never entered any code in to V7. What I have done is used the discounts to create a tracking url if that is what you are asking..

Go to Operations > Discounts > then set up a discount order (set discount to zero)> at the bottom of the page you will see a coupon code, which will create a custom url you can use for tracking. You can then see this tracking info in GA.

Hope this helps.


QUOTE (sweetnsourtees @ Feb 23 2009, 08:49 PM) *
I am trying to set up a Shareasale Affiliate program and not sure where to enter the tracking code. I use Shareasale with my other network solutions site but it was migrated from v4 to v7 so not sure where the code went. Does anyone know where this needs to be added to make it work?
Go to the top of the page
 
+Quote Post
sweetnsourtees
post Feb 24 2009, 07:16 AM
Post #3





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



QUOTE (Wackyjazz @ Feb 24 2009, 07:20 AM) *
Are you the publisher or the merchant with Shareasale? I use them but I have never entered any code in to V7. What I have done is used the discounts to create a tracking url if that is what you are asking..

Go to Operations > Discounts > then set up a discount order (set discount to zero)> at the bottom of the page you will see a coupon code, which will create a custom url you can use for tracking. You can then see this tracking info in GA.

Hope this helps.

I am the merchant so code needs to be added so when customer checks out shareasale gets info and affiliate is paid
Go to the top of the page
 
+Quote Post
Wackyjazz
post Feb 24 2009, 07:30 AM
Post #4





Group: Verified NS Member
Posts: 210
Joined: 27-June 08
From: em thar hills in Virginia
Member No.: 1,342



Oh,..Ok..go to Operations > Payments > Edit Payment Method... in the customer message, put your tracking cookie. For mine to work, I had to toggle to the HTML mode before I could get the tracking pixel to fire.

Hope this helps..



QUOTE (sweetnsourtees @ Feb 24 2009, 07:26 AM) *
I am the merchant so code needs to be added so when customer checks out shareasale gets info and affiliate is paid
Go to the top of the page
 
+Quote Post
sweetnsourtees
post Feb 24 2009, 11:32 AM
Post #5





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



QUOTE (Wackyjazz @ Feb 24 2009, 07:40 AM) *
Oh,..Ok..go to Operations > Payments > Edit Payment Method... in the customer message, put your tracking cookie. For mine to work, I had to toggle to the HTML mode before I could get the tracking pixel to fire.

Hope this helps..

Thanks. So if I accept payment via credit card, paypal and google checkout I would need to put it in each template?
Go to the top of the page
 
+Quote Post
ddavisNS
post Feb 24 2009, 11:36 AM
Post #6


QA


Group: Administrators
Posts: 1,751
Joined: 10-August 07
Member No.: 6



QUOTE (sweetnsourtees @ Feb 24 2009, 10:42 AM) *
Thanks. So if I accept payment via credit card, paypal and google checkout I would need to put it in each template?


All templates where you want the affiliate tracked.
Go to the top of the page
 
+Quote Post
sweetnsourtees
post Feb 24 2009, 03:59 PM
Post #7





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



QUOTE (ddavisNS @ Feb 24 2009, 11:46 AM) *
All templates where you want the affiliate tracked.

Ok I put it in but for some reason shareasale is not getting the info. I compared it to my other store and its in the same place and works fine there. When you say the html toggle, right now when I enter text there its html. Should I change it to use the editor or should it work in the html mode
Go to the top of the page
 
+Quote Post
Nuriel
post Feb 24 2009, 08:16 PM
Post #8





Group: Verified NS Member
Posts: 223
Joined: 3-September 08
Member No.: 2,275



Dave,

How can we track the Google Checkout Sales. Is the Pixel track ingintegration is complete?

if no any idea when we can have the integration of tracking and Googleanalytics complete?

Until it is done PPC campaigns statistics are completely off for those of us that use Google Checkout!

Thanks,

Nuriel
Go to the top of the page
 
+Quote Post
sweetnsourtees
post Feb 26 2009, 06:20 PM
Post #9





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



Is there anyone that is using shareasale that can show me what the code should look like. I am following their instructions and putting it in the confirmation message in the payment option selected but shareasale is saying its not tracking.
Go to the top of the page
 
+Quote Post
sweetnsourtees
post Mar 3 2009, 03:36 PM
Post #10





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



QUOTE (sweetnsourtees @ Feb 26 2009, 06:30 PM) *
Is there anyone that is using shareasale that can show me what the code should look like. I am following their instructions and putting it in the confirmation message in the payment option selected but shareasale is saying its not tracking.


Has anyone with v7 successfully added the Shareasale Code? I have been having trouble and am about to give up. My other version 7 store which was migrated from a v4 store has the code and it works but cannot get it to work with this store. This is the code I am supposed to add into the payment confirmation box'

<p>
<script type="text/javascript">
var subtotal = '<%Order.Total%>';
var tracking = '<%Order.Number%>';
document.write('<img src="https://shareasale.com/sale.cfm?amount=' +
subtotal + '&tracking=' + tracking +
'&transtype=SALE&merchantID=10897" width="1" height="1">');
</script>
</p>

Still no luck however. Any ideas?
Go to the top of the page
 
+Quote Post
Wackyjazz
post Mar 3 2009, 08:14 PM
Post #11





Group: Verified NS Member
Posts: 210
Joined: 27-June 08
From: em thar hills in Virginia
Member No.: 1,342



I am not sure you have the right terms...<%Order.Number%> , etc.

This is what I have, though not ShareASale but if I remember correctly I had to remove the <>.

src="https://www.myaffilatedomain.com/tracking/trackmerchant.php?PID=1561222&amp;AMOUNT=&lt;%Order.Subtotal%&gt;&amp;TYPE=1&amp;OID=&lt;%Order.Number%&gt;&amp;CURRENCY=USD" width="1" border="0"



QUOTE (sweetnsourtees @ Mar 3 2009, 03:46 PM) *
Has anyone with v7 successfully added the Shareasale Code? I have been having trouble and am about to give up. My other version 7 store which was migrated from a v4 store has the code and it works but cannot get it to work with this store. This is the code I am supposed to add into the payment confirmation box'

<p>
<script type="text/javascript">
var subtotal = '<%Order.Total%>';
var tracking = '<%Order.Number%>';
document.write('<img src="https://shareasale.com/sale.cfm?amount=' +
subtotal + '&tracking=' + tracking +
'&transtype=SALE&merchantID=10897" width="1" height="1">');
</script>
</p>

Still no luck however. Any ideas?
Go to the top of the page
 
+Quote Post
Ayla
post Mar 4 2009, 09:31 AM
Post #12





Group: Verified NS Member
Posts: 47
Joined: 30-May 08
Member No.: 1,208



QUOTE (sweetnsourtees @ Mar 3 2009, 03:46 PM) *
Has anyone with v7 successfully added the Shareasale Code? I have been having trouble and am about to give up. My other version 7 store which was migrated from a v4 store has the code and it works but cannot get it to work with this store. This is the code I am supposed to add into the payment confirmation box'

<p>
<script type="text/javascript">
var subtotal = '<%Order.Total%>';
var tracking = '<%Order.Number%>';
document.write('<img src="https://shareasale.com/sale.cfm?amount=' +
subtotal + '&tracking=' + tracking +
'&transtype=SALE&merchantID=10897" width="1" height="1">');
</script>
</p>

Still no luck however. Any ideas?


My Shareasale tracking code works, I copied and pasted below for you to see mine. Hope it helps.

<p>

<script type="text/javascript">
//<![CDATA[
var subtotal = '<%Order.Total%>';
var tracking = '<%Order.Number%>';
document.write('<img src="https://shareasale.com/sale.cfm?amount=' + subtotal + '&tracking=' + tracking + '&transtype=SALE&merchantID=XXXXX" width="1" height="1">');
//]]>
</script></p>

<div>Thank you for your order! We appreciate your business very much.</div>

<div>&nbsp;</div>

<div>&nbsp;</div>
Go to the top of the page
 
+Quote Post
Ayla
post Mar 4 2009, 09:36 AM
Post #13





Group: Verified NS Member
Posts: 47
Joined: 30-May 08
Member No.: 1,208



QUOTE (Ayla @ Mar 4 2009, 09:41 AM) *
My Shareasale tracking code works, I copied and pasted below for you to see mine. Hope it helps.

<p>

<script type="text/javascript">
//<![CDATA[
var subtotal = '<%Order.Total%>';
var tracking = '<%Order.Number%>';
document.write('<img src="https://shareasale.com/sale.cfm?amount=' + subtotal + '&tracking=' + tracking + '&transtype=SALE&merchantID=XXXXX" width="1" height="1">');
//]]>
</script></p>

<div>Thank you for your order! We appreciate your business very much.</div>

<div>&nbsp;</div>

<div>&nbsp;</div>



I just thought of something else. I remember Shareasale told me that the lines must be exactly as they give them to you, ie: not to let the code wrap or break in a way they don't have it. (not sure if I am using correct terminology) I see yours on the line +subtotal + it continues on a different line not the way mine is????
Go to the top of the page
 
+Quote Post
Nuriel
post Mar 4 2009, 08:20 PM
Post #14





Group: Verified NS Member
Posts: 223
Joined: 3-September 08
Member No.: 2,275



Hi everyone!

I have asked this few times but no answer from NetworkSolutions.

Can I implement Pixel Tracking for Google checkout?

and if the answer is yes where do I insert the script?

Thanks,

Nuriel
Go to the top of the page
 
+Quote Post
sweetnsourtees
post Mar 10 2009, 08:34 AM
Post #15





Group: Verified NS Member
Posts: 181
Joined: 12-April 08
Member No.: 1,017



Finallly took care of that thanks. Is there anyway to make an affiliate code work with the Google Checkout. If so where does code need to be added
Go to the top of the page
 
+Quote Post
Wackyjazz
post Mar 12 2009, 05:56 AM
Post #16





Group: Verified NS Member
Posts: 210
Joined: 27-June 08
From: em thar hills in Virginia
Member No.: 1,342



Same place I would assume.

QUOTE (sweetnsourtees @ Mar 10 2009, 09:44 AM) *
Finallly took care of that thanks. Is there anyway to make an affiliate code work with the Google Checkout. If so where does code need to be added
Go to the top of the page
 
+Quote Post
Guest_recohen_*
post Apr 11 2009, 02:02 PM
Post #17





Guests






So, what ended up working? I'm having the same problem and tried all the codes pasted here - nothing works. The confirmation note window just eats the code I put in when I click save and it disappears. Any idea why that's happening?



QUOTE (sweetnsourtees @ Mar 10 2009, 09:44 AM) *
Finallly took care of that thanks. Is there anyway to make an affiliate code work with the Google Checkout. If so where does code need to be added
Go to the top of the page
 
+Quote Post
reneewood
post Jul 16 2009, 09:30 PM
Post #18





Group: Verified NS Member
Posts: 105
Joined: 20-August 08
Member No.: 2,051



Trying to install my ShareaSale code tonight but tech support is closed. I am following the instructions from ShareaSale, but don't see where I can uncheck the box labeled "word wrap". If anyone knows where this is, please advise....
Go to the top of the page
 
+Quote Post
kpahl
post Jul 17 2009, 08:48 AM
Post #19





Group: Verified NS Member
Posts: 87
Joined: 28-July 08
From: Newark, DE
Member No.: 1,664



QUOTE (reneewood @ Jul 16 2009, 10:40 PM) *
Trying to install my ShareaSale code tonight but tech support is closed. I am following the instructions from ShareaSale, but don't see where I can uncheck the box labeled "word wrap". If anyone knows where this is, please advise....


Hey Renee,

I just went through the whole process last night. You are right, the instructions state that, but I think they are using instructions for an older version. Anyway, just toggle to the HTML and then paste the code in. When I did mine, I had my wysiwyg turned off so it didn't wrap the code at all. Not sure if you'll need to do that first or not, but give it a shot. It worked for me! Hope that helps! (IMG:http://forums.networksolutions.com/style_emoticons/default/biggrin.gif)
Go to the top of the page
 
+Quote Post
reneewood
post Jul 17 2009, 09:25 AM
Post #20





Group: Verified NS Member
Posts: 105
Joined: 20-August 08
Member No.: 2,051



Bingo! That worked! Thanks! I guess I'm to the point now where I take the program live. This feels a bit more intimidating that it should be. It's just new to me and I want to be sure about my commission level, etc.

If anyone has enabled their ShareaSale affiliate program and is a NEWBIE, trying to be their own affiliate manager initially.....can you just chime in and let me know how the experience has gone for you.

I'm ready to activate, but need someone to push me off the cliff!
Go to the top of the page
 
+Quote Post
CrazyJoe
post Oct 30 2009, 03:44 PM
Post #21





Group: Verified NS Member
Posts: 128
Joined: 28-August 08
Member No.: 2,212



QUOTE
var subtotal = '<%Order.Total%>';


If you report on this value you will pay comissions on both shipping and sales tax.

To avoid this I am using:
var subtotal = '<%Order.Subtotal%>';
Go to the top of the page
 
+Quote Post
CrazyJoe
post Oct 30 2009, 03:48 PM
Post #22





Group: Verified NS Member
Posts: 128
Joined: 28-August 08
Member No.: 2,212



pay method for google checkout does not have a confirmation message. Where can I add the code so Google Checkout sales are included?

I posted this question a few days ago. I thought I'd try again. I thought that I'd use page 4 on the shopping cart for all pay methods but <%order.number%> doesn't work. Any ideas or suggestions?
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version    Network Solutions © 2009 Time is now: 22nd November 2009 - 06:51 AM
Domain Names | Web Hosting | Web Design | Shopping Cart Software | Online Marketing | SSL Certificates