You can't use this until you register with us!




Description

Used to download data from singular api for app stats tracking. Key parameters are the game list and the date range.



Available Actions

Download Raw Data By Day

Download from the Singular api raw data pertaining to the arguments provided


Variables

singular_token required

Credential token used to access the Singular api.


User Range
range_data_offset

Time offset at which data becomes available. Example 1 Day

range_step_size

How large the chunk sizes should be.

range_start_date

When to start backfill from.

range_end_date

When to end data collection, leave blank for ongoing.

range_extra_collections

JSON list describing which time ranges of data to collect. Can be contain multiple ranges


range_current_pointer

The current date this task is at. Leaving blank to initalize with start_date, will be updated as task progresses.


S3 Info
aws_connection

AWS Credentials with access to the s3 bucket where the data table lives. Should also have access to a temp directory.

s3_bucket required

S3 Bucket where you want to unload the data to.

s3_path required

Root path where all files will be stored. Depending on the game list you want to collect data for you may have multiple sub folders that get collected


Singular Options
apps required

List of Apps you want to collect. Json Blob

dimensions required

Comma separated list of Dimensions to pull from the reporting api. Examples app, platform, adn_campaign_id

metrics required

Comma separated list of Metrics to pull from the reporting api. Examples adn_original_cost,adn_cost,adn_impressions

cohort_metrics required

Comma separated list of Cohort Metrics to pull from the reporting api. Examples revenue,roi

discrepancy_metrics required

Comma separated list of Discrepancy Metrics to pull from the reporting api. Examples adn_clicks,tracker_clicks

periods required

Comma separated list of Periods to pull from the reporting api. Can be custom options that users have configured. Examples actual,1d,7d,14d,30d,ltv

time_breakdown required

Time Breakdown to pull from the reporting api.

country_code_format required

Country Code Format to pull from the reporting api.


Download Raw Data

Download from the Singular api raw data. Pulls data downloaded since the last time you ran the job. We recommend running Download Raw Data By Day first.


Variables

singular_token required

Credential token used to access the Singular api.


User Range
range_data_offset

Time offset at which data becomes available. Example 1 Day

range_step_size

How large the chunk sizes should be.

range_start_date

When to start backfill from.

range_end_date

When to end data collection, leave blank for ongoing.

range_extra_collections

JSON list describing which time ranges of data to collect. Can be contain multiple ranges


range_current_pointer

The current date this task is at. Leaving blank to initalize with start_date, will be updated as task progresses.


S3 Info
aws_connection

AWS Credentials with access to the s3 bucket where the data table lives. Should also have access to a temp directory.

s3_bucket required

S3 Bucket where you want to unload the data to.

s3_path required

Root path where all files will be stored. Depending on the game list you want to collect data for you may have multiple sub folders that get collected


Singular Options
apps required

List of Apps you want to collect. Json Blob

dimensions required

Comma separated list of Dimensions to pull from the reporting api. Examples app, platform, adn_campaign_id

metrics required

Comma separated list of Metrics to pull from the reporting api. Examples adn_original_cost,adn_cost,adn_impressions

cohort_metrics required

Comma separated list of Cohort Metrics to pull from the reporting api. Examples revenue,roi

discrepancy_metrics required

Comma separated list of Discrepancy Metrics to pull from the reporting api. Examples adn_clicks,tracker_clicks

periods required

Comma separated list of Periods to pull from the reporting api. Can be custom options that users have configured. Examples actual,1d,7d,14d,30d,ltv

time_breakdown required

Time Breakdown to pull from the reporting api.

country_code_format required

Country Code Format to pull from the reporting api.


Get metrics

Poll the api and log option list for possible metrics to the execution log.


Variables

singular_token required

Credential token used to access the Singular api.