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:

  1. Open Products > Online Store > More and click Yahoo Search Integration.
  2. 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.
  3. Click Edit. The editing parameter dialog window is displayed.
  4. Select "true" from the Value list.
  5. Click Save to confirm changes.
  6. Click Cancel to return to parameters list.
  7. 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.
  8. Click Edit. The editing parameter dialog window is displayed.
  9. Look through the script provided by Yahoo and find the "cc_accountID" parameter value. Type the value into the Value field (without quotas).
  10. Type a free-form description into the Description field.
  11. Click Save to confirm changes.
  12. Repeat steps 7 through 12 for the rest two parameters.
  13. 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.