Hello guys, how are you doing?
I'm promoting my offers via display and as you know guys it's hard to get the costs back via s2s the figures from my tracker doesn't match with traffic source.
To solve it I made an API integration with my tracker and the traffic source. So It's working fine and now I can check the costs on my tracker perfectly.
I'm clicking on the executable and it is uploading the data it by itself. However, I'd turn it automatic.
Do you know if is possible making it automatic on AWS?
Thanks,
I have no idea
But we have a tech wizard here on the mod team... @jeremie do you think you can help?
Yes, you can migrate your script into a AWS Lambda function
https://aws.amazon.com/lambda/
And then use a CloudWatch trigger to launch it when you want. Same scheduling options as CRON:
https://docs.aws.amazon.com/AmazonCl...aSchedule.html
If you don't mind leaving your computer turned on, you can also use schedule your OS to launch your executable on a regular basis.
Thanks Jeremie, I knew you would know how to help 
Hi guys,
Thanks for you help guys.