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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7a99711a-2b06-47be-85df-c58d17e09cb8n%40googlegroups.com.
