Bug P2
Status Update
Comments
gu...@wexit.fr <gu...@wexit.fr> #2
Thank you for submitting the feedback. But we are unable to reproduce the issue on 3.3 RC1 from our end. If you can provide a sample project or a screenshot of the issue it will be really helpful to triage the issue.
If we do not get an update in the next 30 days we will close this issue.
If we do not get an update in the next 30 days we will close this issue.
jo...@gmail.com <jo...@gmail.com> #3
Hi,
Here's a sample project that can reproduce the issue by running Lint : ./gradlew lint
The lint result file is present at the root of the project.
It reproduces the wrong InlinedApi warning & NewApi error.
I've also updated the project to use the new 3.3-rc2 version.
In fact, it's only reproductible when a project have multiple modules.
In my sample there is a class `AndroidVersions` that is in a `core` module and which is used in my `app` module (in MainActivity class).
If the 2 classes are in the same modules, Lint is running properly. But moving the `AndroidVersions` to the core module break it.
Here's a sample project that can reproduce the issue by running Lint : ./gradlew lint
The lint result file is present at the root of the project.
It reproduces the wrong InlinedApi warning & NewApi error.
I've also updated the project to use the new 3.3-rc2 version.
In fact, it's only reproductible when a project have multiple modules.
In my sample there is a class `AndroidVersions` that is in a `core` module and which is used in my `app` module (in MainActivity class).
If the 2 classes are in the same modules, Lint is running properly. But moving the `AndroidVersions` to the core module break it.
Description
Estoy implementando un píxel de conversión de Google Ads a través de Google Tag Manager en mi sitio web.
El píxel de Google Ads no se carga correctamente, y el navegador muestra el error 'ERR Blocked by ORB'.
- Verificado la configuración de CORS en mi servidor.
- He ajustado la política de seguridad de contenido (CSP) para permitir los dominios de Google Ads y Google Tag Manager.
- He intentado cargar el píxel como una imagen en lugar de una solicitud CORS.
URL del sitio donde ocurre el problema
URL del recurso bloqueado
Podéis hacer pruebas en el subodminio
dataLayer.push({
"event": "purchase",
"currency": "EUR",
"transaction_id": "1DMP5000005109",
"value": 129,
"tax": 15,
"shipping": 0,
"items": {
"0": {
"item_id": "96672-37",
"item_name": "Tacón multicolor ",
"affiliation": "Pepe",
"item_brand": "Pepe",
"item_variant": "Multicolor",
"index": 0,
"quantity": 1
}
},
"gtm.uniqueEventId": 3
});
Navegador y versión: Google Chrome Versión 131.0.6778.265 (Build oficial) (arm64)
Pasos para reproducir el problema:
1. Visitar
2. Abrir la consola del navegador
3. Ejecutar el push de datalayer compartido
4. Verificar que el recurso
5. Verificar que el recurso
Muchas gracias.
Atentamente,