Query regarding first page CPC (AdgroupCriterion)

2022-04-06 Thread Saurabh Suman
We are using CampaignBidding strategy and want to set the firstPageCPC value for AdgroupCriterion using the attribute *ad_group_criterion.position_estimates.first_page_cpc_micros* but we have below observations: 1. first_page_cpc value is coming as 0 for keywordId(286829866) in Ads

Re: Query regarding setting keywordMinActivationBid

2022-04-04 Thread Saurabh Suman
Hi Team, This does not help. We are using AdGroupCriterion and need keywordMinActivationBid attribute to be set. On Monday, April 4, 2022 at 7:48:08 PM UTC+5:30 adsapi wrote: > Hi Saurabh, > > Thank you for reaching out to the Google Ads API support team. > > You may then refer to this

Query regrading KeywordBid Ads API

2022-04-04 Thread Saurabh Suman
Hi Team, In Adwords API, For Keyword entry we used to populate the KeywordBid as below: entry.setKeywordBid(toMoney (((CpcBid)x.getBiddingStrategyConfiguration().getBids(0)).getBid()));* // x is the instance of *BiddableAdGroupCriterion Can you suggest the replacement for the same in Ads

Query regarding setting keywordMinActivationBid

2022-04-04 Thread Saurabh Suman
Hi Team, Earlier in Adwords API we used to set the keywordMinActivationBid as below where x is the instance of BiddableAdGroupCriterion: .setKeywordMinActivationBid(toMoney(x.getFirstPageCpc())); So what is the replacment for the FirstPageCPC in Google Ads API for setting

Query regarding Adwords jars existing post sunset

2022-04-02 Thread Saurabh Suman
Hi Team, As Adwords API is going to sunset on 27th April 2022, can you please suggest if the Adwords JARs and Ads API jars will co-exist post 27th April 2022. To be noted: we will be not be making any Adwords call as they will be failing post 27th April but need Adwords jar to avoid any

Setting account creds dynamically while using GoogleAdsClient

2022-03-30 Thread Saurabh Suman
Hi Team, We are using Java client lib. As we can have multiple accounts having different developer tokens,clientId,clientSecret,refresh token .Also we can not have configured them in single properties file simultaneously Can you please suggest an example on how to use below example to

AdgroupCriterion Status Issue-Ads API

2022-03-29 Thread Saurabh Suman
Hi Team, In new Ads API , For few AdgroupCriterion as below we are getting the AdGroupCriterionStatus as 2 i.e. ENABLED. But getting APPROVAL STATUS as UNSPECIFIED(0). Do we have to map them with ACTIVE STATUS . Adgroup-103297496321 AdgroupCriterionId- 37356471 In earlier Adwords API

Change_status query not working with date time range values

2022-03-28 Thread Saurabh Suman
Hi Team, We tried with below query for getting the change_status details with date time value but its error for invalid input. After removing time and only using the date format in query it worked fine. Is date time format not supported in Ads API queries. *Query with date time:* SELECT

Ad URL Query for Ads API

2022-03-24 Thread Saurabh Suman
Hi Team, What is equivalent of below Google Adwords attribute/method in Google Ads APi. class Ad Attribute: private String url; Thanks, Saurabh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Google Ads API AdgroupCriterion - CriterionId coming as 0 in response

2022-03-22 Thread Saurabh Suman
Hi Team, We are getting criterionId as 0 under AdgroupCriterion in getAllCriterons Response. PFB the query : query="SELECT ad_group_criterion.ad_group, ad_group_criterion.age_range.type, ad_group_criterion.app_payment_model.type, ad_group_criterion.approval_status,

Re: AdgroupCriterion Query

2022-03-16 Thread Saurabh Suman
Thanks for response Can you please confirm if for AdGroupCriterion we can replace UserStatus(AdwordsAPI) with AdGroupCriterionStatusEnum.AdGroupCriterionStatus in Google Ads API Thanks, Saurabh On Thursday, March 17, 2022 at 8:22:16 AM UTC+5:30 adsapi wrote: > Hi Saurabh, > > > Thanks for

Re: AdgroupCriterion Query

2022-03-16 Thread Saurabh Suman
Also Can you please provide the replacement for BiddableAdGroupCriterion(Adwords API) in Google Ads API On Wednesday, March 16, 2022 at 7:13:14 PM UTC+5:30 Saurabh Suman wrote: > Hi Team, > In Google Ads API what is the substitute of NegativeAdGroupCriterion > class that

AdgroupCriterion Query

2022-03-16 Thread Saurabh Suman
Hi Team, In Google Ads API what is the substitute of NegativeAdGroupCriterion class that was used in Adwords API. Thanks, Saurabh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Get Adgroup Ads Issue Google Ads API

2022-03-15 Thread Saurabh Suman
Any update on this? On Tue, 15 Mar, 2022, 2:26 am Google Ads API Forum Advisor, wrote: > Hi Saurabh, > > Thank you for reaching out to the Google Ads API support team. > > Allow me to raise the issue of internal error to my team. Rest assured > that we will provide updates when available. > >

Get Adgroup Ads Issue Google Ads API

2022-03-14 Thread Saurabh Suman
Hi Team, After sending the request to Google Ads API using below we are not getting the rows in result .Please check. *query*: "SELECT ad_group_ad.ad.legacy_responsive_display_ad.accent_color, ad_group_ad.ad.responsive_display_ad.accent_color, ad_group_ad.ad.id, ad_group_ad.ad_strength,

Getting BiddingStrategy as null in Adgroup

2022-03-10 Thread Saurabh Suman
Hi Team, Earlier in Adwords API we have Bids class to handle bids at Adgroup level. Now in Google Ads API do we have bidding strategy configured at Account level? Please confirm. Also please provide the example on how we can get the bidding_strategy details because we are currently getting

Query on Google Ads API Logging

2022-03-10 Thread Saurabh Suman
Hi Team, We are trying to log Google Ads API calls request and response similar to we had in Adwords API call. We already have required maven dependencies configured in pom.xml like below . Also in log4j.xml we are trying to have the logs redirected to our local. But we are not getting

Google Ads API Migration- Feed based extension

2022-03-07 Thread Saurabh Suman
Hi Team, Currently we have below set of Feed based get API calls that wre using Adwords API. Can you please confirm if Feebased based Get API calls will be supportd till Aug 2022 as we could read that all CREATE AND MUTATE calls wiil be sun set on January 10, 2022 . But reporting will be

Re: Not getting Campaign Details in getAllAdgroup call

2022-03-04 Thread Saurabh Suman
Hi Team, As requested PFA the logs . Please check why we are not getting the campaignId under adgroup. Thanks, Saurabh On Friday, March 4, 2022 at 11:00:24 AM UTC+5:30 adsapi wrote: > Hi Saurabh, > > Thank you for reaching out to our API support team and for providing the > query and a

Google Ads API RunTime exception

2022-03-04 Thread Saurabh Suman
Hi Team, While testing Google Ads API after the request is posted and response is received, we are getting below exception regarding channel shutdown for maybe GoogleAdsServiceClient.Please suggest. *Logs* Mar 03, 2022 10:55:38 PM

Not getting Campaign Details in getAllAdgroup call

2022-03-03 Thread Saurabh Suman
Hi Team, While doing getAllAdgroup API call we are not getting the campaign details in response. *Request *: google.ads.googleads.v9.services.GoogleAdsService/Search, Endpoint: googleads.googleapis.com:443, RequestID: qI5G7dPSjcnPoIMTkibCKQ, ResponseCode: OK, Fault: null. *query*: "SELECT

Re: Campaign Budget Data Type Issue-Ads API

2022-02-28 Thread Saurabh Suman
Hi Team, In the getAllCampaigns response we are getting the campaigns from which we are retrieving using getCampaignBudget method. We er not getting the budget amount. campaign.getCampaignBudget() - returns CampaignBudget : *customers/9752159705/campaignBudgets/1593117748* On Friday,

Campaign Budget Data Type Issue-Ads API

2022-02-24 Thread Saurabh Suman
Hi Team, Earlier in Adwords API we received campaign Budget in *Long *format and we used to retrieve it as below . But now while migrating to Ads API we are unable to save the campaign budget due to data type mismatch as Ads API is returning *String*. Please suggest. *Adwords API*

Adwords API to Google Ads API migration-Query

2022-02-09 Thread Saurabh Suman
Hi Team, 1. While using Google Ads API what will the new namespace URL? Old namespace URL: https://adwords.google.com/api/adwords/cm/v201809 2. Currently in our Adwords API we ere using Stub to call the Adwords API. What will the replacement for the same in Google Ads API? AdwordsAPI

Campaign Service example needed- Google Ads API

2022-02-03 Thread Saurabh Suman
Hi Team, Is there any exmaple using Java to how to use Campaign Service api calls to get campaignId related details in new Google Ads APi? Also is it needed to use wsdl urls ? Thanks, Saurabh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: