YorCreative / Laravel-UrlShortener

A Laravel URL Shortener package that provides URL redirects with optionally protected URL password, Hidden UTM parameter tracing, URL expiration, open limits before expiration, ability to set feature activation dates, and click tracking out of the box for your Laravel applications.
MIT License
109 stars 15 forks source link

Add support for UTM tracking #11

Closed netwrkx closed 2 years ago

netwrkx commented 2 years ago

Any plans to add support for UTM tracking...

Great package.

yordadev commented 2 years ago

Any plans to add support for UTM tracking...

Great package.

This would make a great addition.

My initial thought is to add another table with a relationship to the ShortUrlClick table that will store the UTM_ parameters if present on click.

The UTM_ information would show up with the Click information and be filterable.

Will add support for the following UTM Parameters:

Since this will require a database migration, it will be a major release.

yordadev commented 2 years ago

Any plans to add support for UTM tracking...

Great package.

hey @netwrkx , this feature has now been released. Upgrade Guide Thank you for the request, this has been a great addition to the package!