Skip to content

Commit

Permalink
fix event and params
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Aug 5, 2024
1 parent f18389c commit 3346647
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 3346647

Please sign in to comment.