Hi,
While running your sample
in
https://developers.google.com/google-ads/api/docs/responsive-search-ads/create-responsive-search-ads
I got this error:
*ad_group_ad.ad.responsive_search_ad.headlines.extend(*
*TypeError: Expected a message object, but got text: "Experience the Stars"*
Couldn't fi
I added logging but still same error. The error is during importation in
this line *not in some api request.*
*from google.ads.googleads.client import GoogleAdsClient*
Could you check if there is the need to downgrade some subpackage or to
install an extra one?
I think these are the packages
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 po
Traceback (most recent call last): File "G:\SQ\CRM\metrics2.py", line 7, in
from google.ads.googleads.client import GoogleAdsClient File
"C:\Users\Y\AppData\Local\Programs\Python\Python310\lib\site-packages\google\ads\googleads\__init__.py",
line 15, in import google.ads.googleads.client File
How you migrate these 2 lines of code from adwords api to google ads api
using the new google-ads-python package?
from googleads import adwords (old package)
from googleads import oauth2 (old package)
oauth2_client = oauth2.GoogleRefreshTokenClient(client_id, client_secret,
refresh_token)
ac =