@wistia/bottler-helpers 1.24.0 → 1.25.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
|
@@ -112,10 +112,12 @@ type AccountEmbedLocationAggregate {
|
|
|
112
112
|
mediaCount: Int
|
|
113
113
|
embedDomain: String
|
|
114
114
|
plays: Int
|
|
115
|
+
uniquePlays: Int
|
|
115
116
|
playRate: Float
|
|
116
117
|
engagementRate: Float
|
|
117
118
|
playedTime: Int
|
|
118
119
|
loads: Int
|
|
120
|
+
uniqueLoads: Int
|
|
119
121
|
uniqueVisitors: Int
|
|
120
122
|
ctaConversionRate: Float
|
|
121
123
|
}
|
|
@@ -137,10 +139,12 @@ type MediaEmbedLocationAggregate {
|
|
|
137
139
|
embedPath: String
|
|
138
140
|
embedUrl: String
|
|
139
141
|
plays: Int
|
|
142
|
+
uniquePlays: Int
|
|
140
143
|
playRate: Float
|
|
141
144
|
engagementRate: Float
|
|
142
145
|
playedTime: Int
|
|
143
146
|
loads: Int
|
|
147
|
+
uniqueLoads: Int
|
|
144
148
|
uniqueVisitors: Int
|
|
145
149
|
ctaConversionRate: Float
|
|
146
150
|
pageTitle: String
|