Update campaign optimization bidding strategy

2019-11-27 Thread Roman Ryazanov
Hey, I'm trying to update the campaign optimization bid strategy: $campaign_data = []; $campaign_data['resource_name'] = ResourceNames::forCampaign($account_id, $camapign_id); $campaign_data['app_campaign_setting'] = new AppCampaignSetting(); $campaign_setting = new AppCampaignSetting(); $c

Re: Traffic Estimate Service java api giving different results compare to google ads UI

2019-11-27 Thread Suresh Kumar Shenbagam
Hi, How can I set the date range in TrafficEstimateService? Suresh. On Thursday, November 21, 2019 at 8:29:41 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Suresh, > > My test results are as below: > > *Results for the keyword with text 'Sandals' and match type 'BROAD':* > > > > > > > > *Estima

Re: Traffic Estimate Service java api giving different results compare to google ads UI

2019-11-27 Thread Suresh Kumar Shenbagam
On Friday, November 15, 2019 at 2:54:46 PM UTC+5:30, Suresh Kumar Shenbagam wrote: > > Hi, > > I referred this URL, > https://developers.google.com/adwords/api/docs/samples/java/optimization#get-keyword-traffic-estimates > > for implementing keyword traffic estimate. > But, i am getting diffe

Can't access to API Center

2019-11-27 Thread DII France
Hello, For a moment, when I trie to access to API Center to show test token developer for a child of our mcc, the web interface disconnect me automaticaly. Is there an issue about my account ? Regards, Cédric. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

RE: How to get Reach for "Target campaigns for proximity to a location"

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Unfortunately, this field is not available when using the API. You can follow our blog for any updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UODMUO:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.

RE: Update campaign optimization bidding strategy

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thank you for reaching out. Can you please provide the complete request and response logs of the call via reply privately to author? You can find information on enabling logging here. Based on the code you provided, it looks like you are creating the AppCampaignSettings twice which c

RE: Google Ads Api - Identify oldest added criteria

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Emiliano, Thanks for reaching out. Unfortunately there is no such field in the query builder nor we can directly implement it in the query itself. Please keep an eye on our blog for the announcements and updates on the new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1

RE: Keyword related questions

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. I am happy to assist you with those questions. This setting is known as partial failure. If it is enabled, it will allow the successful calls to be executed and the failed ones to return an error. You should follow the suggestions in this guide for how to handle

RE: Can't access to API Center

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi there, Thanks for reaching out with your question. You will be able to view the developer token at the manager level. You will need to login to your manager account to access this token. The method you used to obtain your developer token should work if the child is also a manager account. Co

RE: Getting different results for Traffic Estimate from API compared to Google Ads UI

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Suresh, As you have already seen that the returned object KeywordEstimate in the response from a TrafficEstimatorService request will only contain estimates at the keyword level, so it won't give you the headings you see in the Google Ads UI. Please check out this guide for Estimating Traffi

RE: Google Ads API Report Download

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us regarding your concern. Could you please share the complete report query along with the client customer id used to generate Ad Performance Report via Google Ads API for me to take a look into the latency issue further? Please note, the Google Ads API is moved

Campaign cost in real-time

2019-11-27 Thread Mark
Hello, We have an automated service which periodically checks the total cost of certain Campaigns, or rather, groups of Campaigns, and pause them once a certain amount has been spent. We rely on the AdWords API's CAMPAIGN_PERFORMANCE_REPORT

RE: Traffic Estimate Service java api giving different results compare to google ads UI

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Suresh, As clarified in below email thread, date range is not included in this API. Thanks Fan Google Ads API Team ref:_00D1U1174p._5001UOCCbF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~

How to decode location from CAMPAIGN_LOCATION_TARGET_REPORT

2019-11-27 Thread 'Improvado Support' via AdWords API and Google Ads API Forum
Hello, we are using Adwords Reporting API (v201809) https://developers.google.com/adwords/api/docs/appendix/reports/all-reports . Request for CAMPAIGN_LOCATION_TARGET_REPORT returns ID in Location column, for example, 828869253082. This id should be equal to the name from the dashboard, but I

Re: Getting different results for Traffic Estimate from API compared to Google Ads UI

2019-11-27 Thread Suresh Kumar Shenbagam
Hi, Thanks for the response. I went thru the guide you mentioned, but need more clarification on the point, "To use the TrafficEstimatorService for this, you need to specify either a pre-existing campaign, or create a mock campaign, complete with ad groups and keywords:" - Does this mean, is i