Question
Response Attribute
Hey,
I having trouble getting external data through a webhook.
Below are:
- The data point (I want to get the value marked in red)
- what I think should be the response attribute (which is not working)
Any idea what should be the correct response type?
["visits"]["amazon.com"][0]["visits"][0].organic
{
- meta:
{
},- request: {},
- main_domain_only: false,
- format: null,
- domain: "amazon.com",
- start_date: "2017-06-01",
- end_date: "2017-06-30",
- limit: null,
- country: "world"
- status: "Success",
- last_updated: "2017-06-30"
- request: {},
- visits:
{
]- amazon.com: [
- {
- source_type: "Search",
- visits: [
- {}
- date: "2017-06-01",
- organic: 276243858.7611659,
- paid: 27013842.173191626
- {}
{
},- source_type: "Social",
- visits: [
- {}
- date: "2017-06-01",
- organic: 68969823.05460243,
- paid: 8913.44250951614
- {}
{
},- source_type: "Mail",
- visits: [
- {}
- date: "2017-06-01",
- organic: 56417678.64951977,
- paid: 0
- {}
{
},- source_type: "Display Ads",
- visits: [
- {}
- date: "2017-06-01",
- organic: 0,
- paid: 7268909.347041464
- {}
{
},- source_type: "Direct",
- visits: [
- {}
- date: "2017-06-01",
- organic: 527096307.1514928,
- paid: 0
- {}
{
}- source_type: "Referrals",
- visits: [
- {}
- date: "2017-06-01",
- organic: 277982910.35949814,
- paid: 0
- {}
- amazon.com:
}}