使用批量API下载广告组标签时返回UnknownBulkEntity而不是BulkAdGroupLabel [英] UnknownBulkEntity instead of BulkAdGroupLabel returned when downloading ad group labels using Bulk API

查看:64
本文介绍了使用批量API下载广告组标签时返回UnknownBulkEntity而不是BulkAdGroupLabel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用Bing Ads java sdk 11.5.4下载广告组标签时,我收到广告组标签而不是BulkAdGroupLabel对象的UnknownBulkEntity对象。我正在为下载广告系列标签做同样的事情,那就是工作
就好了(我按照预期得到了BulkCampaignLabel对象)。下载的文件似乎具有广告组标签对象,其中包含正常的数据。但是,当我使用从BulkFileReader获取的BulkEntityIterable对象来迭代返回的对象时,广告组标签将作为UnknownBulkEntity对象而不是BulkAdGroupLabel对象返回。请注意,在同一批量API调用中返回的所有其他对象都返回正常(BulkAccount,BulkAdGroup等)。我在下载参数中包含
DownloadEntity.AD_GROUP_LABELS作为Bulk API调用的一部分。是否有可能BulkFileReader / BulkEntityIterable中存在错误导致它不应该返回BulkAdGroupLabel对象?

When I use the Bing Ads java sdk 11.5.4 to download ad group labels, I am getting UnknownBulkEntity objects returned for the ad group labels instead of BulkAdGroupLabel objects. I am doing the same thing for downloading campaign labels, and that is working just fine (I get BulkCampaignLabel objects back, as expected). It appears that the downloaded file has the Ad Group label objects with the correct data as expected. However, when using a BulkEntityIterable object that I get from BulkFileReader to iterate over the returned objects, the ad group labels are returned as UnknownBulkEntity objects instead of BulkAdGroupLabel objects. Note that all other objects returned in the same bulk API call are returned just fine (BulkAccount, BulkAdGroup, etc.). I am including DownloadEntity.AD_GROUP_LABELS in the download parameters as part of the Bulk API call. Is it possible that there is a bug in BulkFileReader/BulkEntityIterable causing it not to return BulkAdGroupLabel objects as it should?

似乎有一个解决此问题的方法 - 返回UnknownBulkEntity对象对于批量广告组标签,其中包含文件中广告组标签的所有键/值的映射。地图中的这些数据对于广告组
标签似乎是正确的,因此可以从此地图中获取所需数据,但这不如从BulkAdGroupLabel对象获取数据那么方便。

There does appear to be a workaround to this problem--the UnknownBulkEntity object returned for the bulk ad group labels contains a map of all the keys/values for the ad group label in the file. This data in the map does appear to be correct for the ad group labels, so it is possible to get the required data out of this map, but it is not as convenient as getting it from the BulkAdGroupLabel object.

推荐答案

感谢您报告此问题。我们会尽快调查。

Thanks for reporting this issue. We will investigate ASAP.

祝你好运,

Eric


这篇关于使用批量API下载广告组标签时返回UnknownBulkEntity而不是BulkAdGroupLabel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆