UTM for links on posts

This commit is contained in:
2020-03-04 11:55:10 +04:00
parent 8f8898e901
commit 768a0d064f
5 changed files with 79 additions and 9 deletions
@@ -0,0 +1,11 @@
namespace Kruzya.TelegramBot.RichSiteSummary.UrchinTrackingModule
{
public struct UtmParameters
{
public string Source;
public string Type;
public string Campaign;
public string Term;
public string Content;
}
}