Enabling Yahoo Search in Online Store
As the account in Yahoo Search service is created, Yahoo will provide you with a script of the kind:
<!-- yahoo.tpl variables: $yahoo.tagVersion, $yahoo.accountID, yahoo.marketID example: var cc_tagVersion = "{$yahoo.tagVersion}"; var cc_accountID = "{$yahoo.accountID}"; var cc_marketID = "{$yahoo.marketID}"; --> <script type="text/javascript"> //<!-- Overture Services Inc. 07/15/2003 var cc_tagVersion = "{$yahoo.tagVersion}"; var cc_accountID = "{$yahoo.accountID}"; var cc_marketID = "{$yahoo.marketID}"; var cc_protocol = "http"; var cc_subdomain = "convctr"; {literal} if(location.protocol == "https:") { cc_protocol="https"; cc_subdomain="convctrs"; } var cc_queryStr = "?" + "ver=" + cc_tagVersion + "&aID=" + cc_accountID + "&mkt=" + cc_marketID +"&ref=" + escape(document.referrer); var cc_imageUrl = cc_protocol + "://" + cc_subdomain + ".overture.com/images/cc/cc.gif" + cc_queryStr; var cc_imageObject = new Image(); cc_imageObject.src = cc_imageUrl; {/literal} // --> </script> <!-- end of yahoo.tpl -->
This script has several parameters that have to be configured in Billing in order for statistics to be collected. Below is a table of correspondence between script and Billing parameters:
Yahoo Script Parameters |
Billing Parameters |
---|---|
cc_accountID |
accountID |
cc_marketID |
marketID |
cc_tagVersion |
tagVersion |
To enable Yahoo Search service in online store:
- Open Products > Online Store > More and click Yahoo Search Integration.
- Select the "USE_YAHOO_SEARCH" parameter by clicking on the respective link in the Parameter Name or in the Value column. Selected parameter properties appear on the screen.
- Click Edit. The editing parameter dialog window is displayed.
- Select "true" from the Value list.
- Click Save to confirm changes.
- Click Cancel to return to parameters list.
- Select the "accountID" parameter by clicking on the respective link in the Parameter Name or in the Value column. Selected parameter properties appear on the screen.
- Click Edit. The editing parameter dialog window is displayed.
- Look through the script provided by Yahoo and find the "cc_accountID" parameter value. Type the value into the Value field (without quotas).
- Type a free-form description into the Description field.
- Click Save to confirm changes.
- Repeat steps 7 through 12 for the rest two parameters.
- Open Products > Online Store and click Synchronize now to finish enabling Yahoo Search in online store.
Each time a customer gets to the order confirmation screen, the online store will send information to Yahoo that the page has been visited. Yahoo will increment your sales counter.