Create a new goal base on custom dimension in GA

Comments

3 comments

  • Alexander Mikhaylov

    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.

    Comment actions Permalink
  • Raquel Serrano carnicer

    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”
    }
    })

    Comment actions Permalink
  • Alexander Mikhaylov

    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.

    Comment actions Permalink

Please sign in to leave a comment.