Marketing Cloud AMPScript UpsertDE和UpsertData的区别

这两个方法都是更新(插入)数据到DE中,但两个方法的使用场景不一样,UpsertDE在Email Message中使用,并且只有当邮件发送了,才会执行,预览的时候不会执行。

UpsertDE

https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/upsertde.htm

UpsertData只能在SMS,Cloud Page,Push Notification(Mobile Push)中使用,但在预览的时候,该方法会执行。

UpsertData

https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-programmatic-content.meta/mc-programmatic-content/upsertdata.htm

猜你喜欢

转载自blog.csdn.net/T262702247/article/details/105995555