|
1 | 1 | --- |
2 | | -name: Bug report |
| 2 | +name: Library-specific Bug Report |
3 | 3 | about: Report a problem with this library that needs to be fixed. |
4 | 4 | title: '' |
5 | 5 | labels: bug, triage |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 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: |
| 9 | +<!-- PLEASE READ |
| 10 | +This form is for bug reports specific to this library. |
26 | 11 |
|
27 | | -https://developers.google.com/google-ads/api/docs/client-libs |
| 12 | +For troubleshooting tips, see: https://developers.google.com/google-ads/api/docs/best-practices/troubleshooting |
28 | 13 |
|
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: |
| 14 | +For issues that are related to the Google Ads API itself and not specific to this library, please reach out to one of our support channels: https://developers.google.com/google-ads/api/support. |
32 | 15 |
|
33 | | -* Support Forum: https://groups.google.com/forum/#!forum/adwords-api |
34 | | -* Email the Support Team: [email protected] |
35 | | -============================================================================== |
| 16 | +Please check existing issues to see if your bug has already been reported before |
| 17 | +creating a new issue. We encourage you to add any relevant information to the existing issue if one already exists. |
36 | 18 | --> |
37 | 19 |
|
38 | 20 | **Describe the bug:** |
39 | | -<!-- Insert a clear and concise description of what the bug is. --> |
40 | 21 |
|
41 | 22 | **Steps to Reproduce:** |
42 | | -<!-- Insert specific steps to reproduce the behavior. --> |
43 | 23 |
|
44 | 24 | **Expected behavior:** |
45 | | -<!-- Write a clear and concise description of what you expected to happen. --> |
46 | 25 |
|
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 | | ---> |
| 26 | +**Client library version and API version:** |
| 27 | +Client library version: |
| 28 | +Google Ads API version: |
| 29 | +<!-- Paste the list of dependencies you're using (i.e. `pip freeze`) --> |
55 | 30 |
|
56 | 31 | **Request/Response Logs:** |
57 | 32 | <!-- |
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 |
| 33 | +To enable logging see this page: https://developers.google.com/google-ads/api/docs/client-libs/python/logging |
61 | 34 |
|
62 | 35 | NOTE: Make sure to include a Request ID when possible, and to redact personally |
63 | | -identifiable information, including developer tokens, client IDs, etc. |
| 36 | +identifiable information, including developer tokens, GCP client IDs, customer IDs, etc. |
64 | 37 | --> |
65 | 38 |
|
66 | | -**Additional context:** |
67 | | -<!-- Add any other useful context about the problem here. --> |
| 39 | + |
| 40 | +**Anything else we should know about your project / environment:** |
| 41 | + |
0 commit comments