Discussion Feed
06-15-2020
12:20 PM
Hi,
How is it possible to correlate Analytics End User Monitoring (browser_records) and Transactions?
I'd like to filter EOM for specific user/session only. I can easily find Transactions related to this User/Session (SELECT * FROM transactions), but I cannot find a way to find related records in browser_records.
Please help,
Thank you,
Gleb
... View more
02-14-2020
01:26 PM
Hi, Could you please help to figure out purpose of "moreData" field in Analytics API response? Analytics API call returned 200 rows (in "result") and flag "moreData"=true (please see the sample below) My query has limit=10000, so more records can be returned... why "moreData"=true? Thank you, {
"fields": [
{
"label": "application",
"field": "application",
"type": "string"
},
{
"label": "transactionName",
"field": "transactionName",
"type": "string"
},
{
"label": "total",
"field": "*",
"type": "integer",
"aggregation": "count"
}
],
"results": [
[
"App1",
"/url1",
113372046
],
.....
[
"App2",
"/url2",
1031
]
],
"moreData": true,
"schema": "biz_txn_v1"
}}
... View more
02-14-2020
11:04 AM
2 Kudos
Found it: SELECT series(eventTimestamp, '1s'), count(*) FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000
... View more
02-14-2020
10:55 AM
Hi,
We recently switched to AppD and I am looking for a way to get a Throughput chart (hits/second) for specific Transaction records.
For example, I have a query: SELECT * FROM transactions WHERE segments.httpData.cookies.WeToken='WS757982604da45a81' LIMIT 10000
and I like to visualize Throughput for these transactions. I can see a small chart in Analytics UI, but it gives me no control over time steps, etc.
Please suggest how to visualize Throughput.
... View more
- Tags:
- chart
- rate
- throughput
Latest Activity
- Posted Correlation EUM and Transactions in Analytics on Business iQ (Analytics). 06-15-2020 12:20 PM
- Tagged Correlation EUM and Transactions in Analytics on Business iQ (Analytics). 06-15-2020 12:20 PM
- Tagged Correlation EUM and Transactions in Analytics on Business iQ (Analytics). 06-15-2020 12:20 PM
- Tagged Correlation EUM and Transactions in Analytics on Business iQ (Analytics). 06-15-2020 12:20 PM
- Tagged Correlation EUM and Transactions in Analytics on Business iQ (Analytics). 06-15-2020 12:20 PM
- Got a Kudo for Re: How to get Throughput chart?. 02-20-2020 01:24 PM
- Got a Kudo for Re: How to get Throughput chart?. 02-14-2020 03:52 PM
- Posted What is the purpose of "moreData" field in Analytics API response? on Business iQ (Analytics). 02-14-2020 01:26 PM
- Tagged What is the purpose of "moreData" field in Analytics API response? on Business iQ (Analytics). 02-14-2020 01:26 PM
- Tagged What is the purpose of "moreData" field in Analytics API response? on Business iQ (Analytics). 02-14-2020 01:26 PM
- Tagged What is the purpose of "moreData" field in Analytics API response? on Business iQ (Analytics). 02-14-2020 01:26 PM
- Posted Re: How to get Throughput chart? on Business iQ (Analytics). 02-14-2020 11:04 AM
- Posted How to get Throughput chart? on Business iQ (Analytics). 02-14-2020 10:55 AM
- Tagged How to get Throughput chart? on Business iQ (Analytics). 02-14-2020 10:55 AM
- Tagged How to get Throughput chart? on Business iQ (Analytics). 02-14-2020 10:55 AM
- Tagged How to get Throughput chart? on Business iQ (Analytics). 02-14-2020 10:55 AM
Community Stats
Date Registered | 02-14-2020 08:24 AM |
Date Last Visited | 06-16-2020 12:21 PM |
Total Messages Posted | 4 |
Total Kudos Received | 2 |