Giter Club home page Giter Club logo

analytics-swift-package's Introduction

Smartlook Analytics

Welcome to the official Smartlook Swift package for the Smartlook Analytics iOS SDK.

Smartlook is an analytics solution for iOS, Android, and various app frameworks that answers the whys behind your users' actions. With Smartlook, you can:

  • Watch recordings of every user session, seeing exactly what they see to the same resolution.
  • Automatically track events generated within the app, from tapping a button to starting a new level.
  • Build conversion funnels to find where most of your users leave the app, seeing what they did before they left.
  • Create user click heatmaps and moves to highlight your popular elements.

Smartlook displays app data clearly on one central dashboard, which enables sharing and collaborating with colleagues. You can now create more dashboards to segment your data more. This means clear, data-driven decision-making for product managers, UX designers, and developers to identify bugs, boost UX, and constantly improve your app. Also, the SDK doesn’t slow your app down because it only takes one screenshot per second.

iOS SDK Setup

To start recording user sessions, Smartlook must be imported and configured. If you have not installed the SDK yet, see iOS SDK installation.

To set up the Smartlook Analytics iOS SDK, you need your unique project key. If you do not know your project key, see Installing Smartlook code.

An example of SDK setup using AppDelegate and the didFinishLaunching method:

func application(_ application: UIApplication, didFinishLaunchingWithOptions
                launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

    // Configure SDK to use your unique project key
    Smartlook.instance.preferences
        .projectKey("ecfb2b2cc13a13b0be2de6b60acf99..........")

    // Start SDK
    Smartlook.instance.start()

    return true
}

Next steps

analytics-swift-package's People

Contributors

pavel-kroh-smartlook avatar jzwc avatar c0mtru1se avatar menelaos115 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.