from GoogleAds import GoogleAdsKwVolume
from google.ads.googleads.errors import GoogleAdsException
import more_itertools as itertools
import pandas as pd
from pathlib import Path
import gspread
import os
import pickle
from google_auth_oauthlib.flow import InstalledAppFlow
from google.auth.transport.requests import Request
from googleapiclient.discovery import build
from gspread_dataframe import set_with_dataframe
import re
from datetime import date
import time as time
from googleapiclient.errors import HttpError
googleadskwvolume = GoogleAdsKwVolume()
version_tool='1.2'
I get an error GoogleAds not found error
and if i do from google.ads.googleads import GoogleAdsKwVolume() it says the function is missing from google.ads.googleads
Hi,
Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today.
With regards to your concern about “GoogleAds not found error” from “google.ads.googleads import GoogleAdsKwVolume()” that the function is missing from google.ads.googleads, could you provide more details on what you are trying to do in the API?
In line with this, if you're encountering Google Ads API issues or errors, for our team to further compare, investigate, and validate why you are encountering issues, can you provide a screenshot of the error along with the complete error stack trace for our reference? This also will help us to provide accurate recommendations.
You can provide these via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
Have a great day.
![]() |
Google Ads API Team |