Changelog

  • Sortable columns in index views

    Pat Doherty
    Pat Doherty on

    Added three new date columns to resource index views. Created date is the date that the resource was created. Modified refers to the date that the resource’s configuration was last modified (e.g. a trait was added to a cohort’s definition). Lastly, processed is the last time the output was processed by Faraday (i.e. the output changed). Additionally, columns can now be sorted by ascending or descending values.

  • Archive resources

    Pat Doherty
    Pat Doherty on

    Added the ability to archive resources via the options menu on any resource. Attempting to archive a resource with downstream dependencies will result in a message stating that archiving this resource will also archive its dependencies. Resources that have been archived can be viewed via the archived filter on the list view of that resource type, and they can be unarchived via the same options menu.

  • Dependency visualization

    Pat Doherty
    Pat Doherty on

    Added a resource dependency visualization to each resource, which reveals the overall layout of resources in your Faraday account, and highlights which individual resources are connected to the one you’re currently viewing. This visualization can be helpful for understanding the impact that editing, deleting, or archiving a resource can have on your account.

  • Updated pipeline deployment card

    Pat Doherty
    Pat Doherty on

    The deployment card in a pipeline has received a facelift, and now only displays the most critical info by default: connection you’re deploying to, representation format (hashed, identified, etc), and any filters you’ve added (e.g. top 20%). Additional info can be found inside "more details."

  • Conditional events

    Pat Doherty
    Pat Doherty on

    Added the conditions option during dataset creation in the Dashboard UI or using the API via the create dataset request. Use this option to declare conditions that an event must meet in order to be considered an event. For example, if a dataset includes a field that classifies a transaction as cancelled, users can set a condition that requires the event’s cancelled field to be false, resulting in all cancelled transactions being filtered out of that event.

  • Pipeline preview mode

    Pat Doherty
    Pat Doherty on

    Terminology for enabling a pipeline has changed to a status called preview mode. All pipelines begin in preview mode, which includes a limited number of rows. This can be used to test if the output is in the desired format. To deploy all rows, simply turn off preview mode once you’ve created a deployment in the pipeline. This function is available via the preview parameter in the create scope and update scope API requests.

  • Persona name customization

    Pat Doherty
    Pat Doherty on

    Individual persona names within a persona set can now be customized via the pencil icon when viewing a persona set in the Dashboard UI, or via the new edit a persona API request.

  • When creating an outcome, users now have the ability to disable their first-party data, resulting in an outcome created exclusively from the Faraday Identity Graph's third-party data. This can be helpful for performing holdout tests.

  • Set privacy option in datasets

    Pat Doherty
    Pat Doherty on

    When creating or editing a dataset, the advanced options tab can be expanded to view the new privacy setting. Selecting "delete" excludes individuals matched in this dataset from being used for modeling, and removes them from all deployments. Selecting "exclude" continues to use individuals matched in this dataset for modeling, but excludes them from deployments. This feature can also be utilized via the new privacy parameter in the create dataset and update dataset API requests.

  • Traits in payloads

    Pat Doherty
    Pat Doherty on

    When creating a pipeline, users now have the ability to add raw traits to the payload. Adding traits to pipeline payloads in this way will append those trait values for every member of the pipeline's population.

  • Previously, a reference key needed to be set within a dataset, which enabled you to easily merge predictions back into wherever your data is stored. With this update, you can configure reference keys while creating a deployment.

  • Faraday's Lookup API now supports aggregated deployments when using the createTarget request with Lookup API set as the option parameter.

  • API previews

    Pat Doherty
    Pat Doherty on

    The new API shortcuts feature, accessible via the options dropdown (...) on most resource detail pages, allows you to retrieve API shortcuts in shell, Javascript, Python, and Ruby, so that you can easily transition from interactive configuration using the Dashboard UI to programmatic configuration with the API.

  • Merge datasets

    Pat Doherty
    Pat Doherty on

    A new dataset type has been added—merge dataset—which allows you to merge two sets of data using a join key as an identifier. This type of advanced dataset can be useful if you have customer data in two different tables–for example, customers in one, and orders in another–and would like to combine them for more streamlined usage.

  • Identity resolution & matching overhaul

    Pat Doherty
    Pat Doherty on

    Previously, when connecting your data to Faraday, individuals we didn’t recognize (those without a match in the Faraday Identity Graph, or FIG) were simply dropped from your data. Now, data about these unrecognized identities are ingested and stored normally. You can now review how your data is being enriched with FIG traits via the new enrichment column in Datasets. The higher the fill rate, the more identities we were able to enrich with our built-in consumer data.

    These changes may result in larger cohort counts due to Faraday being better able to handle partially-matched identities. On the other hand, your pipelines that target the everyone cohort as a population to include may be smaller due to identity resolution improvements, where previously individuals may have been incorrectly counted twice. Overall, these changes should increase prediction accuracy.

  • Bias mitigation

    Pat Doherty
    Pat Doherty on

    While creating an outcome, the bias section provides options for mitigating either of the two sensitive dimensions released at launch: age and gender. To mitigate bias, simply toggle on either (or both) age and gender, and choose a mitigation strategy from equality or equity. Equality aims to neutralize bias, whereas equity aims to invert it. For more info, check out our blog.

  • New connection: SFTP

    Pat Doherty
    Pat Doherty on

    A new connection has been added for Secure File Transfer Protocol (SFTP), allowing users to securely transfer CSV data to and from Faraday.

  • New aggregated deployment zoom levels

    Pat Doherty
    Pat Doherty on

    Now, aggregated deployments in the UI can support census tract and block group zoom levels, which can be useful for canvassing & market sizing use cases.

  • New outcome performance dashboard

    Pat Doherty
    Pat Doherty on

    Introducing a new look for the outcome performance dashboard to make it easier to interpret the results you can expect when using the outcome in the real world. In this new look, Faraday will place your outcome’s score on a grid whose Y axis is associated with Faraday’s ability to predict the outcome, and the X axis is associated with the business value expected due to the predictive lift of the outcome. The further toward the top right corner, the better your real-world results.

  • Explore map deprecation accouncement

    Pat Doherty
    Pat Doherty on

    At the end of 2023, the Explore map will be deprecated due to low engagement and insights that are no longer as relevant as they once were.

  • Score explainability

    Pat Doherty
    Pat Doherty on

    With this update, you’ll find an include prediction explanations checkbox that tells you which datapoints had the highest impact on a given individual's predictions. Check out our blog post for more info.

  • Bias reporting

    Pat Doherty
    Pat Doherty on

    When you create an outcome, the new bias section provides a summary of the bias that was discovered while the outcome was building. You’ll find tabs for different forms of bias–data, power, and predictions–as well as whether or not Faraday found the outcome to unfairly privilege certain sensitive subgroups over others. Click into any of the tabs to find the breakdown of given subgroups and their bias.

  • Faraday Identity Graph updates

    Pat Doherty
    Pat Doherty on

    FIG is now able to update on an incremental basis, which should result in faster updates & more accurate predictions.

  • Cohort duplication

    Pat Doherty
    Pat Doherty on

    Users can now duplicate cohorts via the three dots on the cohort list view, or within the cohort itself.

  • Dataset & cohort previews

    Pat Doherty
    Pat Doherty on

    When creating a dataset, you'll find previews of the data each of your properties represents while mapping fields. Similarly, when creating a cohort, you'll see a visual preview of the U.S. population baseline for Faraday traits that you add to the cohort.

  • Deployment limits and filters

    Pat Doherty
    Pat Doherty on

    Until now, the ability to filter a deployment by a percentile of scores existed in both the newer "filter" menu as well as the older "limit" menu. With this update, that option has been removed from "limit" to remove any confusion surrounding the redundant option. Users should continue to use the "filter" option and select "outcome percentile" to accomplish this task.

  • Faraday Lookup API

    Pat Doherty
    Pat Doherty on

    Faraday's Lookup API enables users to pull individual real-time insights via API.

  • Outcomes model reporting

    Pat Doherty
    Pat Doherty on

    The Outcomes view now includes various features that were previously stored in the technical model report, such as lift table and features of importance. The full technical model report can still be accessed via the three dots in the upper right when viewing an outcome.

  • Managed connections

    Pat Doherty
    Pat Doherty on

    Managed connections to your favorite martech platforms like HubSpot, Iterable, and Facebook are now easier than ever to use. If they're part of your subscription, head to Connections and enter your credentials.

  • Probability scoring

    Pat Doherty
    Pat Doherty on

    Ever wondered what Faraday “scores” really represent? Starting now, we’re returning true probability values. That means that someone with a propensity score of 0.8 for a given Outcome truly has an 80% probability of achieving that Outcome. The calibration process we added also has the benefit of improving accuracy, which you will see by default in all new models. Check out our probability scores blog post for more details.

  • Deployment filtering

    Pat Doherty
    Pat Doherty on

    Now, when creating a deployment in Faraday, you can use the filter advanced settings pulldown (after selecting your deployment format) to select specific payload elements (personas, outcomes, and cohorts) to include in the deployment. This change includes moving the percentile filtering from the limit pulldown into this new filter pulldown. Limit will now exclusively be used to limit a deployment's row count.

    For more info on how this new feature functions, check out our Pipelines documentation.

  • Refreshing datasets

    Pat Doherty
    Pat Doherty on

    In a dataset's data tab, you are now able to download previously-uploaded CSVs so that you can compare them to new data that you'd like to upload to ensure that their columns match. This is accomplished via the three dots (...) to the right of the row.

  • Test mode

    Pat Doherty
    Pat Doherty on

    Enable test mode via the toggle that appears when clicking your organization's name in the upper left. Enabling test mode saves all of your current data in Faraday and brings you to an instance of your account exclusively populated by artifical data, where you can test various features in sandbox mode. Use the same toggle to return to your regular Faraday account.

  • New product recipe and documentation

    Pat Doherty
    Pat Doherty on

    Find documentation for help getting started, full guides for Faraday prediction recipes from end-to-end, as well as walkthroughs for every part of Faraday.

  • Target transformation for ad platforms

    Pat Doherty
    Pat Doherty on

    When creating a deployment, in the advanced settings step's structure tab, you can select from various ad platforms such as Facebook, LinkedIn, Google Ads, and Pinterest to have the deployment automatically format in a way that's appropriate for that destination.

  • Developer API Places

    Pat Doherty
    Pat Doherty on

    Places enables API users to designate points of interest around which they can focus predictions, and our new lead scoring quickstart guide details how you can quickly begin scoring leads in real-time using the developer API.

  • Human friendly deployments

    Pat Doherty
    Pat Doherty on

    When creating a pipeline deployment, you're now able to select human friendly deployments, which changes column headers to the names of the outcome or persona set in use. This also includes full customization of column header names, if desired. These changes should make it easier to tell, at-a-glance, what each column header represents.

  • Liveramp partnership update

    Pat Doherty
    Pat Doherty on

    Clients will now need to have a direct contractual relationship with Liveramp, rather than using Faraday's Liveramp account. This is to better align Faraday with data processing best practices.

  • Events and Traits consoles

    Pat Doherty
    Pat Doherty on

    View all of your events and traits in their own consoles under the Data section of the navigation bar. The new traits console will serve as your in-app data dictionary, where you can search for what traits can be matched for and filtered by.

  • Navigation bar update

    Pat Doherty
    Pat Doherty on

    Reorganized the navigation bar into sections–Data, Predictions, and Account–to make navigating the app easier.

  • Dynamic scoring

    Pat Doherty
    Pat Doherty on

    This update to Faraday’s predictive modeling means lead and customer engagement scores that evolve based on customer behavior, so interventions to save deals are more effective, improving conversion rates. This won’t be an option you select in the UI, but it should result in more accurate predictions.

  • Aggregated pipelines

    Pat Doherty
    Pat Doherty on

    With this enhancement, you’ll see columns for each payload element (outcomes, personas, cohorts) of a pipeline you’ve created–previously only outcomes were supplied.