trait GrowingIOQueryResolver extends AnyRef
Resolver for Query
- Annotations
- @Generated()
- Alphabetic
- By Inheritance
- GrowingIOQueryResolver
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def accountApplication(id: String): AccountApplicationDto
-
abstract
def
accountApplicationStatus(identity: String): String
- Annotations
- @NotNull()
-
abstract
def
activeUsers(projectId: String, timeRange: String, offset: Integer, limit: Integer): SlicePaginationDto
- Annotations
- @NotNull()
- abstract def analysisAlert(projectId: String, id: String): AnalysisAlertsDto
- abstract def analysisAlerts(projectId: String): List[AnalysisAlertsDto]
- abstract def analysisDashboardReferers(projectId: String, resourceType: String, resourceId: String): List[DashboardReferenceDto]
- abstract def basicProfile(projectId: String, id: String): BasicProfileDto
-
abstract
def
categories(resourceType: String): List[CategoryDto]
获取分类列表, resourceType: userVariable | tag, 也可以不填,不填时返回所有两种类型的结果
-
abstract
def
category(id: String): CategoryDto
根据分类ID获取分类信息
-
abstract
def
checkTagFieldExistence(fieldValue: String, fieldType: TagFieldTypeDto): Boolean
- Annotations
- @NotNull()
-
abstract
def
circleQrcode(projectId: String, productId: String): CircleQrcodeDto
- Annotations
- @NotNull()
-
abstract
def
complexMetric(projectId: String, id: String): ComplexMetricDto
单个计算指标详情
-
abstract
def
complexMetrics(projectId: String): List[ComplexMetricDto]
计算指标列表
-
abstract
def
complexMetricsV2(projectId: String): List[ComplexMetricDto]
大洋分析计算指标查询列表页接口(由ID查询仍走旧接口)
-
abstract
def
countComplexMetrics(projectId: String): Integer
统计计算指标的个数
- abstract def countDashboards(projectId: String): Integer
- abstract def countEventAnalyses(projectId: String): Integer
- abstract def countFrequencyAnalyses(projectId: String): Integer
- abstract def countFunnelAnalyses(projectId: String): Integer
- abstract def countKpiAnalyses(projectId: String): Integer
- abstract def countRetentionAnalyses(projectId: String): Integer
- abstract def countSegments(projectId: String): Integer
- abstract def crystalBallDashboard(projectId: String, id: String): DashboardDto
- abstract def crystalBallDashboardComment(projectId: String, id: String): DashboardCommentDto
- abstract def crystalBallDashboards(projectId: String): List[DashboardDto]
- abstract def crystalBallEventAnalysis(projectId: String, id: String): EventAnalysisDto
- abstract def crystalBallFrequencyAnalysis(projectId: String, id: String): FrequencyAnalysisDto
- abstract def crystalBallKpiAnalysis(projectId: String, id: String): KpiAnalysisDto
- abstract def crystalBallTrackOverviewAnalysis(projectId: String, id: String): TrackOverviewAnalysisDto
- abstract def crystalBallUserInfoPanels(projectId: String): List[CrystalBallUserInfoPanelDto]
- abstract def currentUserProjectRole(projectId: String): ProjectRoleDto
-
abstract
def
customEvent(projectId: String, id: String): CustomEventDto
单个打点事件详情
-
abstract
def
customEvents(projectId: String): List[CustomEventDto]
打点事件列表
- abstract def dashboard(projectId: String, id: String): DashboardDto
- abstract def dashboardComment(projectId: String, id: String): DashboardCommentDto
-
abstract
def
dashboards(projectId: String): List[DashboardDto]
- Annotations
- @NotNull()
- abstract def dataCenterAcls(resourceType: String): List[UserAccessCtrlDto]
-
abstract
def
dataCenterCustomEvent(id: String): CustomEventDto
数据中心 单个打点事件详情
-
abstract
def
dataCenterDefaultCategory(resourceType: String): CategoryDto
返回dataCenter级别未分类资源
-
abstract
def
dataCenterEventVariable(id: String): EventVariableDto
通过 id 获取数据中心的事件变量
-
abstract
def
dataCenterGetCategoryByResource(categoryResource: CategoryResourceInputDto): CategoryDto
根据资源返回其所属分类
-
abstract
def
dataCenterInsightDimensions(measurements: List[MeasurementInputDto], targetUsers: List[String]): List[DimensionDto]
数据中心的 InsightDimensions
-
abstract
def
dataCenterItemModel(id: String): ItemModelDto
通过 id 获取数据中心的物品模型
-
abstract
def
dataCenterItemVariable(id: String): ItemVariableDto
通过 id 获取数据中心的物品模型变量
- abstract def dataCenterResourceActions(resourceType: String, resourceId: Long): List[String]
- abstract def dataCenterRole(id: String): DataCenterRoleDto
-
abstract
def
dataCenterSearchCategories(q: String, resourceType: String): List[CategoryDto]
根据关键字查询在dataCenter级别下分类信息, resourceType: tag | userVariable
-
abstract
def
dataCenterTag(id: String): TagDto
通过 id 获取数据中心标签
-
abstract
def
dataCenterTreeLikeCategories(resourceType: String): List[CategoryDto]
根据资源类型返回dataCenter级别下树状结构分类信息
-
abstract
def
dataCenterTreeLikeCategoryWithResource(id: String): CategoryDto
根据资源id返回dataCenter级别下树状结构分类信息
- abstract def dataCenterUserGrants(resourceType: String, resourceId: Long): AccessEntryDto
-
abstract
def
dataCenterUserProfile(userId: String, tags: List[String], properties: List[String]): UserProfileDto
如果userId在数据端为无效或不存在,则返回空
-
abstract
def
dataCenterUserVariable(id: String): UserVariableDto
通过 id 获取数据中心的用户变量
-
abstract
def
debuggerQrcode(productId: String): DebuggerQrcodeDto
- Annotations
- @NotNull()
-
abstract
def
defaultCategory(resourceType: String, projectId: String): CategoryDto
根据资源类型查询未分类的资源列表
-
abstract
def
departments(parentId: String): List[DepartmentDto]
- Annotations
- @NotNull()
-
abstract
def
element(projectId: String, id: String): ElementDto
无埋点 单个元素详情
-
abstract
def
elements(projectId: String): List[ElementDto]
无埋点 元素列表
- abstract def eventAnalyses(projectId: String): List[EventAnalysisDto]
- abstract def eventAnalysis(projectId: String, id: String, dashboardId: String): EventAnalysisDto
-
abstract
def
eventVariable(projectId: String, id: String): EventVariableDto
单个事件变量详情
-
abstract
def
eventVariables(projectId: String): List[EventVariableDto]
事件变量列表
- abstract def frequencyAnalyses(projectId: String): List[FrequencyAnalysisDto]
- abstract def frequencyAnalysis(projectId: String, id: String, dashboardId: String): FrequencyAnalysisDto
- abstract def funnelAnalyses(projectId: String): List[FunnelAnalysisDto]
- abstract def funnelAnalysis(projectId: String, id: String, dashboardId: String): FunnelAnalysisDto
- abstract def getAlertsByChartId(projectId: String, chartId: String): List[AnalysisAlertsDto]
-
abstract
def
getTGIStatisticData(projectId: String, segmentId: String): List[TGIStatisticDataDto]
获取腾讯分群画像用户信息统计数据, 返回两组数据,第一组为手机号覆盖率,第二组为设备覆盖率
获取腾讯分群画像用户信息统计数据, 返回两组数据,第一组为手机号覆盖率,第二组为设备覆盖率
- Annotations
- @NotNull()
- abstract def getTunnelEventsTrend(id: String): TunnelEventsTrendDto
-
abstract
def
insightDimensions(projectId: String, measurements: List[MeasurementInputDto], targetUsers: List[String]): List[DimensionDto]
数据中心的 insightDimensions
-
abstract
def
jobFiles(id: String): List[FileDescriptorDto]
- Annotations
- @NotNull()
-
abstract
def
jobLogs(id: String): List[LogEntryDto]
- Annotations
- @NotNull()
- abstract def jobResult(id: String): JobResultDto
- abstract def kpiAnalyses(projectId: String): List[KpiAnalysisDto]
- abstract def kpiAnalysis(projectId: String, id: String, dashboardId: String): KpiAnalysisDto
-
abstract
def
logExportJobResult(id: String): AuditLogExportJobResultDto
查询日志导出状态
查询日志导出状态
- Annotations
- @NotNull()
-
abstract
def
logs(q: AuditLogQueryInputDto, timeRange: String, offset: Integer, limit: Integer): SlicePaginationDto
查询日志
查询日志
- Annotations
- @NotNull()
-
abstract
def
measurements(projectId: String, t: List[String], q: String, c: String, f: String): List[MeasurableDto]
聚合的指标列表
-
abstract
def
members(scopeId: String, scopeType: MemberScopeTypeInputDto, offset: Integer, limit: Integer): SlicePaginationDto
- Annotations
- @NotNull()
-
abstract
def
minpActiveUserIps(productId: String): List[String]
获取IP,返回productId关联的,最多5个
获取IP,返回productId关联的,最多5个
- Annotations
- @NotNull()
-
abstract
def
minpCircleQrcode(productId: String): String
获取二维码长链
获取二维码长链
- Annotations
- @NotNull()
- abstract def notificationTask(id: String): NotificationTaskDto
-
abstract
def
passwordValidation(identity: String, password: String): Boolean
- Annotations
- @NotNull()
- abstract def personaMeasurements(projectId: String): List[MeasurementDto]
- abstract def personaProfile(projectId: String, id: String): PersonaProfileDto
-
abstract
def
preparedDimensions(projectId: String): List[PreparedDimensionDto]
预定义维度列表
-
abstract
def
preparedSegment(projectId: String, id: String): PreparedSegmentDto
activeToday: 今日活跃用户 activeInThreeWeeks: 近 3 周活跃用户 activeNotInTwoWeeks: 近 2 周不活跃用户
- abstract def project(id: String): ProjectDto
-
abstract
def
projectDataCtrl(projectId: String): List[ProjectDataCtrlDto]
- Annotations
- @NotNull()
-
abstract
def
projectRole(projectId: String, id: String): ProjectRoleDto
- Annotations
- @NotNull()
-
abstract
def
projectRoles(projectId: String): List[ProjectRoleDto]
- Annotations
- @NotNull()
- abstract def projectTunnels(projectId: String): List[TunnelDto]
-
abstract
def
queryGroupByIds(ids: List[String]): List[TagGroupInfoDto]
* 通过id查询分组信息
* 通过id查询分组信息
- ids
id列表
- returns
对应id的标签分组信息
- Annotations
- @NotNull()
- abstract def retentionAnalyses(projectId: String): List[RetentionAnalysisDto]
- abstract def retentionAnalysis(projectId: String, id: String, dashboardId: String): RetentionAnalysisDto
-
abstract
def
searchCategories(projectId: String, q: String, resourceType: String): List[CategoryDto]
根据关键字查询分类, resourceType: tag | userVariable
-
abstract
def
searchMembers(scopeId: String, scopeType: MemberScopeTypeInputDto, nameOrIdentity: String, offset: Integer, limit: Integer): SlicePaginationDto
- Annotations
- @NotNull()
-
abstract
def
searchUserEvents(projectId: String, id: String, q: String, timeRange: String): List[String]
- Annotations
- @NotNull()
-
abstract
def
searchUsers(projectId: String, properties: List[String], filter: FilterInputDto): List[UserSearchDto]
查询用户,properties为返回哪些用户信息/属性,filter为需要的过滤字段,之前的q现在使用filter传
- abstract def segment(projectId: String, id: String): SegmentDto
- abstract def segmentDocument(projectId: String, id: String): SegmentDocumentDto
- abstract def segmentMeasurements(projectId: String, policy: SettingSegmentMeasurementPolicyDto, id: String): List[MeasurementDto]
- abstract def segments(projectId: String): List[SegmentDto]
-
abstract
def
simpleEvents(projectId: String, elementId: String): List[SimpleEventDto]
无埋点事件 即圈选事件
-
abstract
def
subscriptions(projectId: String, type: SubscriptionTypeDto): List[SubscriptionDto]
- Annotations
- @NotNull()
- abstract def tag(projectId: String, id: String): TagDto
- abstract def tags(projectId: String): List[TagDto]
- abstract def tencentPortrait(projectId: String, id: String): TencentPortraitDto
-
abstract
def
tencentPortraitTagInfo(groupId: String, level: String): List[TagGroupInfoDto]
* 返回标签分组信息
* 返回标签分组信息
- groupId
非必填,为空 | 查询所有非叶子分组(即⻚面侧边分组),有值 | 查询这个分组的下一级分组及分组下标签信息(即⻚面中部分组及标签)
- level
非必填,目前该参数为保留参数,暂时不提供功能
- returns
标签分组信息
- Annotations
- @NotNull()
-
abstract
def
tencentPortraits(projectId: String): List[TencentPortraitDto]
- Annotations
- @NotNull()
-
abstract
def
testNotificationTask(id: String): WebHookResponseDto
- Annotations
- @NotNull()
-
abstract
def
testWebHook(input: WebHookInputDto): WebHookResponseDto
- Annotations
- @NotNull()
-
abstract
def
testWebHookById(id: String): WebHookResponseDto
- Annotations
- @NotNull()
-
abstract
def
treeLikeCategoriesWithResource(projectId: String, resourceType: String): List[CategoryDto]
根据资源类型与项目id返回树状结构分类信息
- abstract def tunnel(id: String): TunnelDto
-
abstract
def
tunnelActivated(id: String): Boolean
- Annotations
- @NotNull()
- abstract def ubaCustomEvents(tunnelId: String): List[CustomEventDto]
- abstract def ubaUserVariables(tunnelId: String): List[UserVariableDto]
- abstract def userDataCenterPermissionModules(userId: String): List[ModuleDto]
- abstract def userEventCount(projectId: String, id: String, timeRange: String, eventKeys: List[String]): UserEventCountDto
-
abstract
def
userEvents(projectId: String, id: String, types: List[UserEventTypeDto], timeRange: String, first: Integer, after: String, last: Integer, before: String, limit: Integer, filter: FilterInputDto): CursorPaginationDto
用户事件查询,新增filter为过滤条件,小程序无埋点filter中含有appid
用户事件查询,新增filter为过滤条件,小程序无埋点filter中含有appid
- Annotations
- @NotNull()
- abstract def userEventsTrend(projectId: String, id: String, type: UserEventTypeDto, timeRange: String, interval: Long, eventKeys: List[String]): EventTrendDto
-
abstract
def
userProfile(projectId: String, userId: String, tags: List[String], properties: List[String]): UserProfileDto
如果userId在数据端为无效或不存在,则返回空
-
abstract
def
userProfileWithTime(projectId: String, userId: String, tags: List[String], properties: List[String]): List[TimeUserProfileDto]
如果userId在数据端为无效或不存在,则返回空
-
abstract
def
userProjectPermissionModules(projectId: String, userId: String): List[ModuleDto]
- Annotations
- @NotNull()
-
abstract
def
userVariable(projectId: String, id: String): UserVariableDto
单个用户变量详情
-
abstract
def
userVariables(projectId: String): List[UserVariableDto]
用户变量列表
-
abstract
def
users(projectId: String, type: UserQueryTypeDto, id: String, offset: Integer, limit: Integer, tags: List[String], properties: List[String]): SlicePaginationDto
- Annotations
- @NotNull()
-
abstract
def
verifyProjectAi(ai: String): Boolean
- Annotations
- @NotNull()
- abstract def webHook(id: String): WebHookDto
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated