问题描述
我正在尝试将包含广告系列数据的电子表格加载到广告中心,并添加了大部分广告系列。在某些时候,我收到一个错误:
I am trying to load a spreadsheet full of campaign data into the ad-center and most of the campaigns get added. At some point I receive an error:
我们上传中使用的唯一目标是国家/地区的LocationTarget,值为US。可能导致此错误的任何想法?
The only target that is being used in our upload is the LocationTarget for Country, and the values is US. Any ideas what could be causing this error?
推荐答案
您 如果您指定的Target.Name字符串长度超过50个字符,则会发现此错误。
http://msdn.microsoft.com/en-US/library/bing-ads-campaign-management-target.aspx
You would observe this error if for example you specified a Target.Name string longer than 50 characters.
http://msdn.microsoft.com/en-US/library/bing-ads-campaign-management-target.aspx
如果这不是问题,而您仍然不确定,请随时在论坛中分享您的请求(无凭据),或升级到支持:
http://advertise.bingads.microsoft.com/en-ca/contact-support
If that is not the issue and you are still not sure please feel free to share your request (without credentials) in the forum, or escalate to support:http://advertise.bingads.microsoft.com/en-ca/contact-support
我希望这有帮助!
这篇关于尝试将广告系列发布到adcenter时的CampaignServiceInvalidTargetName的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!