1 - Start collecting data

You first need to setup a code ( javascript or iframe ) that will allow us to build your profiles.

JavaScript version :

 
			var adbass = {
				key: 'KEY'
				,value: 'VALUE'
				,rules: 'RULE'
				,days: DAYS
			};
			document.write('');
			
IFrame version :
 
			
			
Be careful to replace all the following macro with one appropriate value.

KEY : should be replace by the name of the attribute ( only alpha numeric characters are authorized )
VALUE : value stored for this attribute ( only alpha numeric characters are authorized )
RULE : [ optional ] last : last value win, min : minimal value win, max : maximal value win ( Default rule is last )
DAYS : [ optional ] should be replace by an integer between 0 and 60. Will be used as the number of days the value should be stored for this attribute. ( Default value for DAYS is 31 ).

2 - Request profiles

Once the initial setup has been done and validated by our support team, you can start requesting profiles from the database.

We provide you a simple API in order to get a webuser profile.

3 - Plug the behaviour targeting in your adserver

This is the final step that will allow you to start using behaviour targeting with your own adserver.

As this step can depend on the adserver you are currently using, please contact us in order to start using profiles.