tap-pinterest-ads
is a Singer tap for Pinterest Ads.
Built with the Meltano Tap SDK for Singer Taps.
pipx install git+https://github.com/gthesheep/tap-pinterest-ads.git
- client_id: App ID for your Pinterest App
- client_secret: App secret key
- refresh_token: Refresh token obtained from the OAuth user flow
- start_date: Start date to collect ad analytics from
A full list of supported settings and capabilities for this tap is available by running:
tap-pinterest-ads --about
In order to obtain the refresh_token
for your Pinterest Ads account
please follow the OAuth 2.0 flow described by the source docs, here.
We can look to add support for this process in here in the future.
Beyond obtaining the Trial Access for the API, filling of historical data may require upgrading to Standard Access, depending on use of the ads service.
You can easily run tap-pinterest-ads
by itself or in a pipeline using Meltano.
tap-pinterest-ads --version
tap-pinterest-ads --help
tap-pinterest-ads --config CONFIG --discover > ./catalog.json
pipx install poetry
poetry install
Create tests within the tap_pinterest_ads/tests
sub-folder and
then run:
poetry run pytest
You can also test the tap-pinterest-ads
CLI interface directly using poetry run
:
poetry run tap-pinterest-ads --help