Google Ads REST API:给定上下文不允许该操作。,在操作[0]

Google Ads REST API: The operation is not allowed for the given context., at operations[0]

我试图用 Google 广告 API 要求的所有信息创建一个 campaigBudget:mutate,但没有结果,他们只显示一个错误:

The operation is not allowed for the given context., at operations[0]

这张截图可能会对你们有所帮助:

HEADER:

BODY(请求与回复):

这是来自 Google 广告 API 的示例:

谢谢

研究后发现问题是CUSTOMER_ID

在header中我们应该设置:login-customer-id => MANAGER_CUSTOMER_ID

并且在端点 url 中我们应该设置:/customers/CUSTOMER_ID/campaignBudgets:mutate