en un clic
td-attribution
Marketing attribution modeling and analysis
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Marketing attribution modeling and analysis
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Control active sessions by terminating problematic sessions, managing runaway queries, and handling blocking situations
Manage delayed request queues including workload, system, and utility queues to release blocked requests or abort unnecessary items
**Autonomously create** filters, throttles, and classification rules to implement new workloads or manage workload lifecycle in response to changing operational needs
Track query execution using real-time resources, analyze query bands, access query logs, and identify performance patterns across the Teradata system
Monitor AMP processor load, system physical resources, and capacity using real-time resources to track system health and identify performance bottlenecks
Monitor active Teradata sessions using real-time resources, view SQL execution details, identify blocking issues, and optionally take control actions
| name | td-attribution |
| description | Marketing attribution modeling and analysis |
| Skill Name | Teradata Attribution Analytics |
|---|---|
| Description | Marketing attribution modeling and analysis |
| Category | Advanced Analytics Analytics |
| Function | TD_Attribution |
This skill automatically analyzes your provided table to generate optimized SQL workflows. Here's how it works:
Provide Your Table Information:
"Analyze table: database_name.table_name"
or
"Use table: my_data with target column: target_var"
The Skill Will:
SHOW COLUMNS FROM table_name-- Example workflow for Teradata Attribution Analytics
-- Replace 'your_table' with actual table name
-- 1. Data exploration and validation
SELECT COUNT(*),
COUNT(DISTINCT your_id_column),
AVG(your_target_column),
STDDEV(your_target_column)
FROM your_database.your_table;
-- 2. Execute complete advanced_analytics workflow
-- (Detailed SQL provided by the skill)
preprocessing.sql: Data preparation and feature engineeringtable_analysis.sql: Automatic table structure analysiscomplete_workflow_template.sql: End-to-end workflow templateevaluation.sql: Model validation and metrics calculationdata_quality_checks.sql: Comprehensive data validationparameter_tuning.sql: Systematic parameter optimizationdiagnostic_queries.sql: Model diagnostics and interpretationThis skill provides production-ready advanced_analytics analytics using Teradata ClearScape Analytics TD_Attribution with comprehensive data science best practices.