Hi Aaron,
Thanks for reaching out. Please refer to this guide on how to retrieve the “Search Volume” for keywords in Adwords API. You could select VB.NET for your reference to the Visual Basic code snippets. Please let me know if you have any further concerns.
Thanks and regards,
Xiaoming, Google Ads API Team
The examples are difficult to understand since they've used some classes and namespaces.
I'm wondering if it's possible to do this without the classes and namespaces. Just a simple setup after installing their NuGet package and obtaining the Client ID & Secret ID.
Do you have an example of how to do this without the class & namespace? Say I want to enter a keyword into a textbox, click a button, then have the data returned in a message box.
Thanks for your reply.
Hi Aaron,
Whenever you use the Adwords API or Google Ads API you have to have the client library set up already and you would also need to import the relevant classes. We do not have the specific code example you mentioned, however, you could refer to these code examples on how to retrieve data by requesting reports from the Adwords API.
Thanks and regards,
Xiaoming, Google Ads API Team