Closed Bug 1905902 Opened 8 months ago Closed 29 days ago

Create example microsurvey experiment recipe for QA

Categories

(Fenix :: Experimentation and Telemetry, task, P1)

All
Android
task

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: towhite, Assigned: towhite)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fxdroid][group2])

No description provided.
Summary: Create example microsurvey experimnent recipe for QA → Create example microsurvey experiment recipe for QA

Added below an example experiment recipe. It can also be modifier by changing the style if max-display-count needs to be increased/decreased (current default is 5)
The below json is for the "How much you like your Firefox hompage" survey

{
    "messages": {
        "feature-homepage-microsurvey": {
            "experiment": "{experiment}",
            "title": "micro_survey_prompt_title",
            "text": "microsurvey_homepage_title",
            "surface": "microsurvey",
  	    "style": "MICRO_SURVEY",
  	    "trigger-if-all": [
    	        "SECOND_HOMEPAGE_VIEW"
  	    ],
  	    "microsurvey-config": {
    	        "utm-content": "homepage",
                "icon": "ic_home"
    	        "answers": [
      	        {
        	    "text": "likert_scale_option_1",
        	    "ordering": 0
      	        },
      	        {
        	    "text": "likert_scale_option_2",
        	    "ordering": 1
      	        },
      	        {
        	    "text": "likert_scale_option_3",
        	    "ordering": 2
      	        },
      	        {
        	    "text": "likert_scale_option_4",
        	    "ordering": 3
      	        },
      	        {
        	    "text": "likert_scale_option_5",
        	    "ordering": 4
      	        },
      	        {
        	    "text": "likert_scale_option_6",
        	    "ordering": 5
      	        }
    	        ]
  	    }
	}
    }
}

lgtm 👍

Status: NEW → RESOLVED
Closed: 29 days ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.