diff --git a/core-java-modules/core-java-concurrency-basic-2/src/main/java/com/baeldung/concurrent/stopexecution/StopExecution.java b/core-java-modules/core-java-concurrency-basic-2/src/main/java/com/baeldung/concurrent/stopexecution/StopExecution.java index 20f66da5da..a3c7dc02db 100644 --- a/core-java-modules/core-java-concurrency-basic-2/src/main/java/com/baeldung/concurrent/stopexecution/StopExecution.java +++ b/core-java-modules/core-java-concurrency-basic-2/src/main/java/com/baeldung/concurrent/stopexecution/StopExecution.java @@ -189,21 +189,8 @@ public class StopExecution { longRunningSort(); } - private void longRunningOperation() { - LOG.info("long Running operation started"); - - try { - //Thread.sleep(500); - longFileRead(); - LOG.info("long running operation finished"); - } catch (InterruptedException e) { - LOG.info("long Running operation interrupted"); - } - } - private void longRunningSort() { - LOG.info("long Running task started"); - // Do you long running calculation here + LOG.info("Long running task started"); int len = 100000; List numbers = new ArrayList<>(); try { @@ -229,25 +216,7 @@ public class StopExecution { LOG.info("Index position: " + i); LOG.info("Long running task finished"); } catch (InterruptedException e) { - LOG.info("long Running operation interrupted"); - } - } - - private void longFileRead() throws InterruptedException { - String file = "input.txt"; - ClassLoader classloader = getClass().getClassLoader(); - - try (InputStream inputStream = classloader.getResourceAsStream(file)) { - Reader inputStreamReader = new InputStreamReader(inputStream); - - int data = inputStreamReader.read(); - while (data != -1) { - char theChar = (char) data; - data = inputStreamReader.read(); - throwExceptionOnThreadInterrupt(); - } - } catch (IOException e) { - LOG.error("Exception: ", e); + LOG.info("Long running operation interrupted"); } } diff --git a/core-java-modules/core-java-concurrency-basic-2/src/main/resources/input.txt b/core-java-modules/core-java-concurrency-basic-2/src/main/resources/input.txt deleted file mode 100644 index 6ed52172de..0000000000 --- a/core-java-modules/core-java-concurrency-basic-2/src/main/resources/input.txt +++ /dev/null @@ -1,3320 +0,0 @@ -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} -2020-08-09 14:10:01 [http-nio-8082-exec-17] ERROR - c.i.p.c.c.OnlineCampaignController - Error in get API request : { "filterMap" : { "type" : "OFFERS", "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} - "platform" : "mobile", "resCom" : "R", "city" : "7", "projectId" : "299323", "bhk" : "", "minBudget" : "0", "maxBudget" : "", "clientId" : "", "location" : "", "trackingData" : { "pageName" : "", "pageId" : "" } }, "projections" : null, "template" : "\r\n\r\n
\r\n\r\n
\r\n
\r\n
\r\n
$!{widgetTitle}
\r\n
\r\n
\r\n
\r\n
\r\n #foreach( $obj in $dataList )\r\n
\r\n
\r\n
\r\n
\r\n
$!{obj.offerText}
\r\n
$!{obj.sellerLabel}
\r\n
\r\n $!{obj.endDateLabel}\r\n
\r\n \r\n
\r\n \r\n
\r\n \r\n
\r\n #end\r\n
\r\n\r\n
\r\n
\r\n
"} - - - - - - - - - -