Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi Team,
If we do event serialization with products variable, then order count, order value, quantity & order value will be counted only once even if there is multiple confirmation page refresh?
s.purchaseID = "uniqueCode";
s.products = ;shoe;1;100;
s.events = 'purchase';
Thanks,
Dinesh
Solucionado! Ir para a Solução.
Hi Dinesh,
Yes, that's correct.
Hi,
Andrey is right. And every additional event you send in the same server call (beacon / hit) is serialized.
Please check with the documentation: https://docs.adobe.com/help/en/analytics/implementation/javascript-implementation/event-purchase.htm.... "The purchaseID variable serializes all events passed in the variable s.events, and overrides any serialization value for events. If purchaseID is left blank, each instance of the purchase event, even page reloads, is counted."
And beware purchaseID is limited to 20 characters.
Nicolas
s.purchaseID should do the job without having to serialize an event...
Unless you're using some random number for s.purchaseID?
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas