Skip to content

Commit

Permalink
fix: case
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Mar 11, 2024
1 parent 30550f1 commit c1221f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions measurementprotocol/v2/eventparameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const (
// EventParameterItemCategory3 The third hierarchical category in which you classified an item
EventParameterItemCategory3 EventParameter = "item_category3"
// EventParameterItemCategory4 The fourth hierarchical category in which you classified an item
EventParameterItemCategory4 EventParameter = "Item_category4"
EventParameterItemCategory4 EventParameter = "item_category4"
// EventParameterItemCategory5 The fifth hierarchical category in which you classified an item
EventParameterItemCategory5 EventParameter = "Item_category5"
EventParameterItemCategory5 EventParameter = "item_category5"
// EventParameterItemID The ID that you specify for an item
EventParameterItemID EventParameter = "item_id"
// EventParameterItemListID The name of the list in which an item was presented to a user
Expand Down

0 comments on commit c1221f8

Please sign in to comment.