No content to show
User Activity
10-08-2023
Please try with blow codes.API response: const billingResponse = await shopify.api.billing.request({
session,
plan: plan_select,
trialDays: 7,
isTest: true,
returnObject: true,
});
res.status(200).send({succ...
I have also got the same issue. Please help us.
05-14-2023
Hi,I have added the Web App pixel extension for my app. Every event runs perfectly. But I was not able to use the "window.dataLayer" Or "window". I have also tried with the default code but still is not work. My all npm packages and CLI are the lates...
05-13-2023
Hi,The mutation webPixelUpdate required the webPixel id while calling.Please see the below it helps.const settings= {setting1:setting1Val, setting2:setting2Val,...};
const webPixel = await client.query({
data: {
"query": `mutation webPi...