Hello, I'm trying to get the Bing ads Singer tap t...
# singer-taps
c
Hello, I'm trying to get the Bing ads Singer tap to work, but the tap has some unusual configurations I'm not used to work with, and would hear if someone else in here has experience working with this tap, and can help me out a bit with where I find the proper configurations, and get it to work properly? the tap: https://hub.meltano.com/extractors/tap-bing-ads/ The configurations I really struggle with is the OAuth Client ID and OAuth Client Secret. I took a look at the documentation the meltano site refers to, but I can't find anything in the documentation that refers a `OAuth Client id`or
OAuth Client Secret
I hope someone can help me figure out where I find these values. Thank you in advance 😄.
r
If you look at the settings on the Hub page you linked, you can see they link off to other documentation.
c
Ok, perfect. That helps a lot. Do you know which of these values that is the OAuth client id? I struggle a bit to figure out if:
OAuth Client id = application (client) id
or
OAuth Client id = secret id
I assume
OAuth Client Secret = value
under certificates and secrets?
I did see the other documentation in the Hub, but struggeld to figure out which values were the OAuth values. The other were fairly straight forward.
r
Client ID will probably be
Application (client) ID
and client secret will probably be under
Client credentials
as the
1 secret
.
🙌 1