-
1. Re: Conditionnal content with geolocation
Liam Dilley Apr 27, 2012 3:50 PM (in response to M. Adey)1 person found this helpfulHi there,
A few questions..
- You want someone to log in and see their company logo? Or is it that somoene visits the site and based on their location the logo and content is different?
- If the latter my question is then why? It is good to know your goals and what you want to achieve but also why, there may always be better options.
Some things with BC:
- You have a module tag that renders the country of the person viewing the site so with javascript and CSS you can show/hide content based on the country.
- Nothing is in place with BC to go to the City and postcode level of the visitor.
- You have a module tag that renders their the ip of the visitor. You could use that and have javascript and a service of somesort with the library of those to access. You would defiantly need in the sites privacy and information very clearly telling people that content is being driven to them based on location as well though.
- Web apps currently do not interact with CRM Data other then know if a customer owns a web app item etc.
- You can not show CRM information or custom CRM fields etc to the website without having been logged in first. If you log in with the same credentials as an existing customer you can then push CRM data, cases, orders, custom CRM fields to them.
-
2. Re: Conditionnal content with geolocation
M. Adey Apr 30, 2012 5:23 AM (in response to Liam Dilley)Thank you Liam, always good advises.
The province where I live is divided into twenty administrative regions. For each region, a company is assigned. So when a visitor land on the site, I must be able to view the logo and contact information of the company from the specific region.
What I understand is that I am not able to access CRM information without being in asecure area. It therefore leaves me with the option of an xml and javascript / jquery.
Thank you