Hi,
Small thing, but the documentation references the data file as being called hit_data.tsv. However, this is not what I am getting when I generate a feed to a AWS S3 bucket: I am getting my data file, compressed, named 01-<report-suite-id>_<YYYYMMDD>-000000.tsv.gz. When I extract it, it contains a single file, named 01-<report-suite-id>_<YYYYMMDD>-000000.tsv, containing the server calls.
So not necessarily a problem, but I just want to make sure our feed is working properly. We need the file name to be predictable, as we then have code that searches for files in that bucket.
The feed is hourly, no delay, packaging type: multiple files, manifest: manifest file, type: S3.
Thanks