This topic was automatically generated from Slack. You can find the original thread here.
Hey, has anyone here been able to successfully use the Google Ads API with PipeDream? Been beating my head against a wall for 2 weeks, and can’t seem to make a single successful call outside of PipeDream’s example authorization step
It seems like Google Ads doesn’t have an official NodeJS library, and whatever library PipeDream is using for Google Ads is not compatible with the current version of the API. Although that’s just speculation because no amount of conversing with Code Interpreter / Claude / Pi / Bard can resolve the client.getService error for me.
I tried getting it to work on Python, but it seems like PipeDream can’t access the Google Ads official Python library either (easy fix from PipeDream’s end would be to include the official library so we can make API calls using Python)
As a temporary measure, I am trying to use the REST api to make the calls. However, I am running into an issue of getting the access token. I believe I need to grant PipeDream’s URIs permission to request this access token – but I have no idea where PipeDream is making these requests from. Can you point me in the right direction ? Thank you!