how to append the shopify abonded cart url ?utm-souorce=pabbly

Status: Closed · Asked by nuo sai on · 0 views

berrysmith — Question ·

how to append the shopify abonded cart url ?utm-souorce=pabbly

Pabblymember11 — Reply ·

Hey @berrysmith

The webhook trigger used in Shopify is descriptive-based and captures the data sent by the application. We have no control over the data sent from Shopify to Pabbly Connect. If Shopify sends the UTM data in their response with Cart Abondend, that data will also be forwarded.

berrysmith — Reply ·
Hey @berrysmith

The webhook trigger used in Shopify is descriptive-based and captures the data sent by the application. We have no control over the data sent from Shopify to Pabbly Connect. If Shopify sends the UTM data in their response with Cart Abondend, that data will also be forwarded.


You didn’t understand what I mean. What I mean is to add UTM and other parameter data to the shopify URL. For example, change this link

before:
https://www.cynosurehair.com/checkouts/ac/Z2NwLXVzLWVhc3QxOjAxSjMyRDVSS0tCRkZWQUJKWEFOVDNaSkNH?key=d9d6bf2f3e062b813c867a0990e62614&locale=en-US

after:
https://www.cynosurehair.com/checkouts/ac/Z2NwLXVzLWVhc3QxOjAxSjMyRDVSS0tCRkZWQUJKWEFOVDNaSkNH?key=d9d6bf2f3e062b813c867a0990e62614&locale=en-US&utm_source=sms&utm_medium=tiktok&utm_campaign=ad

my workflow is:
https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZkMDYzMDA0MzY1MjY1NTUzNTUxMzAi_pc

Pabblymember11 — Reply ·
how to append the shopify abonded cart url ?utm-souorce=pabbly

If you wish to append additional UTM parameters to your workflow, you can utilize the Spreadsheet formula action step to concatenate the URL with the provided UTM parameters.

Additionally, if you attempt to retrieve the source URL of cart abandonment with the UTM parameter from a Shopify trigger event, it is not feasible. This is because the trigger event is a polling-based trigger that only captures the response from Shopify once it is sent by their application.

Back to all forum threads · Log in to reply