Offline Conversions Master - Multi-Platform Event Distribution avatar

Offline Conversions Master - Multi-Platform Event Distribution

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Offline Conversions Master - Multi-Platform Event Distribution

Offline Conversions Master - Multi-Platform Event Distribution

Import offline conversions from multiple sources, validate, normalize, hash PII for compliance, and distribute to any ad platform via webhooks. Perfect for tracking in-store purchases, phone orders, and CRM conversions.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Import offline conversions from Google Sheets, CSV, CRM webhooks. Validate, normalize, hash PII, and distribute to Facebook, Google, LinkedIn, TikTok, and more via webhooks or direct API.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"googleSheetUrl": "https://example.com",
"csvUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"task": "import_from_sheet",
"googleSheetUrl": "https://example.com",
"csvUrl": "https://example.com",
"eventType": "Purchase",
"emailColumn": "email",
"phoneColumn": "phone",
"valueColumn": "value",
"currencyColumn": "currency",
"timestampColumn": "timestamp",
"orderIdColumn": "order_id",
"clickIdColumn": "click_id",
"targetPlatform": "generic",
"hashFields": "email,phone",
"dedupeField": "order_id",
"batchSize": 100
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"import_from_sheet"Yes*The operation to perform
googleSheetUrlstring-NoPublic Google Sheet URL with conversion data
csvUrlstring-NoURL to CSV file with conversion data
webhookPayloadstring-NoJSON payload from incoming webhook (array of conversion objects)
conversionsstring-NoJSON array of conversion objects for processing
eventTypestring"Purchase"NoType of conversion event
emailColumnstring"email"NoColumn name containing email addresses
phoneColumnstring"phone"NoColumn name containing phone numbers
valueColumnstring"value"NoColumn name containing conversion value/revenue
currencyColumnstring"currency"NoColumn name containing currency code
timestampColumnstring"timestamp"NoColumn name containing conversion timestamp
orderIdColumnstring"order_id"NoColumn name containing order/transaction ID
clickIdColumnstring"click_id"NoColumn name containing click IDs (gclid, fbclid, etc.)
targetPlatformstring"generic"NoFormat output for specific platform requirements
hashFieldsstring"email,phone"NoComma-separated field names to SHA256 hash
dedupeFieldstring"order_id"NoField to deduplicate on (e.g., 'order_id', 'email')
filterExpressionstring-NoFilter expression (e.g., 'value > 100', 'event_type == Purchase')
outputWebhookUrlstring-NoWebhook URL to send processed conversions
batchSizeinteger100NoNumber of conversions per webhook batch
webhookUrlstring-NoURL to receive final results via webhook
demoModebooleantrueNoRun with sample data for testing (no external API calls)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Conversion DistributedEach offline conversion distributed to ad platforms$0.02

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal