Home > Questions and Answers > Tracking Questions

how to setup a service/task on aws (5)


04-13-2021 05:38 PM #1 Downwinder2012 (Member)
how to setup a service/task on aws

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,


04-15-2021 10:11 PM #2 matuloo (Legendary Moderator)

I have no idea But we have a tech wizard here on the mod team... @jeremie do you think you can help?


04-15-2021 10:32 PM #3 jeremie (Moderator)

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.


04-16-2021 10:10 AM #4 matuloo (Legendary Moderator)

Thanks Jeremie, I knew you would know how to help


04-29-2021 06:02 PM #5 Downwinder2012 (Member)

Hi guys,

Thanks for you help guys.


Home > Questions and Answers > Tracking Questions