| 1 |
# MainWP Cost Tracker Import Sample CSV |
| 2 |
# Instructions: |
| 3 |
# - Header line must remain in the same order |
| 4 |
# - Name and Price are required fields |
| 5 |
# - Date format is YYYY-MM-DD |
| 6 |
# - Select Sites column: Use semicolon separators for multiple site URLs (e.g., https://site1.com;https://site2.com) |
| 7 |
# - Type values: subscription or lifetime |
| 8 |
# - Status values: active, canceled, onhold, expired, pending_cancelation |
| 9 |
# - Category values: plugin, theme, hosting, service, other |
| 10 |
# - License Type values: single_site, multi_site |
| 11 |
# - Payment Method values: paypal, stripe, apple, amazon, google, credit_debit, debit_card, cash |
| 12 |
# - Renewal Type values: weekly, monthly, quarterly, yearly |
| 13 |
Name,URL,Type,Category,License Type,Price,Payment Method,Renewal Type,Last Renewal Date,Status,Select Sites |
| 14 |
Pressable Hosting,https://pressable.com/,subscription,hosting,unlimited,45.00,card,monthly,2025-12-01,active, |
| 15 |
SEOPress PRO,https://www.seopress.org/,subscription,plugin,single_site,49.00,card,yearly,2025-03-10,active, |
| 16 |
Patchstack,https://patchstack.com/,subscription,security,unlimited,99.00,card,yearly,2025-01-05,paused, |
| 17 |
AreaWP,https://areawp.com/,subscription,service,unlimited,29.00,card,monthly,2025-11-20,active, |
| 18 |
Termageddon,https://termageddon.com/,subscription,service,single_site,120.00,card,yearly,2025-02-15,active, |
| 19 |
Independent Analytics,https://independentwp.com/,subscription,plugin,single_site,54.00,card,yearly,2025-04-01,active, |