|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Report a problem with this library that needs to be fixed. |
| 4 | +title: '' |
| 5 | +labels: bug, triage |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | +<!-- |
| 10 | +**PLEASE READ** |
| 11 | +============================================================================== |
| 12 | +Before posting, make sure you've carefully reviewed the documentation for this |
| 13 | +library: |
| 14 | +
|
| 15 | +https://developers.google.com/google-ads/api/docs/client-libs/python |
| 16 | +
|
| 17 | +This library is only used for the Google Ads API. For the AdWords API client |
| 18 | +library report your issue here: |
| 19 | +
|
| 20 | +https://github.com/googleads/googleads-python-lib/issues |
| 21 | +
|
| 22 | +Only use this page to report problems with this library, which is designed for |
| 23 | +the Python language. |
| 24 | +
|
| 25 | +If you are looking for help with a different language, see: |
| 26 | +
|
| 27 | +https://developers.google.com/google-ads/api/docs/client-libs |
| 28 | +
|
| 29 | +If you are unsure whether your issue is related to this library or the Google |
| 30 | +Ads API itself, please first reach out to one of the below resources before |
| 31 | +filing an issue here: |
| 32 | +
|
| 33 | +* Support Forum: https://groups.google.com/forum/#!forum/adwords-api |
| 34 | +* Email the Support Team: [email protected] |
| 35 | +============================================================================== |
| 36 | +--> |
| 37 | + |
| 38 | +**Describe the bug:** |
| 39 | +<!-- Insert a clear and concise description of what the bug is. --> |
| 40 | + |
| 41 | +**Steps to Reproduce:** |
| 42 | +<!-- Insert specific steps to reproduce the behavior. --> |
| 43 | + |
| 44 | +**Expected behavior:** |
| 45 | +<!-- Write a clear and concise description of what you expected to happen. --> |
| 46 | + |
| 47 | +**Screenshots:** |
| 48 | +<!-- If applicable, attach screenshots to help explain your problem. --> |
| 49 | + |
| 50 | +**Library version and API version:** |
| 51 | +<!-- |
| 52 | + - Which Google Ads API version are you using [e.g. v6] |
| 53 | + - Paste the list of dependencies you're using (i.e. `pip freeze`) |
| 54 | +--> |
| 55 | + |
| 56 | +**Request/Response Logs:** |
| 57 | +<!-- |
| 58 | +Insert request/response logs here. To enable logging see this page: |
| 59 | +
|
| 60 | +https://developers.google.com/google-ads/api/docs/client-libs/python/logging |
| 61 | +
|
| 62 | +NOTE: Make sure to include a Request ID when possible, and to redact personally |
| 63 | +identifiable information, including developer tokens, client IDs, etc. |
| 64 | +--> |
| 65 | + |
| 66 | +**Additional context:** |
| 67 | +<!-- Add any other useful context about the problem here. --> |
0 commit comments