Created
April 10, 2024 13:54
-
-
Save lephleg/439d2411e106487024d4d0d67b7cf2cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request POST \ | |
--url http://localhost:9999/api/ads \ | |
--header 'Content-Type: application/json' \ | |
--header 'User-Agent: insomnia/8.6.1' \ | |
--data '{ | |
"campaigns": [ | |
{ | |
"campaign_id": 223372036852, | |
"creative": "<div><h1>Kaufen Sie das beste Produkt aller Zeiten!</h1><p>Verpassen Sie nicht unser exklusives Angebot.</p></div>", | |
"start_at": "2024-03-10T00:00:00.00Z", | |
"end_at": "2025-04-20T00:00:00.00Z", | |
"bidding": { | |
"price_model": "cpm", | |
"rate": 0.90 | |
}, | |
"daily_budget": 100, | |
"targeting": { | |
"language": "de" | |
}, | |
"frequency_capping":10000 | |
}, | |
{ | |
"campaign_id": 223372036853, | |
"creative": "<div><h1>Using Safari? Ugh...</h1><p>Download Chrome - the browser built to be yours!</p></div>", | |
"start_at": "2024-03-10T00:00:00.00Z", | |
"end_at": "2025-04-20T00:00:00.00Z", | |
"bidding": { | |
"price_model": "cpm", | |
"rate": 1.00 | |
}, | |
"daily_budget": 100, | |
"targeting": { | |
"browser": "safari" | |
}, | |
"frequency_capping":10000 | |
}, | |
{ | |
"campaign_id": 223372036854, | |
"creative": "<div><h1>Buy the Best Product Ever!</h1><p>Don'\''t miss out on our exclusive offer.</p></div>", | |
"start_at": "2024-03-10T00:00:00.00Z", | |
"end_at": "2025-04-20T00:00:00.00Z", | |
"bidding": { | |
"price_model": "cpm", | |
"rate": 0.90 | |
}, | |
"daily_budget": 1000, | |
"frequency_capping":10000 | |
}, | |
{ | |
"campaign_id": 223372036855, | |
"creative": "<div><h1>Download the Best App Ever!</h1><p>Don'\''t miss out on the best app you can download.</p><a href=\"#\">Download Now</a></div>", | |
"start_at": "2024-04-20T00:00:00.00Z", | |
"end_at": "2024-04-21T00:00:00.00Z", | |
"bidding": { | |
"price_model": "cpm", | |
"rate": 1.10 | |
}, | |
"daily_budget": 800, | |
"frequency_capping":10000 | |
} | |
] | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment