googleads / googleads-python-lib

The Python client library for Google's Ads APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disambiguation with google-ads-python

xavier630 opened this issue · comments

There should potentially be a link in the readme to https://github.com/googleads/google-ads-python which is very similarly named but may be what users want.

Also flagging that they have very repo names and package names which is somewhat confusing.

ie
https://github.com/googleads/google-ads-python
vs
https://github.com/googleads/googleads-python-lib

and
from google.ads.googleads.client import GoogleAdsClient
vs
from googleads import ad_manager

Thanks for the feedback. We've updated the title and readme to more clearly indicate that this library is for the Ad Manager SOAP API. Unfortunately, changing the package name would be a breaking change for current users. We may consider renaming the repo in the future as this seems to be backwards compatible