Where can I find the API Center page of a test account

2023-10-11 Thread Wayne L
ccount, when I tried to filled that .yaml file up I find out that I can't fetch developer token of my test account because the API Center page is not shown at the setting page. Am I do anything wrong or I just can't use a test account for tes

Re: How to get the Entire Campaign object when creating the campaign

2022-01-12 Thread Wayne
Amazing! That helped. Thanks a lot! :) On Wednesday, January 12, 2022 at 11:05:35 PM UTC+5:30 adsapi wrote: > Hi Wayne, > > You can make a MutateCampaignsRequest > <https://developers.google.com/google-ads/api/reference/rpc/v9/MutateCampaignsRequest> > and > set t

Re: How to get the Entire Campaign object when creating the campaign

2022-01-11 Thread Wayne
figuring out how to extract the campaign ID from the resource name WITHOUT making an API call to Google! Help would be appreciated. Thanks! On Tuesday, January 11, 2022 at 8:34:17 PM UTC+5:30 adsapi wrote: > Hi Wayne, > > Thanks for reaching out. To fetch the entire campaign object with all o

How to get the Entire Campaign object when creating the campaign

2022-01-11 Thread Wayne
Hi! Hope you're doing well. I have a question. When I am creating campaign like this MutateCampaignsResponse response = campaignServiceClient.mutateCampaigns( customerId, operations); for (MutateCampaignResult result : response.getResultsList()) { String createdCampaign = result.getResourceName(

Need help with class names for migration

2021-12-16 Thread Wayne
Hi team, We're migrating our Adwords API to Google Ads API. We need some help with the following class names - Placement, Vertical, BiddableAdGroupCriterion, AdGroupBidModifier. I also have a few other queries which I will share by privately replying to the author. -- -- =~=~=~=~=~=~=~=~=~=~=~

CriterionError.KEYWORD_HAS_TOO_MANY_WORDS

2021-11-16 Thread Wayne
Hi, We are getting the error "CriterionError.KEYWORD_HAS_TOO_MANY_WORDS" when using Google Adwords API. It'd be great if you can provide us the maximum number of words allowed in a keyword. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

Error - null sun.reflect.NativeConstructorAccessorImpl.newInstance

2021-11-08 Thread Wayne
Hi team, we are getting this error when trying to Pause Ad using Google Adwords API: *null sun.reflect.NativeConstructorAccessorImpl.newInstance* also this error: *null sun.reflect.GeneratedConstructorAccessor242.newInstance(Unknown Source)* I'm sharing the entire stack trace privately. Please

Re: Query for getting all campaign with the given name - Google Ads

2021-11-02 Thread Wayne
? Thanks! On Wednesday, November 3, 2021 at 11:50:42 AM UTC+5:30 adsapi wrote: > Hi Wayne, > > You can use our Query builder > <https://developers.google.com/google-ads/api/fields/v8/overview_query_builder?hl=en> > > and Query validator > <https://developers.googl

Query for getting all campaign with the given name - Google Ads

2021-11-02 Thread Wayne
Hi team I'm trying to fetch all the campaigns with a given name using the below query: SearchGoogleAdsRequest request = SearchGoogleAdsRequest.newBuilder() .setCustomerId(Long.toString(customerId)) .setPageSize(1_000) .setQuery( String.format( "SELECT campaign_budget.id, campaign_budget.name, " +

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-06 Thread Wayne
Hi Mark Thanks for the reply. Can you please review our account if we provide our account ID? Thanks! On Thursday, October 7, 2021 at 11:33:55 AM UTC+5:30 adsapi wrote: > Hello, > > Thank you for reaching out to us. > > You've mentioned that you're using Google Ads TEST account for making API >

Re: curl for location targeting

2021-08-16 Thread Wayne
returned. Is there any way possible to get ALL possible results for that location name, instead of just 10? And is there any filter we can provide when calling the API that we only want Target_Type==City results? Thanks! On Monday, August 16, 2021 at 10:05:46 AM UTC+5:30 adsapi wrote: > Hi Wa

Re: curl for location targeting

2021-08-16 Thread Wayne
returned. Is there any way possible to get ALL possible results for that location name, instead of just 10? Thanks! On Monday, August 16, 2021 at 10:05:46 AM UTC+5:30 adsapi wrote: > Hi Wayne, > > Thanks for getting back to us. > > You may use the Geo_target_con

Re: curl for location targeting

2021-08-12 Thread Wayne
Thanks! Can we download the complete CSV through API? (this CSV here https://developers.google.com/adwords/api/docs/appendix/geotargeting) On Friday, August 13, 2021 at 11:02:12 AM UTC+5:30 adsapi wrote: > Hi Wayne, > > You may check out this guide > <https://developers.google

curl for location targeting

2021-08-12 Thread Wayne
Hi all I want a curl for location targeting(google-ads API). https://developers.google.com/google-ads/api/docs/targeting/location-targeting#look_up_by_location_name i want the criterion ID for location name. In the above link, code is given, a curl for the same would be helpful. Thanks. -- -- =~

Re:Oauth2 token expired time issue by Wayne tao

2020-09-11 Thread Wayne Tao
Hi, Sorry for that I am facing issues replying privately, I provide the original email content and the information you need as below: --- Wayne Tao Sep 10, 2020, 1:34:37 PM (yesterday)    to adwor...@googlegroups.com Hi Team, I have an issue

Re: Oauth2 token expired time

2020-09-11 Thread Wayne Tao
Hi, I am facing issues replying privately, so I just sent the information you need to "googleadsapi-supp...@google.com" & "adwords-api@googlegroups.com", the topic is "Re:Oauth2 token expired time issue by Wayne tao" On Thursday, September 10, 2020 at 11

Oauth2 token expired time

2020-09-09 Thread Wayne Tao
Hi Team, I have an issue about refresh user token expired time, I realize that user token can only use for one hour then it will expired, so I write a function to auto refresh token when it going to expired. *Here's the code:* GoogleOAuth auth = dao.getGoogleAuth(); System.out.println(String.fo