python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Setting a device target on google ads API
I'm trying to create a campaign that must target mobile devices only, using the google ads API client library in python. The documentation says that I have to modify the DeviceInfo criteria, but that ...
Col
Votes: 0
Answers: 1
Google OAuth Refresh Token Auto Update
I have a project whose Publishing status is Testing (I am using Google Ads Api).
using FileStream stream = new("Credentials.json", FileMode.Open, FileAccess.Read);
/...
Blackerback
Votes: 0
Answers: 1
What type should I be getting to dismiss a recommendation via the Google Ads API in Python?
I need to use Python in Google Colab to dismiss recommendations from many managed Google Ads accounts using the Google Ads API. I have been using the docs and the GitHub examples to build my code and ...
Eric Chambers
Votes: 0
Answers: 2
Google ads api v10: how to get metrics?
I am working on a project to convert Python code that's using the soon-to-be-discontinued Adwords API to the new version Google Ads API v10.
I have a query that needs a few metrics, but when I use the...
Mark McWiggins
Votes: 0
Answers: 1