The tap-bing-ads Singer tap pulls data from Bing Ads that can then be sent to a destination using a Singer target.

Standalone usage #

Install the package using pip:

pip install tap-bing-ads

For additional instructions, refer to the README in the repository.

Usage with Meltano #

Meltano helps you manage your configuration, incremental replication, and scheduled pipelines.

View the Meltano-specific tap-bing-ads instructions to learn more.

Capabilities #

Settings #

tap-bing-ads requires the configuration of the following settings:

These and other supported settings are documented below. To quickly find the setting you're looking for, use the Table of Contents at the top of the page.

Developer Token (developer_token) #

See https://docs.microsoft.com/en-us/advertising/guides/get-started#get-developer-token.

OAuth Client ID (oauth_client_id) #

See https://docs.microsoft.com/en-us/advertising/guides/get-started#quick-start-production.

OAuth Client Secret (oauth_client_secret) #

See https://docs.microsoft.com/en-us/advertising/guides/get-started#quick-start-production.

Refresh Token (refresh_token) #

See https://docs.microsoft.com/en-us/advertising/guides/get-started#quick-start-production. If you’re using a Refresh Token you should not need a redirect URI in the request. Note that you’ll need to include the OAuth Scopes when requesting the token. The recommended scopes are scope=openid%20profile%20https://ads.microsoft.com/ads.manage%20offline_access.

Customer ID (customer_id) #

See https://docs.microsoft.com/en-us/advertising/guides/get-started#get-ids.

Account ID(s) (account_ids) #

See https://docs.microsoft.com/en-us/advertising/guides/get-started#get-ids.

Start Date (start_date) #

Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take.

Require Live Connect (require_live_connect) #

  • Default: True

Note that the default is not a boolean, but a string set to ‘True’. Setting the configuration to a boolean false will work to disable this setting.

Looking for help? #

If you're having trouble getting the tap-bing-ads tap to work, look for an existing issue in its repository, file a new issue, or join the Meltano Slack community and ask for help in the #plugins-general channel.

Found an issue on this page? #

This page is generated from a YAML file that you can contribute changes to. Edit it on GitHub!