Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the TicketSwap variant of tap-apple-search-ads #1848

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1168,9 +1168,9 @@ thoughtchad:
name: thoughtchad
url: https://github.com/thoughtchad
ticketswap:
label: Ticketswap
label: TicketSwap
name: ticketswap
url: https://github.com/Ticketswap
url: https://github.com/TicketSwap
timeplus:
label: Timeplus
name: timeplus
Expand Down
42 changes: 42 additions & 0 deletions _data/meltano/extractors/tap-apple-search-ads/ticketswap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
capabilities:
- catalog
- discover
- state
domain_url: https://searchads.apple.com/
keywords:
- meltano_sdk
label: Apple Search Ads
logo_url: /assets/logos/extractors/apple-search-ads.png
maintenance_status: active
name: tap-apple-search-ads
namespace: tap_apple_search_ads
next_steps: ''
pip_url: git+https://github.com/TicketSwap/tap-apple-search-ads.git
quality: silver
repo: https://github.com/TicketSwap/tap-apple-search-ads
settings:
- description: obtained from "Implementing OAuth for the Apple Search Ads API".
kind: password
label: Client Id
name: client_id
sensitive: true
- description: obtained from "Implementing OAuth for the Apple Search Ads API".
kind: password
label: Client Secret
name: client_secret
sensitive: true
- description: Apple Search Ads Organization ID, obtained from Apple Search Ads console.
label: Org Id
name: org_id
- description: Start date for reporting streams, format in YYYY-MM-DD.
label: Start Date
name: start_date
- description: End date for reporting streams, format in YYYY-MM-DD.
label: End Date
name: end_date
settings_group_validation:
- - client_id
client_secret
settings_preamble: ''
usage: ''
variant: ticketswap