Muito Obrigado!", "datePublished": "2019-12-19T20:16:05.000Z", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://trailhead.salesforce.com/trailblazer-community/feed/0D53A00004h6nhzSAA" }, "image": "https://trailblazers.salesforce.com/ncsphoto/AGHmNbGCib7JEKNZsgq6NhoaIydeL5vijLqfHIrc9hZCROvG85f7WCCRdurz_zhBHX-ldYR-w_ISVQdVXZ61KA%3D%3D", "about": [], "publisher": { "@type": "Organization", "name": "Trailhead", "url": "https://trailhead.salesforce.com", "@id": "https://trailhead.salesforce.com#Organization" }, "author": { "@type": "Person", "name": "Vagner Vieira", "url": "https://trailblazers.salesforce.com/profileView?u=0053A00000FKWxXQAX", "agentInteractionStatistic": { "@type": "InteractionCounter", "interactionType": "https://schema.org/WriteAction", "userInteractionCount": 4 }, "affiliation": { "@type": "Organization", "name": "Claro Brasil" } }, "interactionStatistic": { "@type": "InteractionCounter", "interactionType": "https://schema.org/LikeAction", "userInteractionCount": 0 }, "comment": [ { "@type": "Comment", "text": "Imagina, @Vagner Vieira https://trailblazers.salesforce.com/profileView?u=0053A00000FKWxXQAX ! Se ver alguma coisa relacionada, te aviso!", "author": { "@type": "Person", "name": "Guilherme Monteiro", "url": "https://trailblazers.salesforce.com/profileView?u=0053A00000E4lULQAZ" }, "datePublished": "2019-12-20T21:04:03.000Z" } ] } Skip to main content

Pessoal, boa tarde.

Alguém já trabalhou com Google Analytics dentro do Salesforce ?

A ideia seria mapear a quantidade de acessos (volumetria) dos objetos como Conta, Casos, Opt da org.

Para o Lightning, em algumas pesquisas a solução seria a implementação de um Componente do Lightning dentro da pagina desses objetos, porém não consegui customizar esse componente para o script gerado pelo Google Analytics:

 

<!-- Global site tag (gtag.js) - Google Analytics -->

<script async src="https://www.googletagmanager.com/gtag/js?id=trackingId"></script>

<script>

  window.dataLayer = window.dataLayer || [];

  function gtag(){dataLayer.push(arguments);}

  gtag('js', new Date());

  gtag('config', 'trackingId');

</script>

 

Muito Obrigado!

4 comentarios
0/9000