Skip to content

Instantly share code, notes, and snippets.

@simoebenhida
Created April 11, 2019 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simoebenhida/cb17e9d781fa57e4a4e971439e8110bd to your computer and use it in GitHub Desktop.
Save simoebenhida/cb17e9d781fa57e4a4e971439e8110bd to your computer and use it in GitHub Desktop.
Question::create([
'source' => 'chrome',
'category' => 'ad-account',
'type' => 'yes-no',
'section' => 'optimization',
'text' => 'Do pixel errors show up throughout the funnel and in Diagnostics?',
'action' => 'Looks at pixel helper tool through Chrome extension (3rd party) to see if it populates any errors, then upload screenshot of exact errors. Also looks at the pixel dashboard to see if any diagnostics populates and will provide screenshot from there as well.',
'final' => 'First, go through the funnel and check for pixel errors in every step of the funnel. Upload screenshots of exact errors inside the pixel helper tool. Secondly, open Events Manager within the account, go to Diagnostics and provide screenshots of any errors.'
]);
Question::create([
'source' => //data source
'category' => //category
'type' => //input type
'section' => //section
'text' => //problem/question/analysis
'action' => //auditor action
'final' => //final copy for auditor in wizard
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment