@wistia/bottler-helpers 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schema.graphql +4 -0
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -423,6 +423,8 @@ type LiveEventContactAggregate {
|
|
|
423
423
|
pollResponsesCount: Int
|
|
424
424
|
chatCount: Int
|
|
425
425
|
annotationClickCount: Int
|
|
426
|
+
attendeeHistogram: [Int]
|
|
427
|
+
focusedAttendeeHistogram: [Int]
|
|
426
428
|
}
|
|
427
429
|
|
|
428
430
|
type LivePollResponse {
|
|
@@ -556,6 +558,7 @@ type RelativeMediaAggregate {
|
|
|
556
558
|
ctaConversions: Int
|
|
557
559
|
ctaConversionRate: Float
|
|
558
560
|
engagementRate: Float
|
|
561
|
+
formConversions: Int
|
|
559
562
|
cumulativePlays: Int
|
|
560
563
|
cumulativePlayedTime: Int
|
|
561
564
|
}
|
|
@@ -575,6 +578,7 @@ type RelativeAccountAggregate {
|
|
|
575
578
|
ctaConversions: Int
|
|
576
579
|
ctaConversionRate: Float
|
|
577
580
|
engagementRate: Float
|
|
581
|
+
formConversions: Int
|
|
578
582
|
}
|
|
579
583
|
|
|
580
584
|
"An interval of time to aggregate metrics into datapoints"
|