You use the Profile Designer module to add properties to
Each profile property has attributes that define the characteristics of the information the property collects. For example, you can use the attributes of the profile property First Name to define the property as a single-valued string that can be exported to the Data Warehouse. You can also use the Profile Designer to add custom attributes to a profile property. You use custom attributes to define profile property characteristics that are not available in the existing attributes. For information about profile property attributes, see Profile Designer.
Use this | To do this |
Name | Type a programmatic name for the property. The name can contain a maximum of 128 alphanumeric characters and the underscore (_) symbol. The name cannot contain spaces. |
Display name | Type a display name for the property. The display name can contain a maximum of 128 characters. |
Description | Type a description for the property. |
Type | Select the property type from the drop-down list. Properties can be of the following types:
For information about adding a property of the type site term to a profile definition, see Adding a Site Term to a Profile Definition. For information about adding a property of the type profile to a profile definition, see Adding a Profile Definition to a Profile Definition. |
Use this | To do this |
Active | Select whether the new property is Active or Inactive. |
Map to data | Click the ellipsis […] button to open the Data Source Picker dialog box.
In the Data Source Picker dialog box, select the data member for the property. The data members available for the property are the data members that are not already used in the profile definition you are editing. Properties that are being used by the profile definition are unavailable. If you do not map the property to a data member, the property will not be persisted, but will be available in memory, for example to store state information while a user is visiting your Web site. |
Key type | Select a key type from the drop-down list:
Unique Key. Indicates that the value of this property is unique for all members. You map an attribute that is specified as a unique key to a unique field in a SQL Server database or to a unique attribute in a Lightweight Directory Access Protocol (LDAP) source. Primary Key. Indicates that the value of this property is unique for all members You map an attribute that is specified as a primary key to a primary field in a SQL Server database or to a unique attribute in a LDAP source. Join Key. Relates this property to another property in another data store in the Profile Service. Dual (Primary and Join) Key. Indicates that the value of this property is unique, and relates this property to a property in another data store. |
Required | Specify that the property requires user input. |
Exported | Specify that this property is to be imported into the Data Warehouse. |
Defer cache load | Specify that the property will not be returned until explicitly requested. |
Multi-valued | Specify that the property accepts multi-valued attributes. |
Searchable | Specify that the property will be available to the search function of the Web site. |
RDN | Mark this property as the Relative Distinguished Name (RDN) for all profiles to be mapped to Lightweight Directory Access Protocol (LDAP) sources. This does not apply to OLE DB Provider for Microsoft Commerce Server (OLE DB) sources, or any other data source type. |
Hashing key | Indicate that this property value will be |
The profile definition is saved with the new property. After you add a property to a profile definition, you must publish the changes on your Web site. For information about publishing your changes, see Publishing Profile Definition Changes on Your Web Site.
Use this | To do this |
Name | Type a programmatic name for the attribute. The name can contain a maximum of 128 alphanumeric characters and the underscore (_) symbol. The name cannot contain spaces. |
Display name | Type a display name for the attribute. The display name can contain a maximum of 128 characters. |
Description | Type a description of the attribute. |
Value | Type the value of the attribute. |
Note
The profile definition is saved with the new custom attribute. After you add a custom attribute to a profile definition, you must publish the changes on your Web site. For information about publishing your changes, see Publishing Profile Definition Changes on Your Web Site.
Adding a Property Group to a Profile Definition
Adding a Site Term to a Profile Definition