← 返回
未分类

✅ CRM Settlement Verification | 结算数据核对智能体

Automated settlement data verification from AppsFlyer in-app events CSV. Filters settlement records by channel, validates transaction IDs against promotion records, checks promotion window compliance, and generates a funnel analysis report.
Automated settlement data verification from AppsFlyer in-app events CSV. Filters settlement records by channel, validates transaction IDs against promotion records, checks promotion window compliance, and generates a funnel analysis report.
Ameko2026
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 62
下载
💾 0
安装
1
版本
#latest

概述

CRM Settlement Verification

结算数据核对智能体

Overview

Validates settlement records through a multi-step funnel, producing a reconciliation report.

Validation Funnel (Sequential)

StepConditionPurpose
--------------------------
Step 1Is Primary Attribution = trueRemove duplicates
Step 2Event Value contains transaction_idValid transactions
Step 3Channel matches targetScope to partner
Step 4Event Time within promotion windowActive period check

Transaction ID Validation

import re
pattern = r'"transaction_id"\s*:\s*"(\d+)"'
# Extract and validate numeric transaction IDs from Event Value

Promotion Window Verification

Load promotion record Excel to determine valid date range, then validate each record's Event Time falls within the window.

Sample Funnel Output

Settlement Verification Report
Channel: example_channel
==============================
Initial Data:         10,304 records
  Step 1 (Primary):    4,521 (-43.9%)
  Step 2 (TXN ID):     2,156 (-52.3%)
  Step 3 (Channel):    2,156 ( 0.0%)
  Step 4 (Window):       91 (-95.8%)

Valid Settlements: 91 records
Validation Rate: 0.88%

Scripts

The following bundled scripts support this skill:

ScriptPurpose
-----------------
settlement_verify.pyExecutable script

Dependencies

pandas >= 1.5.0
openpyxl >= 3.1.0
re  # Standard library

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-18 15:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,257
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,150
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,356