public User profile details
The user profile data can be presented everywhere in the public site in HTML, javascripts, with the help of the
functional tags. Function tags can be inserted as:
{{ function_tag: parameter }} or
{{ function_tag: parameter $|$ option_1 $|$ option_2 }}
The user profile data can be divided in seven different sections:
General profile information
field name | funtional tag parameter
| output type | description |
account id |
account-id |
GUID |
user account unique ID |
profile updated on |
updated-on |
DATETIME |
The date and time of the last profile update |
profile updated by |
updated-by |
TEXT |
The username of the last profile editor |
verified |
verified |
TEXT |
YES | NO boolean, whether the account is verified or not |
categories |
categories |
TEXT (CSV) |
comma separated list of categories (eg. "category 1,category 2") |
tags |
tags |
TEXT (CSV) |
comma separated list of tags (eg. "tag 1,tag 2") |
photo uri |
photo-url |
TEXT |
the external URL of the user's image |
photo |
photo |
TEXT |
the URL address of the photo uploaded in the current Integra installation or the external URL defined in the "photo uri", if the local is empty. If all fails the URL to a default photo image is returned.
|
Personal information
field name | funtional tag parameter | type | description |
name |
name |
TEXT |
Full name of the user (in most cases the first and the last name) |
first name |
first-name |
TEXT |
The first name of the user |
last name |
last-name |
TEXT |
The last name of the user |
honorific prefix |
honorific-prefix |
TEXT |
such as Dr. or Prof. |
honorific suffix |
honorific-suffix |
TEXT |
like M.D. |
rank |
rank |
TEXT |
the user community rank |
role |
role |
TEXT |
the user community role |
birthday |
birthday |
DATETIME |
birthdate of the user |
gender |
gender |
TEXT |
FEMALE | MALE |
hometown |
hometown |
TEXT |
the town where the user grew up or where has principal residence |
religion |
religion |
TEXT |
the user's religion |
political |
political |
TEXT |
the user's political view |
about |
about |
TEXT |
brief information about the user |
interests |
interests |
TEXT (double quote delimited CSV) |
comma separated list of user interests (eg. "interest 1","interest 2") |
hobby |
hobby |
TEXT (double quote delimited CSV) |
comma separated list of user hobbies (eg. "hobby 1","hobby 2") |
skills |
skills |
TEXT (double quote delimited CSV) |
comma separated list of user skills (eg. "skill 1","skill 2") |
expertise |
expertise |
TEXT (double quote delimited CSV) |
comma separated list of user expertise areas (eg. "area 1","area 2") |
Contacts information
field name | funtional tag parameter | type | description |
website |
website |
TEXT |
The user's website URL
|
weblog |
weblog |
TEXT |
The user's blog URL
|
timezone utc offset |
utc-offset |
INT |
The user's timezone's utc offset |
geo longitude |
geo-longitude |
DOUBLE |
the user's geographic longitude |
geo latitude |
geo-latitude |
DOUBLE |
the user's geographic latitude |
phones number |
phones-number |
TEXT |
the most recent phone number submitted by the user |
phones type |
phones-type |
TEXT |
the type of the most recent user phone number - home | work | pref | fax | cell | pager |
emails address |
emails-address |
TEXT |
the most recent email submitted by the user |
emails type |
emails-type |
TEXT |
the type of the most recent email - private | work | personal - an email type |
accounts name |
accounts-name |
TEXT |
id or username or name of the most recent external account submitted by the user
|
accounts type |
accounts-type |
TEXT |
facebook | openid and so on customly set |
address type |
address-type |
TEXT |
the type of the most recently provided address - work | home | pref | postal | dom | intl
|
address PO box |
address-pobox |
TEXT |
the post office box number |
address postal code |
address-postalcode |
TEXT |
postal code or ZIP |
address street |
address-street |
TEXT |
street name and No |
address extended |
address-extended |
TEXT |
additional address information |
address locality |
address-locality |
TEXT |
district of the address / neighbourhood |
address region |
address-region |
TEXT |
country's region |
address country |
address-country |
TEXT |
the name of the country |
Work history
field name | funtional tag parameter | type | description |
work employer |
work-employer |
TEXT |
the most recent submitted company or the employer's name |
work address |
work-address |
TEXT |
the company or the employer's address |
work position |
work-position |
TEXT |
the user's job position |
work start date |
work-startdate |
DATETIME |
when the user started working on this job position |
work end date |
work-enddate |
DATETIME |
when the user finished working on this job position |
Education
field name | funtional tag parameter | type | description |
education school |
education-school |
TEXT |
the most recent submitted school name |
education year |
education-year |
INT |
the year of graduation |
education degree |
education-degree |
TEXT |
the name of the degree |
education concentration |
education-concentration |
TEXT |
the specialization of the degree |
Social network
field name | funtional tag parameter | type | description |
relationship status |
relationship-status |
TEXT |
Single | In a Relationship | Engaged | Married | It's Complicated | In an Open Relationship | Widowed |
interested in |
interested-in |
TEXT |
Men | Women - Genders the user is interested in |
meeting for |
meeting-for |
TEXT |
Friendship | Dating | A Relationship | Networking - Types of relationships the user is seeking |
knows uid |
knows-uid |
GUID |
the most recent submitted user account id of the known person |
knows username |
knows-username |
TEXT |
the most recent submitted username of the known person |
knows relationship |
knows-relationship |
TEXT |
friend | acquaintance | parent | sibling | child | grandchild | spouse | enemy | antagonist | ambivalent | colleague |
Custom fields
field name | funtional tag parameter | type | description |
custom key |
custom-key |
TEXT |
the unique identifier of the custom data |
custom value |
custom-value |
TEXT |
the custom data value |
Last edited by nadia on 27 Oct 2010 | Rev. 1 |
This page is
public |
Views: 1
Comments:
0 |
Filed under:
root |
Tags: