0

I am currently trying to use the Adsense Management API to get earnings reports for today, yesterday, last 7 days, last 30 days, this month, last month and all time. I was able to get all reports but the All Time earnings report.

How should I go about extracting the total/lifetime/alltime earnings report when I do not know the starting date of the particular adsense account?

4

2 に答える 2

0

投稿の時点では、ユーザーのアドセンス アカウントがいつ作成されたかを知る簡単な方法がなかったため、アドセンスの作成日である 2003 年 6 月 18 日を使用することしました。

したがって、Adsense Management API を使用して全期間レポートを取得する場合は、次のようにします。

start date: "2003-06-18"
  end date: "today"
于 2015-08-30T00:14:45.210 に答える