Skip to content

Commit 6ea46f0

Browse files
committed
damien's review
1 parent a08cdda commit 6ea46f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

specs/analytics/paths/click/getClickThroughRate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ get:
3535
description: A list of click-through rate events with their date.
3636
items:
3737
type: object
38-
title: clickEvent
38+
title: clickThroughRateEvent
3939
additionalProperties: false
4040
required:
4141
- rate

specs/analytics/paths/click/getConversionRate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ get:
3535
description: A list of conversion events with their date.
3636
items:
3737
type: object
38-
title: conversionEvent
38+
title: conversionRateEvent
3939
additionalProperties: false
4040
required:
4141
- rate

specs/analytics/paths/search/getNoClickRate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ get:
3535
description: A list of searches without clicks with their date, rate and counts.
3636
items:
3737
type: object
38-
title: noClickEvent
38+
title: noClickRateEvent
3939
additionalProperties: false
4040
required:
4141
- rate

specs/analytics/paths/search/getNoResultsRate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ get:
3535
description: A list of searches without results with their date, rate and counts.
3636
items:
3737
type: object
38-
title: noResultsEvent
38+
title: noResultsRateEvent
3939
additionalProperties: false
4040
required:
4141
- date

specs/analytics/paths/search/getTopCountries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ get:
2828
description: A list of countries with their count.
2929
items:
3030
type: object
31-
title: Country
31+
title: topCountry
3232
additionalProperties: false
3333
required:
3434
- country

0 commit comments

Comments
 (0)