I'm trying to push the numeric hardcoded value to the adobe server using the events, but the values sent is not received. I could see some random values in the dashboard(adobe). Also I'm using omnibug to check the data that is sent and I could see the proper value is transferred, but still in the adobe dashboard I'm seeing some random values. Please suggest me a proper way to send the numeric values so that the same is received in the adobe aswell. Example code snippet I'm using to send the values:
Solved! Go to Solution.
Views
Replies
Total Likes
When you say "I'm trying to push the numeric hardcoded value to the adobe server using the events", do you mean that for Text 1 / ID 1 combination, you want to see a literal "10" and a literal "1"?
Numberic Events are still counters, they just increment in the specified value.
So if you were looking at Text 1:
Events are metrics... if you need a literal "10" then you need to pass that as a dimension. It will be stored as a string value as Adobe Analytics does not support numeric dimensions (CJA might, I don't know since I don't have it)
Views
Replies
Total Likes
When you say "I'm trying to push the numeric hardcoded value to the adobe server using the events", do you mean that for Text 1 / ID 1 combination, you want to see a literal "10" and a literal "1"?
Numberic Events are still counters, they just increment in the specified value.
So if you were looking at Text 1:
Events are metrics... if you need a literal "10" then you need to pass that as a dimension. It will be stored as a string value as Adobe Analytics does not support numeric dimensions (CJA might, I don't know since I don't have it)
Views
Replies
Total Likes
Hello @Aarthi098,
In the Adobe reports if you are seeing values for event11 (metric) as '1,2,3,4,5,6...12345' and you expect to see values for event11 as '10,20,30,40...12340' then it is the issue of selecting wrong 'type' when configuring Success event (event11) in the report suite.
You can change the Event Type to Numeric by following below steps:
1.Please go to Analytics > Admin > Report Suites > Edit Settings > Conversion > Success Events
2. Change 'Type' configuration for event11 (from 'Counter' to 'Numeric' ;because Numeric type can increment count by more than 1 where as Counter type will increment count by only 1)
Views
Replies
Total Likes
Views
Likes
Replies