• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CEP Google Analytics not working

New Here ,
Nov 08, 2021 Nov 08, 2021

Copy link to clipboard

Copied

I've build a CEP extension for After Effects and it works great so far. 
I was hoping to implement Google Analytics so we can see which features are used the most etc.
When we test the frontend in a browser Google Analytics works. When we use it in the extension it doesn't show any results / hits. Even when I use .debug and look at the localhost:8088... no hits are recordered by Google.
I'm not sure who is to "blame" for this Google or Adobe? 
Any suggestions would be much appreciated thanks.

This is the code that is used in the index.html of the extension:

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-#########"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-#######');
</script>

 

Views

505

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 19, 2021 Nov 19, 2021

Copy link to clipboard

Copied

On the face of it, I wouldn't think this would work. 

 

However, a few people from the CEP team did respond with these links:

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 24, 2022 Aug 24, 2022

Copy link to clipboard

Copied

LATEST

@marco69957701 did you find a solution to this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines