Question about EditorialStatus in ImageAsset (Microsoft Advertising API)

ryoheimita-8112 0 Reputation points
2025-10-30T03:30:25.8066667+00:00

Hello,

I have a question about the Microsoft Advertising Bing Ads API.

When retrieving ads using the GetAdsByAdGroupId operation, I found that for ResponsiveAd types, the Images (an array of AssetLink elements) are returned.

However, the EditorialStatus field within each AssetLink always appears to be null.

According to the documentation, the following statuses are expected to be returned:

  • Unknown
  • Active
  • Disapproved
  • ActiveLimited

Does this mean that EditorialStatus is not applicable or not set for ImageAsset types?

Below is an excerpt from the response for your reference:

<Images>
  <AssetLink>
    <Asset i:type="ImageAsset">
      <Id>7353042664017</Id>
      <Name i:nil="true"/>
      <Type>ImageAsset</Type>
      <CropHeight>628</CropHeight>
      <CropWidth>1200</CropWidth>
      <CropX>0</CropX>
      <CropY>0</CropY>
      <SubType>LandscapeImageMedia</SubType>
    </Asset>
    <AssetPerformanceLabel>Unrated</AssetPerformanceLabel>
    <EditorialStatus i:nil="true"/>
    <PinnedField i:nil="true"/>
  </AssetLink>
  <AssetLink>
    <Asset i:type="ImageAsset">
      <Id>7353042664011</Id>
      <Name i:nil="true"/>
      <Type>ImageAsset</Type>
      <CropHeight>628</CropHeight>
      <CropWidth>1200</CropWidth>
      <CropX>0</CropX>
      <CropY>0</CropY>
      <SubType>LandscapeImageMedia</SubType>
    </Asset>
    <AssetPerformanceLabel>Unrated</AssetPerformanceLabel>
    <EditorialStatus i:nil="true"/>
    <PinnedField i:nil="true"/>
  </AssetLink>
  <!-- (truncated for brevity) -->
</Images>

Could you please confirm whether this behavior is expected?

Thank you for your help.

Best regards,

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MS Advertising - Arsen 155 Reputation points Microsoft External Staff Moderator
    2025-10-30T11:01:45.5333333+00:00

    Hi,

    Thank you for reaching out to the Microsoft Advertising Learn Q&A Platform.

    Thank you for your question regarding the Microsoft Advertising Bing Ads API and the behavior of the EditorialStatus field within AssetLink elements for ResponsiveAd types.

    Based on current observations and documentation, it appears that the EditorialStatus field for image assets (i.e., ImageAsset types) returned via the GetAdsByAdGroupId operation may indeed be null.

    While the documentation lists possible values such as:

    • Unknown
    • Active
    • Disapproved
    • ActiveLimited

    …the fact that EditorialStatus is consistently null suggests that this field may not yet be populated for image assets in this context. This could be due to the relatively recent introduction of asset-level editorial review features on the platform, and it's possible that the editorial status is either not applicable or not yet retrieved for these asset types.

    Our support teams are happy to discuss your account in more detail via phone, chat or email to provide review assistance, please see our support page to reach out!

    Kind regards, 

    Arsen D. | Microsoft Advertising Support Specialist | 800-518-5689


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.