Hi,
we have a PHP program which lauch a lots of reports download which work fine howeverfor a while i have two reports wich make an ERROR_GETTING_RESPONSE_FROM_BACKEND error.
I saw posts which deal of "ERROR_GETTING_RESPONSE_FROM_BACKEND" : the oldest is far 2014.
Report download failed. Underlying errors are
Type = 'ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND', Trigger = 'Unable to read report data', FieldPath = ''.
One for DSA and one for EMPLAUTO
Do the CampaignId number is too big for downlad ?
This one for DSA
Selector Object( [fields] => Array ( [0] => CampaignId [1] => CampaignName [2] => AdGroupId [3] => AdGroupName [4] => AverageCpc [5] => Clicks [6] => Cost [7] => Ctr [8] => Impressions [9] => Date [10] => ValuePerConvertedClick [11] => ValuePerConversionManyPerClick [12] => CriterionId [13] => CustomerDescriptiveName [14] => PrimaryCompanyName [15] => AdGroupStatus ) [predicates] => Array ( [0] => Predicate Object ( [field] => CampaignId [operator] => IN [values] => Array ( [0] => 192936926 [1] => 199787966 [2] => 205381286 [3] => 207682766 [4] => 207819086 [5] => 208593566 [6] => 211049246 [7] => 227161286 [8] => 227162126 [9] => 228277166 [10] => 239060366 [11] => 243219446 [12] => 243239846 [13] => 248259206 [14] => 249267446 [15] => 249269246 [16] => 257042606 [17] => 258250526 [18] => 259578086 [19] => 259702886 [20] => 261436526 [21] => 261643766 [22] => 263310686 [23] => 264253406 [24] => 264287966 [25] => 264417446 [26] => 265501286 [27] => 7243016294 [28] => 286136126 [29] => 289809086 [30] => 292090886 [31] => 293440166 [32] => 297161966 [33] => 299094206 [34] => 301562486 [35] => 316249286 [36] => 319826726 [37] => 323476286 [38] => 331301366 [39] => 331910846 [40] => 332896886 ) ) [1] => Predicate Object ( [field] => Impressions [operator] => GREATER_THAN [values] => 0 ) [2] => Predicate Object ( [field] => Clicks [operator] => GREATER_THAN [values] => 0 ) ) [dateRange] => DateRange Object ( [min] => 20160214 [max] => 20160214 ) [ordering] => [paging] =>)
This one for EMPLAUTO
Selector Object
(
[fields] => Array
(
[0] => Id
[1] => Criteria
[2] => AdGroupId
[3] => AdGroupName
[4] => Status
[5] => AverageCpc
[6] => AverageCpm
[7] => CampaignId
[8] => CampaignName
[9] => CampaignStatus
[10] => Clicks
[11] => ClickConversionRate
[12] => ConversionRateManyPerClick
[13] => ConvertedClicks
[14] => ConversionsManyPerClick
[15] => ConversionValue
[16] => Cost
[17] => CostPerConvertedClick
[18] => CostPerConversionManyPerClick
[19] => CriteriaDestinationUrl
[20] => Ctr
[21] => Date
[22] => DayOfWeek
[23] => CriteriaDestinationUrl
[24] => Impressions
[25] => IsNegative
[26] => CpcBid
[27] => Month
[28] => MonthOfYear
[29] => Quarter
[30] => ConversionValue
[31] => ConversionValue
[32] => ValuePerConvertedClick
[33] => ValuePerConversionManyPerClick
[34] => ViewThroughConversions
[35] => Week
[36] => Year
)
[predicates] => Array
(
[0] => Predicate Object
(
[field] => CampaignId
[operator] => IN
[values] => Array
(
[0] => 298002752
[1] => 294580712
[2] => 298484192
[3] => 300995192
[4] => 301551272
[5] => 301566152
[6] => 303435392
[7] => 304022072
[8] => 305453792
[9] => 305754392
[10] => 311737112
[11] => 313254512
[12] => 313591472
[13] => 316233632
[14] => 316882952
[15] => 317211032
[16] => 318446672
[17] => 321311672
[18] => 323300792
[19] => 322209992
[20] => 322211432
[21] => 323384432
[22] => 324210272
[23] => 325261352
[24] => 325392152
[25] => 327936872
[26] => 331263512
[27] => 332756552
[28] => 336311432
[29] => 337003112
[30] => 3371430008
[31] => 338234312
[32] => 344307512
[33] => 344333672
[34] => 344850992
[35] => 347438192
[36] => 347449232
[37] => 347451992
[38] => 349024592
[39] => 349027712
)
)
[1] => Predicate Object
(
[field] => Impressions
[operator] => GREATER_THAN
[values] => 0
)
[2] => Predicate Object
(
[field] => Clicks
[operator] => GREATER_THAN
[values] => 0
)
)
[dateRange] => DateRange Object
(
[min] => 20160214
[max] => 20160214
)
[ordering] =>
[paging] =>
)
Regards,
Xavier