n8n-nodes-base
Version:
Base nodes of n8n
52 lines (51 loc) • 1.02 kB
JSON
{
"type": "object",
"properties": {
"advertisingChannelType": {
"type": "string"
},
"amountMicros": {
"type": "string"
},
"averageCost": {
"type": "number"
},
"averageCpm": {
"type": "number"
},
"costMicros": {
"type": "string"
},
"ctr": {
"type": "number"
},
"id": {
"type": "string"
},
"impressions": {
"type": "string"
},
"interactionRate": {
"type": "number"
},
"interactions": {
"type": "string"
},
"name": {
"type": "string"
},
"period": {
"type": "string"
},
"resourceName": {
"type": "string"
},
"status": {
"type": "string"
},
"videoViews": {
"type": "string"
}
},
"version": 1
}