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




Description

Get financial information for games receiving payments on the facebook app platform.



Available Actions

Collect Facebook Payments

Collect Facebook payment information


Variables

facebook_credentials required

Username and Password information for connections


pointer required

Date pointer signifying the start for the next pull. Formatted as YYYY-MM-DD. All data is pulled in Pacific Time Zone.


prefix required

company_id required

S3 Info
aws_connection

AWS Credentials to be used for all things AWS related in this task.

aws_iam

AWS IAM Credentials to be used for all things AWS related in this task.

s3_bucket

S3 Bucket where you want to unload the data to.


File/Formatting Options
file_name required

Name of the file.

format_type required

Format type that you want to export the data as. Can be delimited or json

delimiter

Delimiter you want to use to separate columns. Default is tab delimited

compression

Compression options, zip, gzip, bz2 are currently supported. Default is gzip.

null_as

The string you want to indicate a null value. Default is empty space AKA empty space.

escape

Escape character used to preceed special characters. Default is backslash

allow_overwrite

Overwrite files with the same name

add_quotes

For delimited only. Quote strings. Recommended espcially if you may have double quotes in your data.