Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sitecore MaxMind options

Sitecore 6.6 (Update 4).

MaxMind has an option for a Sitecore-specific lookup service that integrates with DMS. MaxMind also has some more generic web services.

Can the 'generic' web services be used in conjunction with Sitecore/DMS or am I limited to using the Sitecore-specific version? If there is no limitation, what reasons should I have for going with the Sitecore-specific version since it is more expensive.

Thanks!

like image 535
Craig Taylor Avatar asked May 13 '13 18:05

Craig Taylor


2 Answers

You can swap it out if you want: Sitecore GeoIP Country Resolving - Jump to Lightspeed. There is a GeoLite Resolver Module on Marketplace which uses the freely available GeoLite DB from MaxMind.

MaxMind is configured as a provider in Sitecore.Analytics.Config

like image 200
jammykam Avatar answered Sep 23 '22 01:09

jammykam


Sitecore DMS uses MaxMind web services by default. There is a MaxMindProvider class in the Sitecore DMS which extends LookupProviderBase class and gathers the information about the visitors in a way which fits well with Sitecore approach.

I assume that MaxMind services for Sitecore are more expensive (I haven't checked it, but this is what you've written in the question) cause they are prepared for the Sitecore specifically and you don't need to do any coding to enable them - there are out of the box with clean Sitecore DMS installation.

Still you can use your own provider for the GeoIP data and implement it in your own way, e.g. using the standard MaxMind services.

like image 32
Marek Musielak Avatar answered Sep 22 '22 01:09

Marek Musielak