Profiles
From ePrize Developers Wiki
(Difference between revisions)
(New page: TODO: explain profile and personally identifiable information. distinguish between safe portions of profile and protected PII.) |
|||
Line 1: | Line 1: | ||
TODO: explain profile and personally identifiable information. distinguish between safe portions of profile and protected PII. | TODO: explain profile and personally identifiable information. distinguish between safe portions of profile and protected PII. | ||
+ | |||
+ | A profile holds a single consumer's information. It consists of a collection of key:value pairs (fields) where each key is unique within the profile. | ||
+ | |||
+ | == Required Fields == | ||
+ | |||
+ | * One primary key field to identify a consumer. This key is called {promokey} in the API documentation. | ||
+ | |||
+ | == Standard Fields == | ||
+ | |||
+ | * first_name | ||
+ | * last_name | ||
+ | * age | ||
+ | * address1 | ||
+ | * address2 | ||
+ | * address3 | ||
+ | * city | ||
+ | * state | ||
+ | * zip | ||
+ | * country | ||
+ | * locale |
Revision as of 14:22, 2 March 2009
TODO: explain profile and personally identifiable information. distinguish between safe portions of profile and protected PII.
A profile holds a single consumer's information. It consists of a collection of key:value pairs (fields) where each key is unique within the profile.
Required Fields
- One primary key field to identify a consumer. This key is called {promokey} in the API documentation.
Standard Fields
- first_name
- last_name
- age
- address1
- address2
- address3
- city
- state
- zip
- country
- locale