Thomas Spicer
Thomas Spicer
Hello, Using the new SP v3 Reporting API, we have observed variations between the output from the API and the report exported from Reporting. For example, the `spPurchasedProduct` API report...
Thanks for the great work. Starting to explore getting RabbitMQ into the docker context and your work was a fantastic starting point. I was curious how this can be changed...
Is there a way for force SSL traffic? With NGINX you might have something like this: ``` location / { if ($http_x_forwarded_proto != 'https') { rewrite ^ https://$host$request_uri? permanent; ```...
I noticed you mentioned further work in this area. Have you continued with Amazon Advertising analysis?
Various response events across all datasets may or may not have values present for each element, which can result in NULL values. The documentation is silent on the expectations for...
#### What is the problem you are having with rclone? There is a requirement that the password for SFTP be obscured. If you are using an ENV VAR to set...