Was working on adding Google Analytics cross domain tracking for a form which uses the GET (instead of POST) method. The problem I was running into was the Google Analytics Tracking Cookie (GATC) data was not being added to the url, because the form’s data was overriding Google’s data. And I [...]
The post Javascript – JQuery – Google Analytics – Submit Form Using GET Instead of POST appeared first on Me Like Dev.