Collect Dianomi data into your data warehouse or ours. The Matatika pipelines will take care of the data collection and preparation for your analytics and BI tools.
Dianomi is a native advertising platform that distributes sponsored financial content from brands to audiences on financial and business publisher websites.
To connect to Dianomi, you will need:
This tap discovers streams dynamically based on the stats available to the configured account.
If you find a stream is producing duplicate rows when loading into your data warehoure, or not
behaving incrementally for "by day" stats (i.e. those that expose a date column), you can set a
primary key/replication key configuration for the plugin under metadata in your meltano.yml:
plugins:
extractors:
- name: tap-dianomi
variant: meltanolabs
pip_url: git+https://github.com/MeltanoLabs/[email protected]
config:
metadata:
<stream_name>: # Dianomi stat `shortcode`
# primary key configuration
key-properties: # set one or more properties as an array
# incremental replication for "by date" stats
replication-method: INCREMENTAL
replication-key: date
Please also open an issue here
to register any missing configurations in the tap. Future version updates that include related
changes would no longer require corresponding metadata entries, as above.
Dianomi API key
Dianomi account email address
Advertiser Client ID to filter results by - required for advertisers
Publisher partner ID to filter results by - required for publishers
The earliest record date to sync (ISO 8601 format) - defaults to the last year
Extract, Transform, and Load Dianomi data into your data warehouse or ours.