#mulchichis_best-practices

1 messages ยท Page 1 of 1 (latest)

tacit anvilBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1275668247341043778

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

narrow pewter
#

Hi there, gimme a few mins

frigid birch
#

no worries I'm playing brawl stars

#

How long do you think....

narrow pewter
#

Sorry, back here

frigid birch
#

ok

narrow pewter
#

Okie so I believe Meter attaches to Price, so 1 Meter to 1 Price. But could you elaborate a bit more on

graduated pricing on 2 sets of 3 products, those 2 sets sharing the same 3 units but different price points for those units?

#

Some examples here?

frigid birch
#
  Product one: 
    unit: messages
    price: .1 per message

  product two: 
    unit: seats
    price: 5 per seat

  product three: 
    unit: platforms
    price: 10 per platform

Subscription bundle two:
  product four: 
    unit: messages
    price: .3 per message

  product five: 
    unit: seats
    price: 10 per seat

  product six: 
    unit: platforms
    price: 50 per platform```
#

How many meters would I need for this scheme

narrow pewter
#

I imagine you would have price1, price2, price3 for the first Sub, and then price4, price5, price6 for the second Sub. Hence this ideally comes with 6 Meters

frigid birch
#

Why is that?

#

How exactly do meters work? I just can't get my head around what's written in the documetnation

narrow pewter
#

It's simply 1 Meter for 1 Price. Meter can generate multiple Meter Event, which records the usage of the Customer

#

If a Customer subscription to multiple Prices, they will have each Meter for each Price, and then can report usage on each Price

frigid birch
#

what would happen if I mistakenly attached a product that costs .5 and another that costs .6 to the same meter for two different customers

#

Like, customer one buys product A at .5 per unit, linked to meter 1, and customer two buys product B at .6 per unit, also linked to meter 1

narrow pewter
#

Well so the Meter will track 2 Prices ๐Ÿค” If a customer subscribes to both 2 Prices on 2 Subscriptions, and we send usage for that Meter, it will be record on both Sub

#

Actually let me test it too