Replies: 1 comment
-
export default defineConfig({
manifest: {
content_security_policy: {
extension_pages: "script-src 'self' https://www.google-analytics.com/; object-src 'self'"
},
},
});
I have never gotten conversion tracking setup with Google Ads, no. AFAIK, it's impossible to do. If you want to track analytics events, you can use the Measurement Protocol or just wait for #790, which will support the measurement protocol. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to add to manifest?
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
Have you ever implemented tracking in browser extensions? Do you have an example of implementation?
Tracking installations for Google Ads and other actions.
Beta Was this translation helpful? Give feedback.
All reactions