在設定檔建立日期中建立傳遞 creation-date-query
您可以在客戶設定檔建立週年紀念日透過電子郵件傳送優惠方案。
- 在 Marketing Activities 中,按一下 Create 並選取 Workflow。
- 選取 New Workflow 作為工作流程類型,並按一下 Next。
- 輸入工作流程的屬性並按一下 Create。
建立排程器活動 creating-a-scheduler-activity
- 在 Activities > Execution 中,拖放排程器活動。
- 連按兩下此活動。
- 設定傳送的執行。
- 在 Execution frequency 中選取 Daily。
- 選取工作流程的 Time 與執行 Repetition frequency。
- 為您的工作流程選取 Start 日期和 Expiration。
- 確認您的活動並儲存您的工作流程。
NOTE
若要在特定時區啟動工作流程,請在 Execution options 索引標籤的 Time zone 欄位中為排程器設定時區。 依預設,選取的時區是工作流程屬性中定義的時區(請參閱建立工作流程)。
建立「查詢」活動 creating-a-query-activity
- 若要選取收件者,請拖放查詢活動並連按兩下。
- 新增 Profiles 並選取值為 no 的 no longer contact by email。
擷取在執行當天的同一天建立的設定檔 retrieving-profiles-created-on-the-same-day
- 在 Profile 中,拖放 Created 欄位。 並按一下 Advanced Mode。
- 在 list of functions 中,連按兩下 Date 節點中的 Day。
- 然後,將欄位 Created 插入為引數。
- 選取 equals to (=) 作為運運算元。
- 對於值,從 List of functions 中的 Date 節點選取 Day。
- 將 GetDate() 函式插入為引數。
您已擷取建立日期等於當天的設定檔。
您最後應該會得到:
Day(@created) = Day(GetDate())
按一下 Confirm。
擷取在執行月份的同一個月建立的設定檔 retrieving-profiles-created-on-the-same-month
- 在 Query 編輯器上,選取第一個查詢並複製它。
- 開啟副本。
- 在查詢中以 Month 取代 Day。
- 按一下 Confirm。
最後應該會是這樣:
Month(@created) = Month(GetDate())
最後查詢顯示如下:
Day(@created) = Day(GetDate()) AND Month(@created) = Month(GetDate())
建立電子郵件傳遞 creating-an-email-delivery
相關主題:
recommendation-more-help
3ef63344-7f3d-48f9-85ed-02bf569c4fff