rocket-a

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
成果物 [2026/01/20 18:13] root成果物 [2026/01/21 11:29] (現在) root
行 6: 行 6:
  
 MMP連携 MMP連携
 +https://mermaid.ai/ このサイトで使用
 <code> <code>
-graph TD +flowchart LR 
-    MMP[MMP <br/> 成果通知を送信-- "通信--> TempTable[("一時テーブル<br/>(①Temporary Tables)")] +    subgraph Processing["バッチ処理"] 
-     +        Batch{"Batch Processing"
-    subgraph Processing [バッチ処理+        TempTable[("一時テーブル<br>(①Temporary Table)")] 
-        TempTable -- "抽出・加工・照合--> Batch{Batch Processing}+        ErrorTable[("③Error Table<br>(エラー格納)")] 
 +         
 +        TempTable -- 抽出・加工・照合 --> Batch 
 +        Batch -- "エラー発生" --> ErrorTable
     end     end
  
-    Batch -- "格納" --> PBTable[("ポイントバック管理用テーブル<br/>(②Pointback Tables)")]+    MMP["MMP <br> 成果通知を送信"-- 通信 --> TempTable
          
-    PBTable -- "成果通知 (Postback)" --> Media["メディア / 広告代理店<br/>(adleap, pointincome 等)"]+    Batch -- "正常終了 (格納)" --> PBTable[("ポイントバック管理用テーブル<br>(②Pointback Table)")] 
 +     
 +    PBTable -- "成果通知 (Postback)" --> Media["メディア / 広告代理店<br>(adleap, pointincome 等)"]
  
 +    %% スタイル設定
 +    style Batch fill:#fff4dd,stroke:#d4a017,stroke-width:2px
     style MMP fill:#f9f,stroke:#333,stroke-width:2px     style MMP fill:#f9f,stroke:#333,stroke-width:2px
     style Media fill:#bbf,stroke:#333,stroke-width:2px     style Media fill:#bbf,stroke:#333,stroke-width:2px
-    style Batch fill:#fff4dd,stroke:#d4a017,stroke-width:2px+    style ErrorTable fill:#ffdbdb,stroke:#e91e63,stroke-width:2px 
 +  
      
   </code>   </code>
  
成果物.1768900387.txt.gz · 最終更新: by root