Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService' #24

Closed
anuppathak05 opened this issue Sep 9, 2014 · 1 comment

Comments

@anuppathak05
Copy link

Hello,

I am using Python Library => conversion_tracker_service = client.GetConversionTrackerService(version='v201406')

I got AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService' Error While runnig Adwords Example upload_offline_conversions

Thank You.
Anup Pathak

@msaniscalchi
Copy link
Contributor

Hello, thanks for reporting this.

It looks like this example wasn't properly migrated from our legacy client library. In this library, there isn't a specific GetXService function for each service. There is instead a GetService() function, where you specify the service name as the argument. In other words, it should be client.GetService('ConversionTrackerService'). We'll have this example fixed when we push out the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants