mzambranaa
10/19/2017 - 8:04 AM

Rule - Esdeveniment GA - Cistelles iniciades

Rule - Esdeveniment GA - Cistelles iniciades

{ "rules_cistelles_iniciades_mi_seleccion_" : {
    "LABEL" : "Cistelles iniciades (mi selecci\u00f3n)",
    "PLUGIN" : "reaction rule",
    "OWNER" : "rules",
    "REQUIRES" : [ "commerce_order", "ga_push", "commerce_cart" ],
    "ON" : { "commerce_cart_product_prepare" : [] },
    "IF" : [
      { "commerce_order_compare_total_product_quantity" : {
          "commerce_order" : [ "commerce_order" ],
          "operator" : "\u003C=",
          "value" : "0"
        }
      }
    ],
    "DO" : [
      { "ga_push_action_push_event" : {
          "category" : "Ropa personalizada - Iniciar mi selecci\u00f3n",
          "action" : "Click",
          "method" : "default"
        }
      }
    ]
  }
}