# Signed In User Analytics
# Tracked Information
When user is logged in against Luminate we set a cookie that contains the following information:
consId- Luminate Online constituent iddonorId- BBIS donor idfirstName- User's first name, stored only for the purposes of personalization of contentisDonor- A flag that denotes if the user is a donorisFaf- A flag that denotes if the user has engaged in friends asking friends (peer-to-peer) fundraising campaign, aka TeamRaiser in LuminateisSponsor- A flag that denotes if the user is a sponsorisPartner- A flag that denotes if the user is a partner for childrenloginType- A variable that denotes how the users logged in
Additional information that's passed to analytics but not stored in the login cookie:
interactionLocation- A location where the user has signed in
# How Are the Values Assigned
The values for each parameter are set in the following manner:
consId- Assigned when the user is logged into Luminate, the value should always be set for logged in usersdonorId- BBIS donor id, appears only after a sync with BBIS, this is read from the Luminate Online field Member IDfirstName- The value is retrieved from the Luminate profileinteractionLocation- The value is set by the page scripts when the analytics event is triggered; it will include a meaningful name of Luminate module,registrationfor the registration page and include social media suffix, if the users logged in via social media; social media login has been disabled on the login page in early 2020isDonor- The value is read from a custom boolean field in Luminate which appears under Additional Donation > Donor: Ever Gave: in the user profile; the value is set after a sync with BBIS which looks at the Luminate and BBIS data as user could have donated outside of Luminate platformsisFaf- The value is read from a custom boolean field in Luminate which appears under Additional Donation > Is Active FAF Participant in the user profile; the value is set after a sync with BBIS which looks at the Luminate and BBIS dataisSponsor- The value is read from a custom boolean field in Luminate which appears under Additional Donation > Is Active Sponsor in the user profile; the value is set after a sync with BBIS which looks at the Luminate and BBIS dataisPartner- The value is read from a custom boolean field in Luminate which appears under Additional Donation > Is Active Partner for Children in the user profile; the value is set after a sync with BBIS which looks at the Luminate and BBIS dataloginType- The value is computed based on the user's sign in history; if it's a first sign into Luminate and not an auto registration it will contain a valueactivation; if it's a repeated sign insign inwill be assigned; if it's an automatic registration upon a successful transactionautoregistrationwill be set
# How to Find and Edit Values in Luminate
- Sign in to Luminate as an administrator
- Locate the constituent record by name, email address, or cons_id; example (opens new window)
- Scroll to the bottom of the page and locate section Additional Information
- If there are no values next to fields, that means no values have been set
- One can edit constituent profile and set those values manually for purposes of testing
# What Analytics Variables Are Values Stored In
consId- eVar79donorId- eVar13firstName- not stored in analytics, as it's a personally identifiable datainteractionLocation- eVar70isDonor- eVar80isFaf- eVar81isSponsor- eVar83isPartner- eVar82loginType- eVar69