Skip to content

Commit

Permalink
Merge pull request #1608 from alphagov/remove-outdated-supertypes
Browse files Browse the repository at this point in the history
Remove outdated supertypes
  • Loading branch information
tijmenb authored Jan 17, 2019
2 parents 0a3e7fd + 064c435 commit a8afea2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/analytics/custom-dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
'rendering-application': {dimension: 20},
'navigation-legacy': {dimension: 30, defaultValue: 'none'},
'navigation-page-type': {dimension: 32, defaultValue: 'none'},
'user-journey-stage': {dimension: 33, defaultValue: 'thing'},
'navigation-document-type': {dimension: 34, defaultValue: 'other'},
'taxon-slug': {dimension: 56, defaultValue: 'other'},
'taxon-id': {dimension: 57, defaultValue: 'other'},
'taxon-slugs': {dimension: 58, defaultValue: 'other'},
Expand Down
2 changes: 0 additions & 2 deletions spec/javascripts/analytics/ecommerce.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ describe('Ecommerce reporter for results pages', function() {
dimension26: '0',
dimension27: '0',
dimension32: 'none',
dimension33: 'thing',
dimension34: 'other',
dimension39: 'false',
dimension56: 'other',
dimension57: 'other',
Expand Down
10 changes: 0 additions & 10 deletions spec/javascripts/analytics/static-analytics-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,6 @@ describe("GOVUK.StaticAnalytics", function() {
number: 32,
defaultValue: 'none'
},
{
name: 'user-journey-stage',
number: 33,
defaultValue: 'thing'
},
{
name: 'navigation-document-type',
number: 34,
defaultValue: 'other'
},
{
name: 'content-id',
number: 4,
Expand Down

0 comments on commit a8afea2

Please sign in to comment.