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
  • Generated Attributes
  • From IP address
  • From User Agent
  • From the URL
  • Other
  1. API Reference
  2. Semantic Data

Fanplayr 360 Generated Attributes

PreviousSemantic User AttributesNextTerminology

Last updated 1 year ago

When Events are consumed by Fanplayr 360 the system will attempt to automatically generate some attributes. Example are from $countryCode from an IP address or $browser from a UserAgent.

If you provide these attributes in your event they will override these generated attributes. In general you should stay away from adding these to your tracking calls.

These attributes will be pre-populated in the .

Generated Attributes

From IP address

These attributes are generated from IP address that is either automatically tracked by the , or supplied by the context for .

  • $device.city - The city of the event source determined its IP address.

  • $device.continent - The continent of the event source determined its IP address.

  • $device.country - The country of the event source determined its IP address.

  • $device.countryCode - The two-letter country code () of the event source determined its IP address.

  • $device.longitude - Longitude coordinate of the event source determined by its IP address.

  • $device.latitude - Latitude coordinate of the event source determined by its IP address.

  • $device.ipAddress - The IP address the event was generated from.

  • $device.postalCode - The postal code of the event source determined its IP address.

  • $device.region - The region or state of the event source determined its IP address.

  • $device.regionCode - The region or state code of the event source determined its IP address. For example "CA" for California.

From User Agent

The User-Agent header may also be manually supplied in mobile app integrations.

  • $device.userAgent - Browser user agent string.

  • $device.browser - Browser name that generated the event.

  • $device.browserMajorVersion - Browser major version number.

  • $device.browserMinorVersion - Browser minor version number.

  • $device.os - Operating system name.

  • $device.osMajorVersion - Operating system major version number.

  • $device.osMinorVersion - Operating system minor version number.

  • $device.type - The type of device ie "Laptop", "Desktop" and "Phone".

  • $device.family - The model of device ie "iPhone", "Mac", "iPad", "Other".

From the URL

  • $session.domain - The domain name the event was tracked from.

  • $utm.term - The ad terms associated with the UTM campaign.

  • $utm.source - UTM campaign traffic source.

  • $utm.medium - UTM campaign traffic medium.

  • $utm.id - Unique UTM campaign identifier.

  • $utm.content - Identifies the call-to-action that bought in traffic for the UTM campaign.

  • $utm.campaign - UTM campaign name.

Other

These comes from multiple sources.

  • $eventName - Name of the event.

  • $eventTime - The date and time the event occurred.

  • $session.id - Unique identifier to differentiate browsing sessions.

  • $userId - The primary unique identifier associated with the user.

These attributes are generated from the which is automatically tracked in the , or manually supplied in the context for .

These attributes come from the context.page.url property sent through with events. The will do it automatically, but it must be provided for the .

$timezone - The of the event.

$source - The source of the event. This is generated from the key you provide, which you can get in your .

👩‍💻
Data Dictionary
JavaScript API
Custom API
ISO 3166-1
User Agent string
JavaScript API
Custom API
JavaScript API
Custom API
timezone
integration