Search Ads 360 Reporting API . customers . localServicesLeads

Instance Methods

close()

Close httplib2 connections.

provideLeadFeedback(resourceName, body=None, x__xgafv=None)

RPC to provide feedback on Local Services Lead resources.

Method Details

close()
Close httplib2 connections.
provideLeadFeedback(resourceName, body=None, x__xgafv=None)
RPC to provide feedback on Local Services Lead resources.

Args:
  resourceName: string, Required. The resource name of the local services lead that for which the feedback is being provided. (required)
  body: object, The request body.
    The object takes the form of:

{ # Request message for LocalServicesLeadService.ProvideLeadFeedback.
  "surveyAnswer": "A String", # Required. Survey answer for Local Services Ads Lead.
  "surveyDissatisfied": { # Details about various factors for not being satisfied with the lead. # Details about various factors for not being satisfied with the lead.
    "otherReasonComment": "A String", # Optional. Provider's free form comments. This field is required when OTHER_DISSATISFIED_REASON is selected as the reason.
    "surveyDissatisfiedReason": "A String", # Required. Provider's reason for not being satisfied with the lead.
  },
  "surveySatisfied": { # Details about various factors for being satisfied with the lead. # Details about various factors for being satisfied with the lead.
    "otherReasonComment": "A String", # Optional. Provider's free form comments. This field is required when OTHER_SATISFIED_REASON is selected as the reason.
    "surveySatisfiedReason": "A String", # Required. Provider's reason for being satisfied with the lead.
  },
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response message for LocalServicesLeadService.ProvideLeadFeedback.
  "creditIssuanceDecision": "A String", # Required. Decision of bonus credit issued or rejected. If a bonus credit is issued, it will be available for use in about two months.
}