Parsely / wp-parsely

The official WordPress plugin for Parse.ly - makes it a snap to add the required tracking code to enable Parse.ly on your WordPress site.
https://wordpress.org/plugins/wp-parsely/
GNU General Public License v2.0
63 stars 32 forks source link

UTMs blocking ability for customer to export report data #2653

Closed danielabloch closed 1 month ago

danielabloch commented 1 month ago

Describe the bug

The campaign parameters from clicking "View this in Parse.ly" button found in the plugin are blocking the ability for certain Parse.ly customers to export data in their dashboards. This is because the Dashboard is reading those UTM parameters as Filters when attempting to export the page. Whereas they are only parameters, set up to track direct traffic like we suggest here: https://docs.parse.ly/setting-up-campaign-tracking-parsely/

Specifically: utm_campaign=wp-page-single&utm_medium=wp-parsely&utm_source=editor-sidebar

To Reproduce

N/A

Expected behavior

When attempting to export a report in Parse.ly, the UTMs from the PCH should not interfere or prevent access to that data.

Screenshots

N/A

Environment

N/A

Additional context

Will share the original Git issue directly