Data Dictionaries
Data Feed
Charitable Donations
5 min
person charitable donation this table includes charitable donations related data points in datafeed to align with api and web products data field key type data field type recommended character limit charitable donation instance id primary key string donor person id primary key string recipient organization id string charitable donation amount decimal(27,4) charitable donation measurement date string person charitable donation field descriptions charitable donation instance id (pk) the unique id of a charitable donation the id helps identify and reference a specific donation record within the system donor person id (pk) displays detailed information about individual donors recipient organization id displays detailed information about the organization receiving the donation charitable donation amount retrieves the donation amount as a number with decimals (float) it helps track the exact value of each charitable contribution charitable donation measurement date retrieves the date when a specific measurement or record was taken organization charitable donation this table includes charitable donations related data points in datafeed to align with api and web products data field key type data field type recommended character limit charitable donation instance id primary key string donor organization id primary key string recipient organization id string charitable donation amount decimal(27,4) charitable donation measurement date string organization charitable donation field descriptions charitable donation instance id (pk) the unique id of a charitable donation the id helps identify and reference a specific donation record within the system donor organization id (pk) displays detailed information about a donor organization recipient organization id displays detailed information about the organization receiving the donation charitable donation amount retrieves the donation amount as a number with decimals it helps track the exact value of each charitable contribution charitable donation measurement date retrieves the date when a specific measurement or record was taken organization charitable cause this table includes charitable causes associated with organizations data field key type data field type recommended character limit organization id primary key string charitable cause primary key string organization charitable cause field descriptions organization id (pk) charitable cause (pk)
