1. 我们通过下面的操作得到adwords.clientId和clientSecret
1. we get adwords.clientId and clientSecret by this way

2. 我们的clientCustomerId 来自于界面的显示
2. we get clientCustomerId by the website representing.

3. developerToken来自API center:
3.developerToken from API center

4. refreshToken来自于运行程序得到的结果:
4.we get refresh Token by the result of java program in the github
5. 我们java程序集成的api版本为:
5. we use api in the version of this:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ads-lib</artifactId>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>adwords-axis</artifactId>
<version>4.12.0</version>
</dependency>
6. JDK 1.8
7. 我们调用且不仅调用了
7.we have invoke the method such as:
and
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#cost

但是我们在获取任何接口都不返回任何数据,也没有权限错误。
BUT,we can not get any data ,and there are not any exception,such as no auth etc.
但是实际上我们的账户是存在30天内的数据的:
In fact, there are many data in our account within 30 days

Please help! thanks!
Hi Susie,
Thank you for reaching out. You were not getting results back as you were retrieving data directly from the manager account. Please select the specific client customer account under the manager account and make the request again.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||