对于广告组,“广告组ID无效”,GetNegativeKeywordsByEntityIds始终失败

对于广告组,“广告组ID无效”,GetNegativeKeywordsByEntityIds始终失败

问题描述:

大家好,

使用新的V10 api拨打电话,使用  GetNegativeKeywordsByEntityIds服务操作获取广告组的否定关键字。我知道我拥有所有参数 正确但是无论何时我对广告组使用该方法,我都会收到
a BatchError,并显示消息"广告组ID无效"。

Am using the new V10 api to make calls to get the negative keywords for an adgroup using the GetNegativeKeywordsByEntityIds service operation. I know i have all the parameters  correct but whenever i use the method against an adgroup i am getting a BatchError with the message "The AdGroup ID is invalid".

相同的调用适用于广告系列并获取否定关键字。

The same call DOES work for Campaigns and getting their negative keywords.

我只在服务调用的entityIds数组参数中使用1个adgroupId。

I am only using 1 adgroupId in the entityIds array parameter to the service call.

我在这里阅读
here
此方法存在问题,因为它一次只能满足1个entityId,但我只要求1个广告组的否定关键字数据

i read here that there was an issue with this method in that it ONLY catered for 1 entityId at a time, but i am only asking for 1 adgroup's negative keyword data

提前欢呼

Giles

嗨Giles。

Hi Giles.

请请仔细检查您是否将ParentEntityId请求元素设置为指定广告组的正确广告系列ID。在为广告系列请求否定关键字时,不需要ParentEntityId元素,但在为广告组请求否定
关键字时则需要此元素。如果错误仍然存​​在,我建议
联系支持
进一步调查。

Please double check that you set the ParentEntityId request element to the correct campaign ID for the specified ad group. The ParentEntityId element is not required when requesting negative keywords for campaigns, but it is required when requesting negative keywords for ad groups. If the error persists, I suggest contacting support to investigate further.

祝你好运,

Eric