Does anyone know if there is a certain window of time that a backdated GET tracking request (with the t parameter updated accordingly) has to be made within in order for it to be processed correctly?
I have tried this method to re-inject a few rows from around 1 month prior - yet the data only gets processed for the day that the hit is received.
Solved! Go to Solution.
Views
Replies
Total Likes
Per your description, it won't work.
The timestamp parameter is ts. So for it to work you need:
I would advise you to look at data insertion API
Also make sure that visitor id is the same.
And no there should not be a window as far as I know.
Views
Replies
Total Likes
Per your description, it won't work.
The timestamp parameter is ts. So for it to work you need:
I would advise you to look at data insertion API
Also make sure that visitor id is the same.
And no there should not be a window as far as I know.
Views
Replies
Total Likes
The data insertion API ended up being the best way forward for me with this - thanks for steering me down that path.
Views
Replies
Total Likes
Views
Likes
Replies