Stape Shopify App remove _stape

Hi,
It would be nice to have an option to remove _stape at the end of the event, just like in your wordpress app.

Having _stape becomes a problem if you like to consolidate GA4 ecom events in web container, because it will send it as a custom event to the server.

To fix this i had to split the string and remove _stape, but an option on the app would be nice.

1 Like

Hello,

Unfortunately, it is not possible to remove the _stape ending in Shopify app events due to the peculiarities of Shopify WebPixel integration and the specifics of datalayer work. It is necessary for the correct operation of our dataLayer.

Judging by the information you provided, you did everything right. To remove this ending you need to implement a separate split in your server GTM container.

1 Like

Alright, thanks for reply :slight_smile:

Yeah the split string does work good for this.

1 Like