Skip to content

Commit

Permalink
Merge pull request #19 from KPMP/KPMP-5388_fix-event-name
Browse files Browse the repository at this point in the history
fix event and params
  • Loading branch information
rlreamy authored Aug 5, 2024
2 parents f18389c + 3346647 commit eed117f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ def downloadFile(packageId, objectName):
"client_id": "XXXXXXXXXX.YYYYYYYYYY",
"events": [
{
"name": "file_download",
"name": "AtlasRepositoryDownload",
"params": {
"file_name": objectName
"event_category": "Repository",
"event_action": "Download",
"label": objectName
}
}]
}
Expand Down

0 comments on commit eed117f

Please sign in to comment.