Re: Google Ads API

2021-08-29 Thread 鸿
Hi, Josh The data returned by my query is this: results { user_list { type: RULE_BASED rule_based_user_list { prepopulation_status: FINISHED combined_rule_user_list { left_operand { rule_type: OR_OF_ANDS rule_item_groups { rule_items {

Re: Google Ads API

2021-08-26 Thread 鸿
Hi, Yes, the problem I encountered was that the example provided on the official website was successfully created, and the created combination member rules can be queried through the Google ads API, but I queried the audience details created in the Google background, but I didn't see the corres

Re: Google Ads API

2021-08-25 Thread 鸿
Thank you. I see. Thanks again. 在2021年8月24日星期二 UTC+8 下午5:33:30 写道: > Hello, > > Thank you for reaching out to us. > > As for your concern related to result pagination, you can check on this > Paging > guide. > To retrieve th

Re: Google Adwords Api - Credentials could not be refreshed and timeout

2021-05-19 Thread 鸿
i have some excepion with my code Credential oAuth2Credential = new OfflineCredentials.Builder() .forApi(OfflineCredentials.Api.ADWORDS) .fromFile() .build() .generateCredential(); AdWordsSession session = new AdWordsSession.Builder().fromFile().withOAuth2Credential(oAuth2Credential).build();