-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the TicketSwap variant of
tap-apple-search-ads
(#1848)
Co-authored-by: Edgar Ramírez-Mondragón <[email protected]> Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
- Loading branch information
1 parent
526e48b
commit 177d878
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
_data/meltano/extractors/tap-apple-search-ads/ticketswap.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |