Questions tagged [revenue]
46 questions
0
votes
0 answers
What does Firebase A/B testing "Observed Data" for Estimated Ad Revenue means?
Context:
We have our ad revenues tracked in Firebase and what we see as "daily ads revenues" in Firebase Analytics is matching what we see in our Ads manager (AppLovin) plateform.
We have a firebase remote config A/B test running and one of our…

Sebastien Flory
- 129
- 4
0
votes
1 answer
function to run regression model to predict revenue based on multiple condiitons
I have to create a function that will simaltenously split my dataframe into test and train sets and then run the simplest regression model and return RMSE as a result. The task is to predict the revenue column by id and year.
I am quite new to this…

Pixel
- 97
- 7
0
votes
0 answers
.Hive: Given a table t with schema (date, revenue),
6.Hive: Given a table t with schema (date, revenue), like this
6.Hive: Given a table t with schema (date, revenue), like this
date r
Jan. 1 100
Jan. 2 120
Jan. 3 80
Jan. 4 150
Jan. 5 50
What does the following query do?
SELECT t1.date AS date,…
0
votes
0 answers
Google Analytics 4 does not show the correct revenue.How can I show the correct order amount as total revenue in Google analytics 4 dashboard?
I have added all the required parameter in the datalayer.
Datalayer Image
Also the total order amount for 3 days is approx 500 but I am getting 240.91 as the total revenue in GA Dashboard. However, I have added coupon for only 3 orders but that…
0
votes
2 answers
SQL: How to return revenue for specific year
I would like to show the revenue for a specific year for all customers regardless of whether or not they have revenue data for the specific year. (in cases they dont have data for the specific year, a filler like 'no data' would work)
Sample Data…

testerwester
- 3
- 1
0
votes
1 answer
How can I replace null values in 1 column with the values from another column when working with an aggregate function? - SQL
I am working within the Stripe sigma application on Stripe's website and I am trying to calculate revenue by country. When customers fill in their payment information, they are asked to input their country but some fail to do so. The column is…

Masao_Terada
- 23
- 2
0
votes
1 answer
Spilt Revenue By Percentages in right year buckets in Power BI
I have a list of product with revenues across 3 years. However I would like to split the revenue by 60 % and 40% for each year.
For instance:
Book -> 2020 -> 15mil
Book -> 2021 -> 18mil
Book -> 2022 -> 12mil
Therefore in Power BI the revenue…

milkywaypowerbi
- 1
- 1
0
votes
2 answers
How to calculate in SQL average revenue from unique dates per user
I'm having trouble finding the totals when it comes to 'within 1 & 2 months of the signup date'. I would love some help and some feedback on my current code. No errors, just not sure how to address the question
The question is: Find the average…

Jessica DeCunha
- 1
- 1
0
votes
1 answer
How to find the percentage of a single product of a supplier's total revenue?
There are multiple suppliers and each has sold multiple products. How would I find the percentage of the revenue of one of their products against that supplier's total sales in SQL?
Here is an example of data I have to work…

dizmaldizmay
- 3
- 1
0
votes
3 answers
Compose a SQL query that produces monthly revenue by channel and the previous month's revenue
Hey everyone I have two tables with output like this:
Month_Table
Transaction_Table
I need to calculate the monthly revenue by channel and the previous month's revenue: I did this query but it is not completed
Select date_created, channel,…

AhlemMustapha
- 405
- 5
- 12
0
votes
1 answer
Calculate total revenue made from each item broken down by country and day
I have a table which consists:
id country Date item_name price
ae3u2 USA 27/12/2018 budget 1.99
bf5d8 India 31/12/2018 everything 34.99
dc8a4 USA 22/01/2019 cars 25.99
and it goes on.
I have to…

ankur singh
- 72
- 1
- 7
0
votes
0 answers
Am i to install a package on Pycharm to enable me use pd.read_clipboard() function?
I am trying to use few lines of a data online in pycharm. i copied the lines i needed, went to pycharm
import pandas as pd
from pandas import Series, DataFrame
df = pd.read_clipboard()
print(df)
Output :
line 2872, in _alert_malformed
raise…
0
votes
1 answer
Calculating future revenue projection on recurring payments with various terms
I have a service with various packages, that can all be purchased monthly, quarterly, semi-annually, and yearly.
Each package has a due_on date which I increment when someone renews.
It's easy to calculate how much revenue I can roughly expect this…

Emma Arbogast
- 190
- 2
- 12
0
votes
0 answers
How can I find the revenue of the products in a 2D array
I am trying to print out the total of the numbers inside of the 2D array.
I tried doing the thing that is in my code but it gives me the average of each row not the total of all numbers inside the row and column.
int[,] prices = new int[,]{ {475,…

Jasmine Salmeron
- 21
- 2
0
votes
1 answer
Set up install referrer and revenue tracking on iOS
We need to track install sources and total revenue per each install source, on iOS (we want to track effectivity of crosslinking and adware campaigns).
I.e. users from "source1" make m installs and bring us n $.
It was easy to implement on…

Torello
- 936
- 11
- 15