- Resource: Opportunity
- ContactDetails
- SourceSystem
- SalesStage
- QualificationState
- DecisionPhase
- Methods
Resource: Opportunity
Resource representing a Opportunity for a Google Cloud Partner.
JSON representation |
---|
{ "name": string, "lead": string, "owner": { object ( |
Fields | |
---|---|
name |
Format: partners/{partner_id}/opportunities/{opportunity_id} |
lead |
Output only. Lead corresponding to Opportunity. |
owner |
Output only. Opportunity owner contact details. |
notes |
Notes on Opportunity. |
next |
Next steps need to be taken on Opportunity. |
deal |
Optional. Total deal size Amount in value. |
deal |
Output only. Currency of deal size. |
close |
Optional. Close date assigned to Opportunity. |
source |
Output only. Source of Opportunity. |
sales |
Sales stage of Opportunity. |
win |
Output only. Probability percentage of winning the Opportunity. |
product |
Output only. Product Family associated with Opportunity. |
term |
Optional. Term in months of Opportunity. |
customer |
Output only. Represents Customer Account. |
qualification |
Represents Qualification State. |
external |
External ID of Opportunity. |
create |
Output only. Created date. |
submit |
Output only. Submitted date. |
is |
Optional. Indicates whether the Opportunity is confidential. |
decision |
Optional. Decision Phase of Opportunity. |
ContactDetails
Represents Contact Details.
JSON representation |
---|
{ "givenName": string, "familyName": string, "email": string, "phone": string } |
Fields | |
---|---|
given |
Given name of Contact. |
family |
Family name of Contact. |
email |
Primary Email of Contact. |
phone |
Primary Phone of Contact. |
SourceSystem
Represents the Source System of Opportunity.
Enums | |
---|---|
SOURCE_SYSTEM_UNSPECIFIED |
None specified. |
SOURCE_SYSTEM_PARTNER |
Partner as Source. |
SOURCE_SYSTEM_GOOGLE |
Google as Source System. |
SOURCE_SYSTEM_GOOGLE_BDR |
Sourced by Google BDR(Buyside Display Reporting) Team. |
SOURCE_SYSTEM_GOOGLE_PROGRAMMATIC |
Sourced Programmatically, loaded by DataOps Team. |
SalesStage
Represents the Sales Stage of Opportunity.
Enums | |
---|---|
SALES_STAGE_UNSPECIFIED |
None specified. |
SALES_STAGE_QUALIFY |
Sales is in Qualify stage. |
SALES_STAGE_REFINE |
Sales is in Refine Stage. |
SALES_STAGE_TECH_EVAL_SOLUTION_DEV |
Sales is in Tech Evaluation/Solution Dev stage. |
SALES_STAGE_PROPOSAL_NEGOTIATION |
Sales is in Proposal/Negotiation stage. |
SALES_STAGE_MIGRATION_IMPLEMENTATION |
Sales is in Migration Implementation stage. |
SALES_STAGE_CLOSED_LOST |
Sales is in Closed Lost stage. |
SALES_STAGE_CLOSED_ADMIN |
Sales is Closed by admin. |
QualificationState
Represents the Qualification State of Opportunity.
Enums | |
---|---|
QUALIFICATION_STATE_UNSPECIFIED |
None specified. |
QUALIFICATION_STATE_APPROVED |
Opportunity Approved. |
QUALIFICATION_STATE_REJECTED |
Opportunity Rejected. |
DecisionPhase
Represents the Decision Phase of Opportunity.
Enums | |
---|---|
DECISION_PHASE_UNSPECIFIED |
None specified. |
INITIAL_RESEARCH_AND_INFO_GATHERING |
Initial research and information gathering. |
CURRENTLY_IN_TRIAL_OR_LOOKING_TO_TRIAL_OR_PILOT |
Currently in-trial or looking to trial/pilot. |
FINAL_DECISION |
Final decision. |
Methods |
|
---|---|
|
Gets an Opportunity. |
|
Updates an Opportunity for a Partner. |