Skip to content

Commit

Permalink
Fixed action parameters for Data Analytics in sandbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 8, 2024
1 parent a6361ce commit bb1a367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ const dataAnalyticsActions = {
"page_delete_by_timestamp": ["Page: Delete by Timestamp", "{\n\t\"tracker\": \"\",\n\t\"timestamp\": \"\"\n}"],
"page_get_by_anon_id": ["Page: Fetch by Anon ID", "{\n\t\"anon_id\": \"\"\n}"],
"page_get_by_user_id": ["Page: Fetch by User ID", "{\n\t\"user_id\": \"\"\n}"],
"page_get_by_name": ["Page: Fetch by Name", "{\n\t\"user_id\": \"\",\n\t\"name\": \"\"\n}"],
"page_get_by_category": ["Page: Fetch by Category", "{\n\t\"user_id\": \"\",\n\t\"category\": \"\"\n}"],
"page_get_by_name": ["Page: Fetch by Name", "{\n\t\"name\": \"\"\n}"],
"page_get_by_category": ["Page: Fetch by Category", "{\n\t\"category\": \"\"\n}"],
"page_get_by_timestamp": ["Page: Fetch by Timestamp", "{\n\t\"timestamp\": \"\"\n}"],
"page_fetch_all": ["Page: Fetch All", "{}"],

Expand Down

0 comments on commit bb1a367

Please sign in to comment.