Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 739 Bytes

tap-awin

A singer.io tap for extracting data from the Affiliate Window SOAP API written in python 3. Author: Hugh Nimmo-Smith ([email protected])

Supported APIs and data models

Affiliate Service v4:

  • transactions
  • merchants for programmes that you are joined to

Limitations

Current limitations include:

  • Only supports above data types
  • No error handling
  • There may be a newer (non-SOAP) API to use instead

Configuration

The following keys are required:

{
  "publisher_id": 123456,
  "api_password": "<<api passeword>>",
  "user_type": "affiliate",
  "start_date": "2016-01-01T00:00:00Z",
  "validation_window": 90
}