Share via

CampaignPerformanceReportRequest: AdDistributionReportFilter does not support CrossNetwork

邦彦 北村 20 Reputation points
2026-01-14T09:18:23.0033333+00:00

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.

Bing | Search | Feature suggestions

Answer accepted by question author

AI answer

2026-01-14T09:18:39.72+00:00

The CrossNetwork value is indeed mentioned in the documentation for the AdDistributionReportFilter, which indicates that it should be supported for filtering report data. However, if you are not seeing CrossNetwork as an available option in the PHP SOAP SDK, it may not be implemented in the version of the SDK you are using.

To clarify:

  1. Is CrossNetwork actually supported? Yes, it is mentioned in the documentation, but if it is not available in the SDK, it may not be fully supported in the implementation you are using.
  2. How to specify it in the PHP SOAP SDK? If CrossNetwork is not available in the SDK, you will not be able to set it directly. You may need to check for updates to the SDK or consult the SDK documentation for any notes on supported values.
  3. Recommended way to retrieve Cross Network campaign performance data? If CrossNetwork cannot be used via the SDK, consider reaching out to Microsoft Advertising support for guidance or check if there are alternative methods to retrieve the data without this filter.

For the most accurate and updated information, it is advisable to refer to the official documentation or support channels provided by Microsoft Advertising.

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.