Anda di halaman 1dari 13

Leadgrabber / Dpisteur

Prospects Web

Prospects inc.

What is the purpose of the Prospects Web Leadgrabber?


The Leadgrabber allows real-estate agents who own a personal web site to integrate an option of the Prospects Web system directly into their web pages. More precisely, the Leadgrabber has been designed to allow an agent to be notified in real-time, in his Prospects Web account, when a potential client sends an information request through his own web site. The request sent through the Leadgrabber will automatically create a contact data sheet, and an event of type To Do in the agents Prospects Web account, in addition to notifying him visually if he is present or as soon as he logs in his account. The event created will be linked to the new contact, and possibly to a new listing if the client provided information on his own property.

How to use the Leadgrabber?


Follow these simple steps to integrate the Leadgrabber to a web site: 1- You must know the token (tok variable) of the agent, which will be provided to you by an automated email upon request from an agent. This token will identify the agent in Prospects Web. 2- Then, simply add the token as an http parameter to the request for the Online Report in one or more of the web pages belonging to the agent. Each link must contain the type parameter, which specifies what type of request the client will see (see page 4). 1. Ex1 : Normal HREF link:
<a href="http://www.prospectsweb.com/prospects/leadgrabber.do?tok=[tok]&type=[1,2,3]" target="_blank">Evaluation request </a>

or with Javascript to control the dimensions of the target window:


<a href="#" onclick="window.open('http://www.prospectsweb.com/prospects/leadgrabber.do?tok=[tok] &type=[1,2,3]&lang=fr', '_blank', 'width=550,height=550,scrollbars=yes,resizable=yes'); return false;"> Evaluation request </a>

2. Ex2 : Through an IFrame


<iframe src="http://www.prospectsweb.com/prospects/leadgrabber.do?tok=[tok]&type=[1,2,3]" width="700" height="550"> </iframe>

Support technique / tech support : tech@prospects.com

Prospects Web

3. Ex3 : Through window.open in Javascript


function showLead(pSia){ var leadWindow = open('about:blank','lead','resizable=no,width=700,height=550'); leadWindow.focus(); document.leadForm.SIA.value = pSia; document.leadForm.submit(); } <form name="leadForm" action="http://www.prospectsweb.com/prospects/leadgrabber.do" target="lead" method="POST"> <input type="hidden" name="tok" value="[tok]"/> <input type="hidden" name="SIA" value=""/> <input type="hidden" name="type" value="[1,2,3]"/> </form> <a href="" onclick="showLead('[NUMSIA]');return false;">Evaluation request</a>

** We suggest that you use option 3, for aesthetic and security reasons.

Other options
1. The Leadgrabber is available in english or french. To specify the language, you must add the lang=fr or lang=en parameter to the address leading to the Leadgrabber. French will be used by default.
<a href="http://www.prospectsweb.com/prospects/leadgrabber.do?lang=en..."

2. The display style of the Leadgrabber page can be personalized according to your themes, as long as you respect the standard StyleSheet (http://www.w3.org/Style/CSS/). Also, we allow you to insert logos or images of any size, at the location you prefer in the page. You must use the following css style classes [backTop, backBottom, backLeft, backRight, backFull] according to the desired location of your images. You must specify the following attributes to each style class: width, height, backgroundimage:url([address of image]). All other styles can also be specified. To use a stylesheet, add the URL of your CSS file in the style_url parameter of the HTTP request. This address must be public and available on a web server. The default style used is:
body{background-color:#FFFFFF;} BODY, INPUT, OPTION, TEXTAREA, TABLE, TD, TR {FONT-FAMILY:Arial,Helvetica,sansserif;font-size:10pt;font-weight:normal;color:#333333;} TEXTAREA {border:1px solid #333333;word-wrap:break-word;} INPUT{border:1px solid #333333;} .errorMsg {color:#CC0033;border-bottom:1px solid #333333;border-top:1px solid #333333} .sectionTitle{font-weight:bold;padding-top:10px;border-bottom:1px solid #333333;} .sectionRed{color:#CC0033;font-size:8pt;padding-left:10px;} .sectionRedSia{color:#CC0033;font-size:10pt;font-weight:bold;}

Support technique / tech support : tech@prospects.com

Prospects Web

Request types
You can use 3 types of Leadgrabber requests. Each will show a different form to the user. You must simply specify a parameter called type with a value of either 1,2 or 3. type=1 : Shows a Showing request for a specific listing. You must pass along an additional parameter SIA=[mls number] if you want this request to be linked to a listing.

Support technique / tech support : tech@prospects.com

Prospects Web

type=2 : Shows a Buyer`s request

Support technique / tech support : tech@prospects.com

Prospects Web

type=3 : Shows an Evaluation request . An evaluation request will also create a listing of type Prospects in the Prospects Web account, listing that will correspond to the information provided by the client on his property1.

This function is only allowed for users who are registered for the listing creation service, which is independent of the Leadgrabber.

Support technique / tech support : tech@prospects.com

Prospects Web

Parameters
Leadgrabber address http://www.prospectsweb.com/prospects/leadgrabber.do Mandatory http parameters tok Provided in the initial email from the agent. Ex : I*Ch3*L59kcfoB8CNTiAfIhvyupHbcKyK5RRQsGv*q5eTQXCjF1q5cL4SDlcMeB3Uc*AVmOx*1TmGZiseoOjaA== type 1,2 or 3 according to the type of request.

Optional http parameters lang fr or en SIA iIA The MLs number of a listing for which a visit request is sent. Mandatory if you specify type=1. Set to 1 if you want the address of the property to appear in the LeadGrabber request of type=1 (if set to 1, the listings show address on MLS flag will be used; if the listing agent has decided not to allow the propertys address to appear on MLS, this setting will be ignored) Set to 0 if you dont want the address of the property to appear in the page.

style_url The address of your CSS file. Ex : http://www.agent.com/styles/prospects.css In case of error during a request, an informational message will be shown to the client. ** Please note that the minimal dimensions required to display the LeadGrabber vary according to the type of request shown and size and layout of images inserted through the stylesheet.

Support technique / tech support : tech@prospects.com

Prospects Web

quoi sert le Dpisteur de Prospects Web ?


Le Dpisteur permet aux agents immobiliers possdant un site web dintgrer une option du systme Prospects Web leur site Internet personnel. Plus prcisment, le Dpisteur a t conu afin de permettre lagent dtre averti en temps rel dans son compte Prospects Web lorsquune demande dinformation est faite partir de son site Internet. La demande faite partir du Dpisteur crera automatiquement un nouveau contact et une activit de type Activit faire dans le compte Prospects Web de lagent, en plus de le notifier automatiquement sil est prsent ou ds le moment o il se branchera Prospects Web. Lactivit cre sera alors lie au nouveau contact, et possiblement une inscription si le client a fourni des informations concernant sa proprit vendre.

Comment utiliser le Dpisteur ?


Il suffit de suivre les tapes suivantes afin de pouvoir utiliser cette option : 1. Vous devez connatre le token (variable tok) de lagent, qui vous sera fourni par un courriel automatis, la demande de lagent lui-mme. Celui-ci permet didentifier lagent sur Prospects Web. 2. Il vous suffira ensuite dajouter ce token aux paramtres de la requte http depuis une page html du site de lagent. Chaque lien doit obligatoirement avoir le paramtre type qui spcifie le type de demande que vous dsirez afficher (voir page 10). 3. Ex1 : Lien href normal sur la page :
<a href="http://www.prospectsweb.com/prospects/leadgrabber.do?tok=[tok]&type=[1,2,3]" target="_blank">Demande dvaluation </a>

ou avec un contrle Javascript sur les dimensions de la fentre ouvrir :


<a href="#" onclick="window.open('http://www.prospectsweb.com/prospects/leadgrabber.do?tok=[tok] &type=[1,2,3]&lang=fr', '_blank', 'width=550,height=550,scrollbars=yes,resizable=yes'); return false;"> Demande dvaluation</a>

4. Ex2 : Lutilisation partir dun IFrame


<iframe src="http://www.prospectsweb.com/prospects/leadgrabber.do?tok=[tok]&type=[1,2,3]" width="700" height="550"> </iframe>

5. Ex3 : Lutilisation avec window.open en Javascript

Support technique / tech support : tech@prospects.com

Prospects Web

function showLead(pSia){ var leadWindow = open('about:blank','lead','resizable=no,width=700,height=550'); leadWindow.focus(); document.leadForm.SIA.value = pSia; document.leadForm.submit(); } <form name="leadForm" action="http://www.prospectsweb.com/prospects/leadgrabber.do" target="lead" method="POST"> <input type="hidden" name="tok" value="[tok]"/> <input type="hidden" name="SIA" value=""/> <input type="hidden" name="type" value="[1,2,3]"/> </form> <a href="" onclick="showLead('[NUMSIA]');return false;">Demande de visite</a>

** Nous vous suggrons fortement dopter pour lexemple 2 ou 3 pour des questions desthtique

Autres options
1. Le Dpisteur peut safficher en franais et en anglais. Pour ce faire il vous suffit de rajouter le paramtre lang=fr ou lang=en selon la langue daffichage dsire. La langue franaise sera prise en considration par dfaut si vous nen spcifiez pas.
<a href="http://www.prospectsweb.com/prospects/leadgrabber.do?lang=en..."

2. Le style daffiche de la page du Dpisteur peut tre personnalis selon votre got tant que vous respectez le format standard du StyleSheet (http://www.w3.org/Style/CSS/). De plus nous vous permettons dafficher un logo ou images, peu importe la taille, et lendroit que vous dsirez. Il vous suffit de crer un style qui se nomme [backTop, backBottom, backLeft, backRight, backFull] selon lendroit o vous dsirez afficher votre ou vos logos. ce style, vous devez spcifier obligatoirement les options suivantes : width, height, background-image:url([ladresse de votre logo]). Tous les autres styles peuvent galement tre spcifis. Pour applique votre StyleSheet, ajouter ladresse du fichier .css correspondante dans le paramtre style_url de la requte. Le style utilis par dfaut est :
body{background-color:#FFFFFF;} BODY, INPUT, OPTION, TEXTAREA, TABLE, TD, TR {FONT-FAMILY:Arial,Helvetica,sansserif;font-size:10pt;font-weight:normal;color:#333333;} TEXTAREA {border:1px solid #333333;word-wrap:break-word;} INPUT{border:1px solid #333333;} .errorMsg {color:#CC0033;border-bottom:1px solid #333333;border-top:1px solid #333333} .sectionTitle{font-weight:bold;padding-top:10px;border-bottom:1px solid #333333;} .sectionRed{color:#CC0033;font-size:8pt;padding-left:10px;} .sectionRedSia{color:#CC0033;font-size:10pt;font-weight:bold;}

Support technique / tech support : tech@prospects.com

Prospects Web

Types de demandes
Il est possible dafficher 3 types de demande du Dpisteur. Chacune delle affichera un formulaire diffrent. Vous navez qu spcifier le type 1, 2 ou 3 au paramtre obligatoire type. type=1 : Affiche une Demande de visite . Vous devez galement passer le paramtre SIA=[un numro sia] si vous dsirez que la demande soit lie une inscription.

Support technique / tech support : tech@prospects.com

10

Prospects Web

type=2 : Affiche une Demande acheteur

Support technique / tech support : tech@prospects.com

11

Prospects Web

type=3 : Affiche une Demande dvaluation . Une demande dvaluation crera galement une inscription de type Prospects dans le compte Prospects Web, inscription correspondant la proprit du client dsirant une valuation2.

Cette fonction nest disponible quaux usagers abonns au service de cration dinscription , indpendant du Dpisteur.

Support technique / tech support : tech@prospects.com

12

Prospects Web

Paramtres
Adresse du dpisteur http://www.prospectsweb.com/prospects/leadgrabber.do Paramtres obligatoires tok Fourni dans le courriel dinformation. Ex : I*Ch3*L59kcfoB8CNTiAfIhvyupHbcKyK5RRQsGv*q5eTQXCjF1q5cL4SDlcMeB3Uc*AVmOx*1TmGZiseoOjaA== type 1,2 ou 3 selon le type de dpisteur voulu.

Paramtres optionnels lang fr ou en SIA iIA Le no. SIA de linscription pour laquelle la demande est faite. Obligatoire si vous utilisez un type 1. Mettre 1 si vous dsirez que ladresse de la proprit apparaisse dans la page de demande Dpisteur de type=1. (Si ce paramtre = 1, lindicateur adresse sur SIA de linscription sera utilis; si lagent inscripteur a dcid de ne pas permettre dafficher ladresse sur SIA, ce paramtre sera ignor) Mettre 0 si vous ne dsirez pas que ladresse de la proprit apparaisse dans la page.

style_url Ladresse du fichier CSS. Ex : http://www.agent.com/styles/prospects.css En cas derreur durant le traitement de la demande, un message sera affich lutilisateur. **Veuillez noter que la dimension minimale requise pour laffichage du Dpisteur varie selon le type de requte affiche, et selon la taille et disposition des images spcifies travers la feuille de styles.

Support technique / tech support : tech@prospects.com

13

Anda mungkin juga menyukai