Hello,
I am using the Microsoft Advertising Reporting API via PHP SOAP and trying to retrieve campaign performance data using CampaignPerformanceReportRequest.
According to the documentation below, AdDistributionReportFilter should support CrossNetwork as one of the values: https://learn.microsoft.com/advertising/reporting-service/campaignperformancereportrequest?view=bingads-13
I am using CampaignPerformanceReportFilter as the report filter, and additionally trying to filter by ad distribution using AdDistributionReportFilter in order to retrieve Cross Network data only.
However, when implementing this with the SDK (PHP SOAP), I noticed that:
-
CrossNetwork is mentioned in the documentation
but CrossNetwork does not exist as an available value in the SDK
therefore it cannot be selected or set in AdDistributionReportFilter
Because of this, I am unable to filter the report results by Cross Network distribution.
My questions are:
Is CrossNetwork actually supported in AdDistributionReportFilter for CampaignPerformanceReportRequest?
If it is supported, how should it be specified when using the PHP SOAP SDK?
If it is not supported, what is the recommended way to retrieve Cross Network campaign performance data via the Reporting API?
Any clarification or guidance would be greatly appreciated.
Thank you.Hello,
I am using the Microsoft Advertising Reporting API via PHP SOAP and trying to retrieve campaign performance data using CampaignPerformanceReportRequest.
According to the documentation below, AdDistributionReportFilter should support CrossNetwork as one of the values:
https://learn.microsoft.com/advertising/reporting-service/campaignperformancereportrequest?view=bingads-13
I am using CampaignPerformanceReportFilter as the report filter, and additionally trying to filter by ad distribution using AdDistributionReportFilter in order to retrieve Cross Network data only.
However, when implementing this with the SDK (PHP SOAP), I noticed that:
CrossNetwork is mentioned in the documentation
but CrossNetwork does not exist as an available value in the SDK
therefore it cannot be selected or set in AdDistributionReportFilter
Because of this, I am unable to filter the report results by Cross Network distribution.
My questions are:
Is CrossNetwork actually supported in AdDistributionReportFilter for CampaignPerformanceReportRequest?
If it is supported, how should it be specified when using the PHP SOAP SDK?
If it is not supported, what is the recommended way to retrieve Cross Network campaign performance data via the Reporting API?
Any clarification or guidance would be greatly appreciated.
Thank you.