As someone who watches the Superbowl for the ads, seeing the Google “Parisian Love” was a real treat. With a dash of sugar Google really highlighted the broad features of the Google search engine. The Google Search Appliance provides many of the same functions, securely for the enterprise. It was get to point the the TV and tell friends and family “That is what we do for clients.” Which is pretty much true….well add a dash of Kerburos or a custom SAML interface
Remember that when you delete an account, you also delete all of the documents that that user was an owner of. If you are forced to terminate someone, simply change their password until you have time to reassign ownership of their documents.
Recently, while working on a Google Search Appliance implementation involving a custom SAML interface users were being returned documents in some cases which they did not have access to. In reviewing the logs, we found that SharePoint was responding with an HTTP status of 200.
The GSA resolves late binding by performing a head request. Our case involved a user being granted access to a document by the GSA that they shouldn’t have. For reasons unknown, when one user accessed a page, they got a 401 (unauthorized) and when another use accessed the page, they got an error. Both users were not able to access the document.
The head request was something similar to:
This appears to be a standard 200 response, but it contains something interesting. There is an additional header called SharePointError. In digging around MSDN, I found this article . The SAML bridge had to be modified to check for this head in addition to the response. The existence of this header does not indicate a failure, only that it needs to be future examined to see if the user has access.
gsa-faceted-search helps you build a faceted search experience. The filters are static but provide a very rich ability to filter without a hole lot of XSLT modifications. There is a simple 3 step process documented here on adding it to your search interface.
Earlier this week, Google release version 2.4. This is the first public accessible version of the connectors. Connections as part of this release are:
SharePoint
Documentum
LiveLink
FileNet
File Systems – new (aka beta)
Databases – new (aka beta)
Upon first view of them, it looks like they incorporate many of the suggestions we have posted on this blog over the past few months. (i.e. use javascript to produce the results [Thanks Jon Doctor!]). We’ll be posting a how to get the best search out of SharePoint with a Google Search Appliance shortly.
Customers interested in assistance with deployment of the connectors please contact us.
I spent the last hour trying to find a regular expression to parse a url that was url-encoded or to match between two words. Java was having a difficult time retrieving the url since it was parameter=something& but rather proxystylesheet%3Ddefault_frontend%26. The expression is:
(?<=proxystylesheet%3D).*?(?=%26)
Where proxystylesheet is the parameter you are looking for. This won’t find the value if it is at the end of the line but in my case, that is unnecessary.
When Google originally announced the features for the most recent refresh of Google Analytics we were excited. But not that they have finished rolling most of them out, to everyone’s analytics accounts, it is pretty awesome. For a free product Google Analytics now is pretty feature rich.
Of all the new Google Analytics features we feel the there are 3 the really stand out.
1. Custom Variables
Finally! Custom variables in Google Analytics will now allow you to set up to five variables per page. This is a vast improvement over the old _setVar. You can set three types: visitor, session or page. The flexibility this will allow is amazing. This feature is even more compelling when you consider that you can now also use custom variables in advanced segments.
2. Annotations
This is very helpful. Add notes to data that will allow you to keep better track of external marketing’s effect on traffic.
3. Expanded Goals Functionality
Let’s me honest, four goals was never enough. Not a problem anymore! You now have 20 goal that are segmented into Goal groups for 5 each. This is great for grouping conversion actions. In addition to an expanded number of goals you can also track site engagement through goals.
Head over to Google Code to get all the documentation on these new features.
Yesterday, Google announced a new Asynchronous Tracking Code for Google Analytics. While initially in Beta, the code will allow for tracking of events before all the scripts on your page load. Should be a great improvement for rich media or large content site tracking.
The new tracking snippet offers the following benefits:
Faster tracking code load times for your web pages due to improved browser execution
Enhanced data collection and accuracy
Elimination of tracking errors from dependencies when the JavaScript hasn’t fully loaded