We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1130 commit 65d2fe3Copy full SHA for 65d2fe3
packages/destination-actions/src/destinations/aampe/fields.ts
@@ -22,7 +22,7 @@ export const event_name: InputField = {
22
'@if': {
23
exists: { '@path': '$.event' },
24
then: { '@path': '$.event' },
25
- else: { '@path': '$.name' }
+ else: { '@path': '$.type' }
26
}
27
},
28
required: true
@@ -72,4 +72,4 @@ export const user_properties: InputField = {
72
73
74
75
-}
+}
0 commit comments