error while creating responsive search ads

2022-09-29 Thread jimmy m
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

Re: Error while importing googleadsclient. I installed python google-ads==17.0.0

2022-07-07 Thread jimmy m
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

Error while importing googleadsclient. I installed python google-ads==17.0.0

2022-07-07 Thread jimmy m
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Im using Python google-ads==17.0.0 and got error while importing GoogleAdsClient

2022-07-07 Thread jimmy m
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

Refresh token and adclient

2022-01-30 Thread jimmy m
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 =