Ads APIReferences / experiments / Update survey question.

Update survey question.

Update a survey question

Request

  • ad_account_id
    string [uuid]
    Required

    A unique identifier for an Ad Account.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
  • experiment_id
    string [uuid]
    Required

    A unique identifier for the entity.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
  • survey_question_id
    string [uuid]
    Required

    The unique identifier for the survey question.

    Example: f47ac10b-58cc-4372-a567-0e02b2c3d479

Request model for updating a survey question.

  • question_text
    string

    The survey question text.

    Example: "Which of the following..."

Response

Successfully updated the survey question.

Response sample