我们想要从SFMC摄取数据使用内置连接器从Azure数据工厂.
连接器需要两样东西:client ID和client secret。管理SFMC的团队给了我这些值,但是当我尝试时,我得到了一个错误:
Authentication failed: Malformed response received from the authentication server that does not include the following required parameters for the next authentication step: "Auth_AccessToken" l
我正在尝试创建一个使用沙箱广告帐户的自定义观众。请求如下:
curl \
-F 'name=My new CA' \
-F 'subtype=CUSTOM' \
-F 'description=People who bought from my website' \
-F 'access_token=<<my_token>>' \
https://graph.facebook.com/v2.8/act_<<my_account_id>>/customaudiences
在以