|
| 1 | +--- |
| 2 | +name: Google Analytics 4 and AMP Bug Report |
| 3 | +description: Report a bug in GA4 and AMP integration. |
| 4 | +labels: ['Type: Bug', 'Component: amp-analytics', 'Component: GA4'] |
| 5 | +title: "\U0001F41B Google Analytics 4 Related Bug: " |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + id: header |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for filling out this bug report. Bugs related to Google Analytics 4 and amp-analytics can be reported using the form below. |
| 12 | + - Bugs related to the [AMP](https://amp.dev) format and cache can be reported using the form below. |
| 13 | + - Bugs related to the [AMP WordPress Plugin](https://wordpress.org/plugins/amp/) can be reported at the [support forum](https://wordpress.org/support/plugin/amp/) or at the [`amp-wp`](https://github.com/ampproject/amp-wp/issues) repository. |
| 14 | + - Questions about AMP uage can be asked at the [`#using-amp`](https://amphtml.slack.com/archives/C9HPA6HGB) Slack channel or at the [`amp-html`](http://stackoverflow.com/questions/tagged/amp-html) tag at Stack Overflow. |
| 15 | + - Questions about Google Search can be asked at Google's [Help Community](https://goo.gl/utQ1KZ). |
| 16 | + - type: textarea |
| 17 | + id: description |
| 18 | + attributes: |
| 19 | + label: Description |
| 20 | + description: A brief description of the bug. |
| 21 | + placeholder: Describe the expected vs. the current behavior, so this issue can be directed to the correct working group for investigation. |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + - type: input |
| 25 | + id: example |
| 26 | + attributes: |
| 27 | + label: URL where we can debug and reproduce the problem |
| 28 | + description: If applicable, give an example web page where we can reproduce the problem. |
| 29 | + placeholder: e.g. https://amp-dev.cdn.ampproject.org/c/s/amp.dev/ |
| 30 | + - type: textarea |
| 31 | + id: repro_steps |
| 32 | + attributes: |
| 33 | + label: Reproduction Steps |
| 34 | + description: Step-by-step instructions for reproducing the issue. |
| 35 | + placeholder: Provide a publicly accessible URL and a reduced set of steps that clearly demonstrate the issue. |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: textarea |
| 39 | + id: logs |
| 40 | + attributes: |
| 41 | + label: Relevant Logs |
| 42 | + description: Relevant logging output. |
| 43 | + placeholder: Paste any plain-text logs here (e.g. console warnings or errors from Chrome DevTools). They will automatically be formatted as code. |
| 44 | + render: shell |
| 45 | + - type: dropdown |
| 46 | + id: browsers |
| 47 | + attributes: |
| 48 | + label: Browser(s) Affected |
| 49 | + description: If applicable, specify which browser(s) are affected. Select one or more options below. |
| 50 | + multiple: true |
| 51 | + options: |
| 52 | + - Chrome |
| 53 | + - Firefox |
| 54 | + - Safari |
| 55 | + - Edge |
| 56 | + - UC Browser |
| 57 | + - type: input |
| 58 | + id: operating_systems |
| 59 | + attributes: |
| 60 | + label: OS(s) Affected |
| 61 | + description: If applicable, specify which operating system(s) are affected. |
| 62 | + placeholder: e.g. Android 11 |
| 63 | + - type: input |
| 64 | + id: devices |
| 65 | + attributes: |
| 66 | + label: Device(s) Affected |
| 67 | + description: If applicable, specify which device(s) are affected. |
| 68 | + placeholder: e.g. Pixel 3 |
| 69 | + - type: input |
| 70 | + id: version |
| 71 | + attributes: |
| 72 | + label: AMP Version Affected |
| 73 | + description: If applicable, specify which version is affected, in the format YYMMDDHHMMXXX. |
| 74 | + placeholder: e.g. 2101280515000 |
0 commit comments