Rek.ai on an intranet

Rek.ai on an intranet

Start here

OG metadata

The first aspect you should consider is that metadata in the form of images and lead paragraphs is included on the pages. These are what we send along when recommendations are presented. You can enable this by adding them in the page's code in the same way as is done for platforms like Twitter or Facebook, using OG tags:

How to make intranet recommendations contain images and texts

Validation: Select "View page source" and check so OG-tags exists in the code and has correct values.

What do we know about our user?

To personalize in the best possible way, we want to inform the model about the department each employee works in. We first need to find out what values you have access to in the user object:

What parameters do my user have?

Send user information

Once you know what data you have about the employees, you can submit this information with each page view and recommendation:

How you can add page and user information on an intranet

Validation: Check the Payload of the "view" request sent to rek.ai. In the object there shall be a array named "cf" containing the data. Read more about validating CF

Validate access

If you wish to ensure that a user has the right to view the pages during a recommendation, you can check each page's access rights with every recommendation:

Validate user access