Create a new goal base on custom dimension in GA
I have set up a test A/B, and I would like to set up a new goal in DY. The idea is to create an event when users buy and select insurance.
I have already set up the purchases as a goal, however, I want to breakdown by insurances or not insurance. I have the data in GA using custom dimensions(data layer) Any thought to create it?
Thanks!
-
Hi Raquel,
Сould you please elaborate about the use case?
You can send custom event in case of purchase with insurance and then use it as a goal
Best Regards,
Alexander Mikhaylov
Customer Success Engineer
Stellr.io 1 – DY Authorized solutions partner. -
Thanks for your reply Alex. Exactly, I need to send a custom event in case of purchase with insurance and then use it as a goal. How can I do it? I’m trying to set up a custom event in GTM but I’m not sure what I need to add to “value”. My custom dimension collects the insurance’s type (No insurance, premier, super premier).
DY.API(“event”, {
name: “purchase_insurance”,
properties: {
value: ??,
some_prop: “PROP_VALUE”
}
}) -
As far as I understand your case, you can just send the event name without properties.
DY.API('event', { name: 'purchase_insurance' });
You can also add any properties to the event. There are no required properties in the custom event.
Best Regards,
Alexander Mikhaylov
Customer Success Engineer
Stellr.io – DY Authorized solutions partner.
Please sign in to leave a comment.
Comments
3 comments