Best Destinations and Originations for


USA Data calculation based on sales
All other countried calculated as an expected profitability based on Customer Views and destination rates
USA data customer view
OVERALL SALES last month, 2 month ago 3 month ago 4 month ago

Advanced Export
Generate list of most profitable originations/destinations for given customer ip Specify size to control number of results (default = 10) Data returned as a serialized php array [id_country, f(inv#), f(sale), Country Name, Rate, URL] f(inv) and f(sale) - percent like function from invoice number and sales * top5 profitable destinations/originations are always present * less profitable d./o.are randomized * final like is sorted alphabetically // TOP Originations to country(ip) /export/assistbook.php/top-orig?ip=87.250.251.11 // TOP Originations to country(id_country) // country(ip) is always included in list /export/assistbook.php/top-orig?ip=87.250.251.11&cn={id_country} /export/assistbook.php/top-orig?ip=87.250.251.11&cn={country_iso3166_2_letter_code} // TOP Destinations from country(ip) /export/assistbook.php/top-dest?ip=87.250.251.11 // TOP Destiations from country(id_country) // country(ip) is always included in list /export/assistbook.php/top-dest?ip=87.250.251.11&cn={id_country}