html >> passing code from login page to site

by werbiegolf » Fri, 08 Feb 2008 09:40:06 GMT

What I am trying to accomplish is to pass the unique user code from a login
page to the place holder in the advertising link. I have the place holder added
to all of the links in the site I now need the code for a login page

Thanks to anyone who can help

Dave Werbelow

How to use the Member ID Field





The Signature Affiliate must place &u1= plus the identifier at the end of the
first
href string in LinkShare merchant links. We suggest using a placeholder such
as
&u1=defaultmemberid. If you only have a few codes to edit, it would be easiest
to do so manually. For those employing a login for its site?s services, a
unique
identifier can be passed to the link code, or swapped out in place of
defaultmemberid via any number of methods, including Java scripts. Each
member/sub-site/organization should be correlated to a certain alphanumeric
character, such as Jane Doe equals 1234 and Bob Smith equals 5678. Please
note that the use of cookies is not advised because if one of your members has
disabled its cookies, the Member ID Field will not be tracked. Also, note that
the
Member ID is case sensitive, therefore a lower case ?u? and the numeral ?1?
must be used for the Member ID identifier to be tracked





A LinkShare Merchant link that has been properly appended with the Member ID
identifier may look like this:





<a href="http://click.linksynergy.com/fs-
bin/stat?id=/FYI6fQ9PWs&offerid=7097.10000015&type=3&subid=0&u1=Bob123"
>LinkShare Referral Program</a><IMG border=0 width=1 height=1
src="http://ad.linksynergy.com/fs-
bin/show?id=/FYI6fQ9PWs&bids=7097.10000015&type=3&subid=0" >





In this example, &u1=Bob123 would be representative of one particular member
or organization of the Signature Affiliate. The identifier changes for each
individual member or organization belonging to that Signature Affiliate?s
site.
The unique Member ID makes it possible for the Signature Affiliate to
distinguish
between members or organizations within the Member ID Field Report located in
its LinkShare Account. Here you can see the benefit of using a placeholder
such
as &u1=defaultmemberid. If you find that a transaction in your reports shows a
u1 value of defaultmemberid instead of Bob123, that will demonstrate that an
error could have occurred on your end with the way the Member ID was being
appended.




Similar Threads

1. Passing Variables through login page and view messages based on client id of login

I am in no way a coder and asp baffels me but for my own purposes I am trying 
to create a messages section on my web site  that when you register or login 
you are redirected to the messages section that will then show any messages 
base on there client id. When the register the client Id of autonumber in the 
database is automtic assigned. so how do i grab their id from the databse after 
loging in and pass a url paramater to the messages page/

 thanks for your help
  oh if you like to view the site it is jeremyselph.com
 /asp/clientlogin.asp
 login; tt
 pass:tt


2. Passing variable between asp login page and the redirected page - Asp.Net

3. Logging in and pass variables to another login page

:confused;

 Ok, here is what I'm trying to do. I have a site with a members only login, 
when they login I want them to go to another site in a frame and atuomatically 
login again using the same UserID and password. My client is using another site 
as part of her members section and I'm trying to keep the customers from having 
to log in twice. Something like :

 
https://www.htclient.com/clientaccess/ClientAccess.html?UserName=$Name&PassWord=
$Password

 where $Name and $Password are your login and password

4. Problem passing username from login page - Adobe Dreamweaver

5. url passed to login page then to unique url

I am trying to have severel links on one page.  Such as APPLE, ORANGE, PEACH.

What I want to do is when a user clicks the APPLE link, they go to my logon page, they get authenticated, then passed on to the APPLE page.

The same when a user clicks the ORANGE link, they go to my logon page, they get authenticated, then passed on to the ORANGE page. etc

The key is I want to use the SAME login.asp page.

How can I do this?



6. Passing Parameters from the login screen to another page - Dreamweaver

7. Passing Variables through login page

Hi all,

 I have a site www.hrhotlineinc.net that has a public and a member side.  On 
the public side is a list of articles.  Some are free and some are member only.

 When you click on the article that is members only it goes from article.php to 
members/articledetails.php.  The URL passes the variable articleID.

 If the user is not logged on the user goes to articlelogin when clicking the 
article and they login. Again, using the Dreamweaver User Authenitcation 
behaviour.  On success the user goes to articledetails.php in the members 
section.

 The issue is I have never worked with session variables before.  I tried to 
set one and echo that after the success url in the login but the page errors 
out.  

 How can I set that and still pass the articleID so it is readable in the url 
by the article detail page? 

 Thanks in advance.

8. Login page passing variables - Dreamweaver