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




Description

Obtain statistics from Steam and store them in S3.


Purchasing Options



Available Actions

Download Statistics

Obtain game and user statistics from Steam and store them in files in an S3 bucket.


Variables

Source Parameters
steam_web_connection required

Credentials to use to access Steam.

app_id required

Steam Application ID

mail_server_connection_type required

Select the type of mail server hosting the mailbox where the verification code email will be sent.

imap_server

If IMAP is selected as the Mail Server Type, select the credentials to use to access the IMAP server.

pop3_server

If POP3 is selected as the Mail Server Type, select the credentials to use to access the POP3 server.

last_run required

Date indicating the starting point of the data to download. This field will be updated automatically after each successful Task execution. Formatted as YYYY-MM-DD.

start_point_buffer

Fixed amount to adjust the Next Run Start Point by.


Destination Parameters
aws_config

AWS Access Keys to use to access the S3 bucket where the data will be stored. This field is optional if an IAM Role is specified.

iam_role

Optional. ARN of an IAM role to use for S3 bucket access.

s3_bucket_config required

Shared Config that contains information about the S3 Bucket where the data will be stored.

s3_folder_path

Path from the starting folder in the S3 Bucket Configuration to the folder where the data will be stored.

use_date_based_filenames

Enable to use date based paths and file names.

allow_overwrite

Enable to allow an existing file with the same name in the Target Folder to be overwritten.

export_format required

Select the format for the data being stored.

delimiter

Specify the character to use to separate data values in files with delimited data format.

quote_character

Specify the character to use to enclose string data values in files with delimited data format.

escape_character

Specify the character used to represent an escaped value in files with delimited data format.