Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Data caputing from ".ics" (calendar) URLs and weird site domains

Avatar

Level 4

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?

Screenshot 2023-02-21 at 10.00.20 AM.png

 

Thank you!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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).

 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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).

 

 

Avatar

Level 4

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.

Screenshot 2023-02-21 at 11.00.26 AM.png

Avatar

Community Advisor

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.