Hi community,
We've realized we have some "interesting" hits from URLs like this one: http://azplybthnszfbjoallru/june_2-edited-event-title-2.ics. I edited the event title in URL for confidentiality reasons, but original title seems like valid. I would understand if this data would come from a link. But we found them in Page URL. Does this make any sense? How a ".ics" URL is sending data to Adobe? Why the weird URL domain?
Thank you!
Solved! Go to Solution.
Views
Replies
Total Likes
That is strange.. without seeing the implementation it's hard to say....
Maybe someone coded a custom link for calendars but used the destination URL in the Page URL field? With Launch, there's a lot of custom tracking that could be configured, and it may not be correct...
The first thing I would do if I were you would be to test pages with .ics links... watch what is happening and what tracking is being sent... You can also either use something like the extension "Launch Swtich" to turn on Debug mode, or you can enable it manually in your console with:
_satellite.setDebug(true);
and disable it with:
_satellite.setDebug(false);
This can help show you what rule is triggering (if there is a custom rule in place).
That is strange.. without seeing the implementation it's hard to say....
Maybe someone coded a custom link for calendars but used the destination URL in the Page URL field? With Launch, there's a lot of custom tracking that could be configured, and it may not be correct...
The first thing I would do if I were you would be to test pages with .ics links... watch what is happening and what tracking is being sent... You can also either use something like the extension "Launch Swtich" to turn on Debug mode, or you can enable it manually in your console with:
_satellite.setDebug(true);
and disable it with:
_satellite.setDebug(false);
This can help show you what rule is triggering (if there is a custom rule in place).
Thanks Jennifer for your quick response.
I didn't mention something important. If I tried to access URL I get in a browser I get domain error message, as I would expect since this is not a valid domain.
Right... I don't think these are valid (and you have shown evidence to support this), but I am also not sure offhand where that info is coming from... but in theory, if there is custom tracking in place.. there could be an issue with the values that are being populated in the Page URL field...
I suspect that this is a custom rule, as I haven't not seen files like that populate into my Page URLs automatically... but again, how the tracking is implemented would help inform what is happening
If this is coming from automatic tracking, perhaps there are some rules that are modifying that tracking.