Fabric: Answers: purchase event
up vote
0
down vote
favorite
I'm tracking purchase events in an iOS app with Answers (part of Fabric).
Answers.logPurchaseWithPrice(13.50,
currency: "USD",
success: true,
itemName: "Answers Shirt",
itemType: "Apparel",
itemId: "sku-350",
customAttributes: nil)
My use case envolves an order with multiple items, plus shipping for the whole order.
What would be the best way to track this in the Purchase event?
I'm thinking the safest bet it would be a single event with the total value.
But I wonder if I should trigger various purchase events, would this be graciously supported by answers?
ios google-fabric
add a comment |
up vote
0
down vote
favorite
I'm tracking purchase events in an iOS app with Answers (part of Fabric).
Answers.logPurchaseWithPrice(13.50,
currency: "USD",
success: true,
itemName: "Answers Shirt",
itemType: "Apparel",
itemId: "sku-350",
customAttributes: nil)
My use case envolves an order with multiple items, plus shipping for the whole order.
What would be the best way to track this in the Purchase event?
I'm thinking the safest bet it would be a single event with the total value.
But I wonder if I should trigger various purchase events, would this be graciously supported by answers?
ios google-fabric
Fabric is becoming obsolete by the end of this month. Check their site for further information.
– Desdenova
Nov 9 at 10:47
Fabric is not becoming obsolete but will be migrate to Firebase, the events sill regulary happen. More here
– Mafalda
Nov 9 at 15:09
Mike from Fabric and Firebase here. Correct, Fabric's mobile apps only are going away Nov 30th. Fabric itself will remain through mid-2019, including Beta, Crashlytics and Answers. You can log multiple purchase events per session and that's a good way to handle multiple items being added to a cart.
– Mike Bonnell
Nov 12 at 18:59
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm tracking purchase events in an iOS app with Answers (part of Fabric).
Answers.logPurchaseWithPrice(13.50,
currency: "USD",
success: true,
itemName: "Answers Shirt",
itemType: "Apparel",
itemId: "sku-350",
customAttributes: nil)
My use case envolves an order with multiple items, plus shipping for the whole order.
What would be the best way to track this in the Purchase event?
I'm thinking the safest bet it would be a single event with the total value.
But I wonder if I should trigger various purchase events, would this be graciously supported by answers?
ios google-fabric
I'm tracking purchase events in an iOS app with Answers (part of Fabric).
Answers.logPurchaseWithPrice(13.50,
currency: "USD",
success: true,
itemName: "Answers Shirt",
itemType: "Apparel",
itemId: "sku-350",
customAttributes: nil)
My use case envolves an order with multiple items, plus shipping for the whole order.
What would be the best way to track this in the Purchase event?
I'm thinking the safest bet it would be a single event with the total value.
But I wonder if I should trigger various purchase events, would this be graciously supported by answers?
ios google-fabric
ios google-fabric
edited Nov 9 at 10:36
asked Nov 9 at 10:24
Mafalda
258
258
Fabric is becoming obsolete by the end of this month. Check their site for further information.
– Desdenova
Nov 9 at 10:47
Fabric is not becoming obsolete but will be migrate to Firebase, the events sill regulary happen. More here
– Mafalda
Nov 9 at 15:09
Mike from Fabric and Firebase here. Correct, Fabric's mobile apps only are going away Nov 30th. Fabric itself will remain through mid-2019, including Beta, Crashlytics and Answers. You can log multiple purchase events per session and that's a good way to handle multiple items being added to a cart.
– Mike Bonnell
Nov 12 at 18:59
add a comment |
Fabric is becoming obsolete by the end of this month. Check their site for further information.
– Desdenova
Nov 9 at 10:47
Fabric is not becoming obsolete but will be migrate to Firebase, the events sill regulary happen. More here
– Mafalda
Nov 9 at 15:09
Mike from Fabric and Firebase here. Correct, Fabric's mobile apps only are going away Nov 30th. Fabric itself will remain through mid-2019, including Beta, Crashlytics and Answers. You can log multiple purchase events per session and that's a good way to handle multiple items being added to a cart.
– Mike Bonnell
Nov 12 at 18:59
Fabric is becoming obsolete by the end of this month. Check their site for further information.
– Desdenova
Nov 9 at 10:47
Fabric is becoming obsolete by the end of this month. Check their site for further information.
– Desdenova
Nov 9 at 10:47
Fabric is not becoming obsolete but will be migrate to Firebase, the events sill regulary happen. More here
– Mafalda
Nov 9 at 15:09
Fabric is not becoming obsolete but will be migrate to Firebase, the events sill regulary happen. More here
– Mafalda
Nov 9 at 15:09
Mike from Fabric and Firebase here. Correct, Fabric's mobile apps only are going away Nov 30th. Fabric itself will remain through mid-2019, including Beta, Crashlytics and Answers. You can log multiple purchase events per session and that's a good way to handle multiple items being added to a cart.
– Mike Bonnell
Nov 12 at 18:59
Mike from Fabric and Firebase here. Correct, Fabric's mobile apps only are going away Nov 30th. Fabric itself will remain through mid-2019, including Beta, Crashlytics and Answers. You can log multiple purchase events per session and that's a good way to handle multiple items being added to a cart.
– Mike Bonnell
Nov 12 at 18:59
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53223907%2ffabric-answers-purchase-event%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Fabric is becoming obsolete by the end of this month. Check their site for further information.
– Desdenova
Nov 9 at 10:47
Fabric is not becoming obsolete but will be migrate to Firebase, the events sill regulary happen. More here
– Mafalda
Nov 9 at 15:09
Mike from Fabric and Firebase here. Correct, Fabric's mobile apps only are going away Nov 30th. Fabric itself will remain through mid-2019, including Beta, Crashlytics and Answers. You can log multiple purchase events per session and that's a good way to handle multiple items being added to a cart.
– Mike Bonnell
Nov 12 at 18:59