Fanplayr 360
  • Introduction
  • Data
  • Navigation
  • Tutorials
    • Sync High Value Users to Facebook Custom Audience
  • Features
    • Overview
    • Filters
      • Examples
    • Insights
    • Audiences
      • List
      • Editing
    • Automations
      • List
      • Editing
    • Pipelines
      • List
      • Editing
    • Exports
      • List
      • Editing
    • Profiles
      • Profile
  • 🔗Integrations
    • Sources
      • List
      • Editing
    • Destinations
      • List
      • Editing
    • Catalog
      • Amplitude
      • Attentive
      • AWS S3
      • Cordial
      • Custom Integration
      • Facebook Custom Audience
      • FTP/SFTP - Password Authentication
      • Google Ads
      • JavaScript
      • Mailchimp
      • Mailup
      • Pipedrive
      • Salesforce Commerce Cloud
      • Salesforce Marketing Cloud
      • Send In Blue
      • SFTP - SSH Key Authentication
      • Shopify
      • Slack
      • TikTok
      • Twilio
      • VTEX IO
  • Other
    • Mapping
      • Events
      • Event Attributes
    • Data Dictionary
      • Events
      • Event Attributes
      • User Attributes
    • Data Health
    • Compliance
      • PII
      • Consent
    • Account Settings
      • Personal
      • Preferences
      • Company
      • Users
      • Security
      • Invoices
  • 👩‍💻API Reference
    • API Overview
    • JavaScript API
      • Javascript API Reference
    • Custom API
      • Sessions and Users
      • Tracking Page Views
      • Tracking Events
      • Managing Identity
      • User Profile Data
      • Managing Consent
    • Semantic Data
      • Semantic Events
        • E-Commerce
        • Messaging
        • Other
      • Semantic Objects
      • Semantic User Attributes
      • Fanplayr 360 Generated Attributes
  • PrivacyID
  • Appendix
    • Terminology
Powered by GitBook
On this page
  1. API Reference
  2. Semantic Data

Semantic User Attributes

PreviousSemantic ObjectsNextFanplayr 360 Generated Attributes

Last updated 2 years ago

Setting specific attributes on a user will help populate Profiles with given information. As an example, here is adding the user's full name using the :

fp360.user.set('$fullName', 'John Doe');

These attributes will be pre-populated in the .

Attributes

  • $address - The primary address associated with the user profile.

  • $age - The user's age. ie 45

  • $birthMonth - The user's month of birth. ie "January"

  • $birthYear - The user's year of birth. ie 2000

  • $city - The primary city associated with the user profile. ie "Oakland"

  • $company - Company name. ie "ACME Inc."

  • $country - The primary country associated with the user profile. - "United States of America"

  • $countryCode - The primary country code associated with the user profile. ie "US"

  • $dateOfBirth - The user's full date of birth. ie "2000-01-01"

  • $email - The primary email associated with the user profile. ie "domain@domain.com"

  • $firstName - The first name of the user. ie "John"

  • $fullName - The full name of the user. ie "John Smith"

  • $gender - The user's gender. ie "Male"

  • $lastName - The surname of the user. ie "Smith"

  • $phone - The primary phone number associated with the user profile. ie "+16505555555"

  • $postalCode - The primary postal/zip/pin code associated with the user profile. ie "94301"

  • $profileImage - URL pointing to the user's profile image or avatar ie "https://avatar.io/img1.webp"

  • $region - The primary state/region associated with the user profile. ie "California"

  • $title - The user's personal title. ie "Doctor"

👩‍💻
JavaScipt API
Data Dicitonary