tracking_googleads_feedback_config_set
Set the Google Ads conversion-feedback config (enable/disable, mode, lookback, rules, enhancedConversions).
Set the Google Ads conversion-feedback config (enable/disable, mode, lookback, rules, enhancedConversions). enhancedConversions adds hashed email/phone as additive match keys alongside gclid. Returns the config plus safety guidance. Rules are validated against the account's conversion actions.
Behavior
- HTTP
POST /tracking/googleads/feedback/config
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| mode | string | — | existing_pixel = fill gaps; fresh_pixel = our data only |
| rules | array | — | Map a tracked event to a Google conversion action with a per-rule value (net revenue or a fixed amount) |
| enabled | boolean | — | Master switch for conversion feedback (default off) |
| lookbackDays | integer | — | Click lookback window for gclid match (<=90) |
| enhancedConversions | boolean | — | Enhanced conversions: also send hashed email/phone as additive match keys alongside gclid (default off) |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| config | object | • | |
| guidance | array | • |
Try it
Set the Google Ads conversion-feedback config (enable/disable, mode, lookback, rules, enhancedConversions).