Is OGAads postback GET or POST HTTP method?

mongster

Newbie
Joined
Sep 24, 2020
Messages
5
Reaction score
0
Hi, I want to use the OGads Postback but I don't know if it's sending it using the POST or the GET method. So should I use
PHP:
$_GET['offer_id']
or
PHP:
$_POST['offer_id']
?
 
Ok just tested it and I know already. It's GET... Weird.
 
Back
Top