Im trying to send a numeric value to Adobe server, i tried with eVar, props, events but nothing works, after many searches came to know that events are best which supports the numbers but when i tried it, it is not sending the given value, will it consider only the instances? If so, please suggest me a way to send the numeric value
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Cool.
Could you try using the snippet below once and see what you get ? This should work if everything else is fine at your end.
s.eVar1 = 'My Text';
s.eVar2 = 'My Text2';
s.events = 'event1=10.5';
s.linkTrackVars = 'eVar1,eVar2,events';
s.linkTrackEvents = 'event1';
s.tl(true, 'o','Fire event');
Views
Replies
Total Likes
Hi @karthik_22,
Did you try to use some tools to check what data had been sent to Adobe Analytics?
Like Omnibug browser plugin
Or directly the network panel in the browser developer tool
Views
Replies
Total Likes
@leocwlau
I'm validating using omnibug and I could see the same data passing in but its not populating the Adobe dashboard table
Views
Replies
Total Likes
Hi @karthik_22 ,
Some thing is wrong at your end may be in the event setup. The code that I provided above gave me the right values. Have a look below. Fired 6 times. Works
Views
Replies
Total Likes
@abhinavbalooni
Hope you would've set up the events in this path Admin -> All admin -> report suite -> Edit settings -> conversion -> Success events.
You had the type as counter or Numeric?
Views
Replies
Total Likes
@karthik_22 Event set to numeric
Views
Replies
Total Likes
Okay! I will check what is missing from my end
Views
Replies
Total Likes
Views
Like
Replies