No content to show

User Activity

I'm using the "Google Ads Conversion Tracking" GTM tag.  And I'm loading GTM via a Custom Pixel similar to what's described here: https://help.shopify.com/en/manual/promoting-marketing/pixels/custom-pixels/gtm-tutorial
Thanks for the update @Dave232! I can confirm that we're seeing conversions again now.
This is also reported here: https://community.shopify.com/c/shopify-discussions/shopify-custom-pixel-is-incompatible-with-google-ads-conversions/m-p/2290557
We are also experiencing this.  I reported it to Shopify Plus customer report and they asked me to reach out to Google instead.  I did this and, as you would expect, they basically said that it's a Shopify issue.  I've tried implementing the conversi...
This is a feature request to add a "cartLine" type target to the Discount Function API.  Currently, we can only target `productVariant`.  This is problematic when a given variant exists on multiple lines, such as when using selling plans or custom li...
Shopify Scripts allowed us to remove discount codes from a cart using the `reject` method.  Is there similar functionality for Shopify Functions?I want to remove all discount codes if the cart contains certain attributes.  I was hoping to be able to ...
You can have a checkout.liquid file but you'll need to enable the Checkout Extensibility checkout to use your Function.
Nope, still at outstanding issue as far as I know.
When I deep link to a step of the checkout extensibility checkout, the `event.context.document.title` property is populated.  However, when I navigate to a new step, like clicking the "Continue to shipping" button, the new `page_viewed` event that fi...
That may work for some users, but we're migrating from `checkout.liquid` to checkout extensibility and need to have non-breaking changes to our analytics dataLayer.My workaround is to use a custom web pixel so I can use the Storefront API to look up ...
The Product object lacks the `handle` field.  We commonly use this in analytics platforms that we send behavior data to because the variant sku can be too specific and the handle is more stable than using a product title.  I think `handle` should be ...
Checkout-level attributes are included in the Web Pixel `checkout` payload.  But the CheckoutLineItem objects don't include an `attributes` key.  I think they should.In my use case, I want to include my line item attributes in analytics events I'm fi...
In the docs, it is stated that the `CheckoutLineItem.id` is a "globally unique identifier."  However, it's actually identical to variant's id.  This can be an issue if you have the same variant on multiple lines because you are using line item attrib...
No dice, running that mutation after deploying a new version of my pixel extension does not cause the extension code to immediately update in browser.  I've also tried running mutations to delete and recreate the pixel in my dev store which also had ...
Actually, I figured how to send to a recipient, it's done by adding specially named line attributes.  Here's what my mutation looks like:  mutation ($cartId: ID!, $lines: [CartLineInput!]!) { cartLinesAdd(cartId: $cartId, lines: $lines) { userE...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.