Questions tagged [revenue]

46 questions
0
votes
0 answers

SQL - Revenue Across Channel And Region

A table A has 100 account having 600K in revenue. I want to create a column that spreads each account evenly across all unique medium and location. There are 4 location and 10 distinct mediums. How can I write a procedure to get this result. For…
0
votes
3 answers

Calculating revenue in excel

Can't calculate the Revenue since the Cell Price contains the 'BDT'.
0
votes
2 answers

Google Analytics API Revenue Discrepances

I have discrepancies in the revenue metric, between the data I collect from the Google Analytics API and the custom reports in the user interface. The discrepancies for each value maintain the same rate, where the data collected through the API is…
0
votes
1 answer

Get paypal revenue in usd of a foreign currency transaction

How can I programmatically get the revenue value in USD (that was deposited into my account) of a sale in a foreign currency? Example: My online store is US-based, but I charge in CAD for Canadians. A Canadian buys a t-shirt on my online store for…
meow
  • 1
0
votes
0 answers

Android admob revenue based

I developed an app called Make Money. Which means when user taps 10000 times on egg then, I will have to pay user $1. But I need to get revenue more than $1 to pay them and I earn some. Now my app is live and I integrated admob ad which gives…
0
votes
1 answer

Google Analytics API. Problems with two conditions using the metric transactionRevenue in one segment

I am using the Google Analytics API to automatically fetch stats from eccomerce sites. I need to query a dynamic segment with the sessions that spent more than 0 and less than 50USD in ecommerce. I tried…
esm
  • 1
0
votes
1 answer

Tableau - Adding dimensions together to show overall revenue

I am very new to Tableau (first day user) and have been a long time Excel user. I am trying to fully understand the power of Tableau to eventually move away from Excel. I have a question concerning dimensions and creating a calculated field. My…
CafeRacer
  • 63
  • 1
  • 10
0
votes
2 answers

GTFS Database - SQL Queries for "Revenue Mileage" and "Revenue Hours"

I'm trying to find the number of revenue miles/kilometers of a "Route" by: day, month, and year; by querying a GTFS database that has the structure described here: https://developers.google.com/transit/gtfs/reference And see here for a very clear…
FirstFraktal
  • 358
  • 4
  • 6
0
votes
1 answer

Ad in integration in iOS application

I have one iOS universal application with more that 2 lacs users on iTunes. Currently application is free on iTunes. Now, I am thinking to add Ad integration in my application. I have some confusion for which platform I forward. Do I need to…
iPhone developer.
  • 2,122
  • 1
  • 16
  • 17
0
votes
1 answer

Calculate the revenue based on product and buyer country in PHP

I have a home work from the PHP class, and the teacher ask me to calculate the revenue for the retailer based on the product they sold and country of the buyer. Below are the products and the country, let's call them as Tier: ProductTier = Apple,…
Duong Truong
  • 29
  • 1
  • 5
  • 9
-1
votes
1 answer

MoPub Alternative

I am developing a system which has both Tablet & Website. It's a tool and now more and more professional come to register on my system. I want to do ads on the system. Both website and Tablet(iPad for now but will support android). I searched a lot…
user418751
  • 1,937
  • 2
  • 18
  • 21
-1
votes
1 answer

See AdMob revenue individually for each app

Is there a way I could see my revenue split down on to each app I have? I am very curious about which of my apps generate the most revenue, but AdMob only displays the total revenue made that day. I can not use Analytics because I have not…
Balázs Vincze
  • 3,550
  • 5
  • 29
  • 60
-1
votes
3 answers

The variable netPay keeps saying that it was not initialized

The variable netPay on System.out.println("\t Regular Pay for 40.0 hour(s): $" + netPay); keep saying that it was not initialized. The only time it works is when I take of the if-else statements. public static void main(String [] args){ int…
user3558676
  • 17
  • 1
  • 10
-2
votes
1 answer

Best way to go about sharing iPhone app revenue with client(s)?

Finally got my first iPhone app ready for launch. There's a large publisher backing the IP. There's a third party between me (developer) and the publisher. Everybody wants a cut. What are some ways of going about this? There's probably enough…
nizzle
  • 1,036
  • 2
  • 10
  • 23
-2
votes
1 answer

MSSQL Query to defer income by dividing over the next 12 months

hope you are staying safe ! . I have a requirement to defer income from our memberships sales over 12 months. my table has 2 columns : 1. SaleDate. 2. Revenue I need to split the revenue into 12 months . for example if the membership cost $1200 and…
Luis A
  • 21
  • 3