I'm using the v201502 version of the DFP reporting API to generate daily reports.
I query with the following dimensions: 'AD_UNIT_ID', 'LINE_ITEM_ID', 'LINE_ITEM_NAME', 'CREATIVE_ID', the following columns: 'AD_SERVER_IMPRESSIONS','AD_SERVER_CLICKS','AD_SERVER_CPM_AND_CPC_REVENUE',
and with a HIERARCHICAL adUnitView.
The reports generated always only contained 2 ad unit levels:
Ad Unit ID 1, Ad Unit ID 2 , ... , Ad unit 1, Ad unit 2, ...
As of today, There are three ad unit levels in my report:
Ad Unit ID 1, Ad Unit ID 2 , Ad Unit ID 3 ... , Ad unit 1, Ad unit 2, Ad Unit ID 3, ...
Is there any way to restrict the report to only two ad units without manually modifying it after it is generated?
This is how my CSV header looks:
Ad unit ID 1,Ad unit ID 2,Ad unit ID 3,Dimension.LINE_ITEM_ID,Dimension.LINE_ITEM_NAME,Dimension.CREATIVE_ID,Ad unit 1,Ad unit 2,Ad unit 3,Column.AD_SERVER_IMPRESSIONS,Column.AD_SERVER_CLICKS,Column.AD_SERVER_CTR,Column.AD_SERVER_CPM_AND_CPC_REVENUE
Ad unit ID 1,Ad unit ID 2,Dimension.LINE_ITEM_ID,Dimension.LINE_ITEM_NAME,Dimension.CREATIVE_ID,Ad unit 1,Ad unit 2,Column.AD_SERVER_IMPRESSIONS,Column.AD_SERVER_CLICKS,Column.AD_SERVER_CTR,Column.AD_SERVER_CPM_AND_CPC_REVENUE
thanks