camaraproject / CarrierBillingCheckOut

Repository to describe, develop, document and test the Carrier Billing Check Out API family
Apache License 2.0
9 stars 9 forks source link

Purchase Conversion Event #139

Open nickvenezia opened 4 months ago

nickvenezia commented 4 months ago

This API would be a good source of purchase activity data, especially as an advertising objective designated "purchase conversion event" for a campaign. As the API is defined, advertisers would want a field to track the conversion event callback to allow ad campaigns to collect information about conversion events / app purchases.

Background context https://www.wordstream.com/blog/ws/2021/10/06/facebook-conversions-api

Here is how Meta handles conversion tracking https://developers.facebook.com/docs/marketing-api/conversions-api/using-the-api#verify

bigludo7 commented 2 months ago

Hi @nickvenezia Could you be a more specific about your request? As of now we have in the API model attribute like clientCorrelator that could be use to link the payment request to previous event and probably manage conversion management.

nickvenezia commented 2 months ago

What type of insights can I help with?

nickvenezia commented 2 months ago

@bigludo7 the basic three elements needed: timestamp of purchase $ amount of purchase mobile phone number of buyer

bigludo7 commented 2 months ago

@nickvenezia This API is about payment and not to purchase. But you can get from this API the phoneNumber that must be charged (not the buyer but the payer - I guess in some UC could be distinct), the charging amount and timestamp for paymentCreationDateand paymentDate.