# Child Profile Pages

There are two different types of profile pages.

Acquisition pages are the child profile page a user browses to from the sponsorhip landing page. The URLs for these pages look like this: https://lo-test.savethechildren.org/site/SPageNavigator/sponsorship.html#!/child/953836d9-a927-47e4-964b-620cc2d8d445

Existing sponsorship pages are accessible only to users who are currently sponsorshing a child. The page URL is only accessible by these users in the supporter center. The URLs for these pages look like this: https://lo-test.savethechildren.org/site/SPageNavigator/supporter_center.html#!/child_sponsorships/c4c7cab2-f291-49c0-8b2c-63913dc47510

All details about every child are stored and retrieved from online data storage, ODS. ODS is a custom solution that was developed for Save the Children and is maintained by the Save the Children team. ODS provides a list of children for both test and production environments.

# Child Attributes

Child attributes are retrieved from ODS. The JavaScript code combines the attributes from ODS together with child profile data, like birthday, and provides the information for display. The logic for display is outlined below. As for August 2022 redesign, only the first 2 attributes will be rendered on the acquisition pages. Existing sponsorship pages render the top 4 of the present

For acquisition lifeline sponsorships:

  • birthday month
  • ambition
  • spoken language
  • favorite activities, if present and abition or language is not populated
  • daily activities, if present and abition and language are not populated
  • lifeline information

For acquisition regular sponsorships:

  • birthday month
  • ambition
  • spoken language
  • favorite activities, if present and abition or language is not populated
  • daily activities, if present and abition and language are not populated
  • days waitings

For existing sponsorships:

  • birthday month
  • ambition
  • spoken language
  • favorite school subject, if present
  • favorite activities, if present
  • daily activities, if present
  • personality, if present

# Country Information

All country related information on child pages comes from the Country API. See the Country API documentation for more details on how to update country data in the JSON object inside a PageBuilder page.