我在复制广告集和广告的新复制广告系列ID中遇到问题。我在冷聚变中使用下面的代码。
<cfhttp url="https://graph.facebook.com/v4.0/#arguments.campaign_id#/copies" method="POST" result="result">
<cfhttpparam type="formfield" name="access_token" value="#arguments.access_token#">
<cfhttpparam type="formfield" name="asyncbatch" value="[{ 'method':'POST', 'relative_url':'#arguments.adset_id#/copies', 'name':'NewAdset_1','body':'deep_copy=true'}]">
</cfhttp>
它正在新复制的新广告系列中复制广告集,并且还在主广告系列中复制广告集。请让我知道如何解决该问题。