Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Interchange: users

can we link directly to a product page and track affiliate info?

 

 

Interchange users RSS feed   Index | Next | Previous | View Threaded


natalia at idea-bureau

Jul 22, 2009, 7:55 AM

Post #1 of 6 (1000 views)
Permalink
can we link directly to a product page and track affiliate info?

Hi, I am just starting to work with Interchange. I have a client that is
wanting to do more with affiliates on their website. We want to let the
affiliates link to a specific product page.

I have looked at Interchange documentation and I am under impression that
the products CAN be linked to directly and the affiliate name can be passed
in the URL, so from URL
https://www.shopthevalley.ca/cgi-bin/shopthevalley?mv_pc=KelownaEvents the
variable mv_pc should be passed down to individual products.

However, this is not happenning. When I enter the website at the affiliate
URL and get to individual products, the variable in URL changes

http://www.shopthevalley.ca/cgi-bin/shopthevalley/THOR-011.html?id=vIb6IyeZ&mv_pc=595

Could you please explain to me how the affiliate information is tracked in
Interchange? I took the URL of the product and stuck the mv_pc=KelownaEvents
at the end of it instead of 595 number and did a test purchase, but the sale
did not record as affiliate sale.
Natalia



Natalia Usselman
250-448-7996
www.idea-bureau.com
Feature Project:
Search BC campgrounds by proximity to water, electrical hook-ups and more at
www.gocampingbc.com


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


carl at endpoint

Jul 22, 2009, 8:26 AM

Post #2 of 6 (925 views)
Permalink
Re: can we link directly to a product page and track affiliate info? [In reply to]

On Jul 22, 2009, at 10:55 AM, Natalia Usselman wrote:

> Hi, I am just starting to work with Interchange. I have a client
> that is
> wanting to do more with affiliates on their website. We want to let
> the
> affiliates link to a specific product page.
>
> I have looked at Interchange documentation and I am under impression
> that
> the products CAN be linked to directly and the affiliate name can be
> passed
> in the URL, so from URL
> https://www.shopthevalley.ca/cgi-bin/shopthevalley?
> mv_pc=KelownaEvents the
> variable mv_pc should be passed down to individual products.
>
> However, this is not happenning. When I enter the website at the
> affiliate
> URL and get to individual products, the variable in URL changes
>
> http://www.shopthevalley.ca/cgi-bin/shopthevalley/THOR-011.html?id=vIb6IyeZ&mv_pc=595
>
> Could you please explain to me how the affiliate information is
> tracked in
> Interchange? I took the URL of the product and stuck the
> mv_pc=KelownaEvents
> at the end of it instead of 595 number and did a test purchase, but
> the sale
> did not record as affiliate sale.
> Natalia

Natalia,

The use of the mv_pc variable for this purpose is deprecated. Please
use mv_source=KelopwnaEvents instead for your incoming links. (ref: http://www.interchange.rtfm.info/icdocs/Special_form_variables.html#mv_pc)
. The mv_pc variable is also used as a "page counter" to prevent
proxy servers from caching the page, which explains why you see
mv_pc=595 in your example link above.

The source/affiliate code information is not maintained/echoed in the
url on every page. After the first (landing) page, it is recorded in
the customer's session information. In a typical IC demo store setup,
this information is then recorded in the transactions table in the
"affiliate" field. You can also check on any page by adding this tag
[data session source]. If that variable is not being set in your
session then we can look at other possibilities for the cause.

If the affiliate source is not being recorded at your site check to
see what is being specified for the affiliate field in etc/
log_transaction.

Regards,
Carl
. . . . . . . . . . . . . . . . . . .
Carl Bailey
t: 919-323-8025
carl [at] endpoint
. . . . . . . . . . . . . . . . . . .


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


natalia at idea-bureau

Jul 22, 2009, 9:08 AM

Post #3 of 6 (937 views)
Permalink
Re: can we link directly to a product page and track affiliateinfo? [In reply to]

>You can also check on any page by adding this tag
>[data session source]. If that variable is not being set in your
>session then we can look at other possibilities for the cause.

so should this work then with the affiliate name KelownaEvents?

http://www.shopthevalley.ca/cgi-bin/shopthevalley/THOR-011.html?id=vIb6IyeZ&mv_source=KelownaEvents



_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


carl at endpoint

Jul 22, 2009, 9:19 AM

Post #4 of 6 (927 views)
Permalink
Re: can we link directly to a product page and track affiliateinfo? [In reply to]

On Jul 22, 2009, at 12:08 PM, Natalia Usselman wrote:

>> You can also check on any page by adding this tag
>> [data session source]. If that variable is not being set in your
>> session then we can look at other possibilities for the cause.
>
> so should this work then with the affiliate name KelownaEvents?
>
> http://www.shopthevalley.ca/cgi-bin/shopthevalley/THOR-011.html?id=vIb6IyeZ&mv_source=KelownaEvents
>

That should work as far as th mv_source setting is concerned, but you
should not include the id=.... part in the link placed at the remote
affiliate site. Interchange assigns a unique session id to each
visitor. By specifying an ID in your link, you force everyone to use
the same shopping session.

Carl
. . . . . . . . . . . . . . . . . . .
Carl Bailey
t: 919-323-8025
carl [at] endpoint
. . . . . . . . . . . . . . . . . . .


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


gert at 3edge

Jul 22, 2009, 10:18 AM

Post #5 of 6 (932 views)
Permalink
Re: can we link directly to a product page and track affiliateinfo? [In reply to]

> -----Original Message-----
> From: interchange-users-bounces [at] icdevgroup [mailto:interchange-
> users-bounces [at] icdevgroup] On Behalf Of Natalia Usselman
> Sent: Wednesday, July 22, 2009 7:08 PM
> To: interchange-users [at] icdevgroup
> Subject: Re: [ic] can we link directly to a product page and track
> affiliateinfo?
>
> >You can also check on any page by adding this tag
> >[data session source]. If that variable is not being set in your
> >session then we can look at other possibilities for the cause.
>
> so should this work then with the affiliate name KelownaEvents?
>
> http://www.shopthevalley.ca/cgi-bin/shopthevalley/THOR-
> 011.html?id=vIb6IyeZ&mv_source=KelownaEvents

In the demo store it works, ie:
http://demo.icdevgroup.org/i/demo1/os28007.html?mv_source=hardhat

And yes as Carl said, not with the id= ...

CU,

Gert


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users


peter at pajamian

Jul 22, 2009, 12:36 PM

Post #6 of 6 (939 views)
Permalink
Re: can we link directly to a product page and track affiliateinfo? [In reply to]

On 07/22/2009 09:19 AM, Carl Bailey wrote:
> By specifying an ID in your link, you force everyone to use
> the same shopping session.

Not really, but the advice is still good. You should remove id= from
your links.


Peter


_______________________________________________
interchange-users mailing list
interchange-users [at] icdevgroup
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Interchange users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.