OBJECT
TargetsIndicators
link GraphQL Schema definition
- type TargetsIndicators {
- # Target value to be reached over the period.
- : Float
- # Share of closed leads that were qualified, as a ratio.
- : Float
- # Average number of days it takes for a lead to be qualified.
- : Int
- # Average number of days it takes for a lead to be lost.
- : Int
- # Number of leads closed (qualified or lost) over the period.
- : Int
- # Average monetary value of a won opportunity.
- : Float
- # Average rate at which opportunity value is won over time.
- : Float
- # Share of closed opportunities that were won, as a ratio.
- : Float
- # Average number of days it takes for an opportunity to be won.
- : Int
- # Average number of days it takes for an opportunity to be lost.
- : Int
- # Number of opportunities closed (won or lost) over the period.
- : Int
- # Average time, in minutes, spent engaging a lead.
- : Int
- # Average time, in minutes, spent engaging an opportunity.
- : Int
- # Number of working hours available per week.
- : Int
- # Number of weekly working hours not spent selling (admin, meetings, etc.).
- : Int
- # Number of vacation days per year.
- : Int
- # Number of public holidays per year.
- : Int
- # Expected number of sick days per year.
- : Int
- # Average number of engagements with a lead before it is qualified or lost.
- : Float
- # Average number of engagements with a lead before it is qualified.
- : Float
- # Average number of engagements with a lead before it is lost.
- : Float
- # Average number of engagements with an opportunity before it is won or lost.
- : Float
- # Average number of engagements with an opportunity before it is won.
- : Float
- # Average number of engagements with an opportunity before it is lost.
- : Float
- # Number of working days target user worked in company.
- : Int
- # Number of years user has worked in company
- : Int
- }