Call Reporting through API - Tags Not Working
Hi - I'm running call reports via API and am unable to get the tag field to populate.
I do have it listed in the fields and I've looked at a few posts and tried other options.
var fields = 'company_id,company_name,direction,landing_page_url,source_name,medium,tags'; // you can change this to any fields you would like to include.
var url = 'https://api.callrail.com/v3/a/' + AGENCYID + '/calls.json?fields=' + fields + '&date_range=' + dateRange;
url += '&page=' + page;
I just want the tags listed in the output, similar to if I exported it.
Instead, I'm getting ex: [Ljava.lang.Object;@449cb7f0
0
Comments
Please sign in to leave a comment.