Hello,
I am using the python library. As for versions:
- Python 3.9.5
- google-ads library v 22.1.0
- See attached output from pip freeze
Please note that all other requests to the API work perfectly well. For
completeness, please see GAQL query (campaign and id are specific IDs
replaced in the sent query):
SELECT
campaign_search_term_insight.category_label,
segments.date,
segments.search_subcategory,
segments.search_term,
metrics.clicks,
metrics.impressions,
metrics.conversions,
metrics.conversions_value
FROM
campaign_search_term_insight
WHERE
segments.date DURING LAST_7_DAYS
AND campaign_search_term_insight.campaign_id ='{campaign}'
AND campaign_search_term_insight.id ='{id}'
Thanks,
Moshik
On Monday, November 6, 2023 at 3:05:40 PM UTC+2 Google Ads API Forum
Advisor wrote:
> I see you are using a Python library and I will assume that it is ours
> that is found at https://github.com/googleads/google-ads-python.
>
> Please send me:
>
>
> - The version of python you are using. `python -V' at the command line.
> - The version of our client library you are using.
> - Your list of dependencies for the library `python -m pip list`
>
> We have tried this query internally using Curl and and your credentials
> and we receive the expected response. The error you are receiving points to
> a grpc error. I want to determine if it is a issue with the Python
> environment which is why I need the above details.
>
>
> This message is in relation to case "ref:!00D1U01174p.!5004Q02q9T1G:ref"
>
> Thanks,
>
> [image: Google Logo]
> Bob Hancock
> Google Ads API Team
>
>
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1ef0130a-dfe5-4c32-bdfd-ad1d4c2da5f2n%40googlegroups.com.
alembic==1.1.0
apiclient==1.0.4
appdirs==1.4.3
argcomplete==1.12.3
asn1crypto==0.24.0
attrs==19.1.0
cached-property==1.5.1
cachetools==3.1.1
certifi==2019.6.16
cffi==1.12.3
chardet==3.0.4
Click==7.0
colorama==0.4.4
colorlog==6.6.0
cryptography==35.0.0
decorator==4.4.0
defusedxml==0.6.0
distlib==0.3.4
filelock==3.4.2
Flask==1.1.1
flask-marshmallow==0.10.1
Flask-Migrate==2.5.2
flask-oidc==1.4.0
flask-paginate==0.5.3
Flask-Script==2.0.6
Flask-Session==0.3.1
Flask-SQLAlchemy==2.4.0
Flask-Testing==0.7.1
google-ads==22.1.0
google-api-core==2.10.1
google-api-python-client==1.7.11
google-auth==2.16.0
google-auth-httplib2==0.0.4
google-auth-oauthlib==0.8.0
google-cloud-bigquery==3.1.0
google-cloud-bigquery-storage==2.16.1
google-cloud-core==2.3.2
google-cloud-storage==2.7.0
google-crc32c==1.5.0
google-resumable-media==2.4.1
googleapis-common-protos==1.56.4
grpcio==1.43.0
grpcio-status==1.43.0
gunicorn==19.9.0
httplib2==0.13.1
idna==2.8
isodate==0.6.0
itsdangerous==1.1.0
Jinja2==2.10.1
lxml==4.6.3
Mako==1.1.0
MarkupSafe==1.1.1
marshmallow==3.0.3
marshmallow-enum==1.5.1
marshmallow-sqlalchemy==0.17.0
nox==2021.10.1
numpy==1.19.4
oauth2client==4.1.3
oauthlib==3.1.0
okta==0.0.4
packaging==21.3
Paste==3.1.0
pkgconfig==1.5.1
platformdirs==2.4.1
proto-plus==1.22.1
protobuf==4.21.5
psycopg2-binary==2.9.1
py==1.11.0
pyarrow==8.0.0
pyasn1==0.4.6
pyasn1-modules==0.2.6
pycparser==2.19
pycryptodome==3.8.2
pyOpenSSL==19.0.0
pyparsing==3.0.6
pysaml2==4.0.3
python-dateutil==2.8.0
python-dotenv==0.10.3
python-editor==1.0.4
python-http-client==3.2.6
pytz==2019.2
PyYAML==5.1.2
redis==3.3.8
repoze.who==2.3
requests==2.22.0
requests-file==1.5.1
requests-oauthlib==1.2.0
requests-toolbelt==0.9.1
rsa==4.0
sendgrid==6.2.0
simplejson==3.16.0
six==1.12.0
SQLAlchemy==1.3.7
suds-py3==1.4.1.0
uritemplate==3.0.0
urllib3==1.25.3
uuid==1.30
virtualenv==20.13.0
WebOb==1.8.5
Werkzeug==0.15.5
xmltodict==0.12.0
zeep==3.4.0
zope.interface==5.4.0