Codeinwp / visualizer

WordPress Visualizer plugin is a simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages.
102 stars 29 forks source link

Updated Visualizer utm campaign tag on get pro button #1126

Closed vytisbulkevicius closed 1 month ago

vytisbulkevicius commented 2 months ago

What problem does this address?

Currently, the "Get Visualizer PRO" button in the menu opens in the same tab and redirects used from the dashboard which isn't best user experience:

image

Let's make it open on a new tab.

Also, currently the campaign is: utm_campaign=aboutUsPage

@harshitarora-in, is it the correct one to use?

Update: let's use utm_campaign=sidebarMenuUpgrade

What is your proposed solution?

No response

Will this feature require documentation? (Optional)

None

harshitarora-in commented 2 months ago

utm_campaign=aboutUsPage

@vytisbulkevicius It doesn't make sense to use 'aboutUsPage' as the campaign name. I'm not sure how it's inheriting this or if it's hard-coded in the link.

The most suitable name for the link here is 'sidebar'.

Also, the same issue is available in MPG and Otter Blocks.

Soare-Robert-Daniel commented 2 months ago

Making the upsell link open in a new tab is complicated because we use a hacked Admin sub-menu page, which is always used for internal links, with no option to add additional attributes like _blank to open in a new tab.

To make it work, we have to ship a JS file from SDK, which changes the page load. It is not an ideal situation, so I suggest skipping the part and only updating the UTM

vytisbulkevicius commented 2 months ago

Ok @Soare-Robert-Daniel, if that's so complicated let's skip and change the campaign tag only.