Pega Web analytics with google vendor
Hello,
I’m looking for information about the PEGA Web Analytics plugin.
We start to investigate the use of this plugin in my application.
We are using as web analytics vendor Google. Our objectiv is to send data / information to Google Analytics.
Using this plugin, we manage to feed dataLayer’s google correctly, and google analytics web site receive correctly informations (hits). That works.
Our current configuration plugin , below :
When I make an order in Pega (therefore pyWorkPage.pyID has a value) that involves two push in the dataLayer because there are two rows on App Data Table
{event: 'MDP-167536', {stage}: 'Gestion', gtm.uniqueEventId: 15}
{event: 'MDP-167536', {status}: 'Open', gtm.uniqueEventId: 16}
But instead of this result we would like to feed dataLayer differently : just once with severals parameters like below
{event: 'MDP-167536', {status}: 'Open', {stage}: 'Gestion', gtm.uniqueEventId: 15}
Hello,
I’m looking for information about the PEGA Web Analytics plugin.
We start to investigate the use of this plugin in my application.
We are using as web analytics vendor Google. Our objectiv is to send data / information to Google Analytics.
Using this plugin, we manage to feed dataLayer’s google correctly, and google analytics web site receive correctly informations (hits). That works.
Our current configuration plugin , below :
When I make an order in Pega (therefore pyWorkPage.pyID has a value) that involves two push in the dataLayer because there are two rows on App Data Table
{event: 'MDP-167536', {stage}: 'Gestion', gtm.uniqueEventId: 15}
{event: 'MDP-167536', {status}: 'Open', gtm.uniqueEventId: 16}
But instead of this result we would like to feed dataLayer differently : just once with severals parameters like below
{event: 'MDP-167536', {status}: 'Open', {stage}: 'Gestion', gtm.uniqueEventId: 15}
In this plugin the table "app Data" the number of columns limits the number of parameters linked to an event analytic .
Is there a way to work around that?
Is it possible to directly send property from clipboard using javascript on the Page Tab ?
Thanks for your help, regards