Re: What is the best way to get campaign report from campaigns id and how process the data in stream not as download format?

2019-12-20 Thread Ravi Chandran
I have used DownloadFormat:: XML(instead of CSVFOREXCEL) and convert those data to JSON and it working fine. The code which I modified, $result = $reportDownloadResult->getStream(); $xml = simplexml_load_string($result->getContents(), "SimpleXMLElement", LIBXML_NOCDATA);

What is the best way to get campaign report from campaigns id and how process the data in stream not as download format?

2019-12-19 Thread Ravi Chandran
Hi Team, I need to fetch campaign details from Campaign IDs and what will be best to do this, right now I using the following code $selector->setFields( [ 'CampaignId', 'AdGroupId', 'Id', 'Criteria', 'CriteriaType',