Breadcrumbs

How-to: Pull Liftoff Platform Data

Here’s a step-by-step of how to pull detailed mobile app performance data for Liftoff.

This set-up process has 3 main steps:

  1. Creating an API connection app that will load the report into Alli Cloud Storage

  2. Creating an Alli Cloud Storage datasource that grabs your report file

  3. Creating a Force Sync app that refreshes the datasource each day (the automated equivalent of pressing the “Load Data” button)

To get started, you will need the Liftoff API Key and API Secret (contact your onboarding team or the PMG team member managing the account).


1. Create Liftoff Marketplace App

Go to Marketplace Apps, Add a New App, Create a New “Liftoff Platform Data” App.


Screenshot 2024-05-24 at 01.42.09.png


Next, input values for the API Key, API Secret, and Date range you wish to pull.

NOTE: the maximum allowable difference between the start and end range can only be 7 days. Otherwise the report will throw an error.

Screenshot 2024-05-24 at 09.43.35.png


Once your app is set up and has run successfully (don’t forget to set a schedule!), go to Executions, open up the most recent one, and copy the filename at the bottom.


Screenshot 2024-05-24 at 01.45.36.png


2. Create Alli Cloud Storage Datasource

 Go to Data Sources, Add a New Datasource, & select “Alli Cloud Storage”.

Screenshot 2024-05-22 at 14.16.03.png


For additional configuration, choose “Alli Marketplace” and paste in your filename from the API execution.

Screenshot 2024-05-24 at 01.48.04.png


Next, create the dimensions and metrics by uploading this csv template in the Define your Data section:

liftoff_updated.csv

You will need to manually set the date column as “Date Timestamp” from the dropdown:

Screenshot 2024-05-22 at 17.43.28.png

And set the following Attribute / Metrics as “Numbers only” in their respective dropdowns.

spend

cpm

cpa

impressions

cpc


clicks

ctr


installs

cpi


After creating your datasource, copy the ID from the datasource URL to use in the next step.

ac29ae84-393f-4b12-a00e-5486bfda440b.png


3. Create a Force Sync App

Finally, you’ll make a Marketplace Force Sync app for the datasource.

Force Load App.png


Trigger the sync to run after the API app you created initially.

Screenshot 2024-05-22 at 18.24.14.png


Paste in the datasource ID you copied from before.

Screenshot 2024-05-22 at 18.25.08.png


Run the Force Sync app, give it a bit to load, and you have Liftoff!

Copy CodeCopy Code

A good way to QA to make sure you’ve brought in the data is by navigating back to your App, check to see that dates were loaded in that file, and confirm that your datasource loaded the data with minimal errors.