RE: Requests to get AdWords report time out

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Alejandro, Thank you for posting your concern. Could you please confirm if you're still encountering the issue? The report download requests may time out on extremely large data sets. There is no explicit data size limit; however, due to a variety of factors, the server may return an error

RE: Requests to get AdWords report time out

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Alejandro, Thank you for posting your concern. Could you please confirm if you're still encountering the issue? The report download requests may time out on extremely large data sets. There is no explicit data size limit; however, due to a variety of factors, the server may return an error

Requests to get AdWords report time out

2019-09-25 Thread Alejandro Grinberg
We have a recurring job that runs hourly to fetch 4/5 reports from AdWords for a particular account. That used to take just a few seconds, and since yesterday its taking forever and finally times out. We have a 20min timeout configured, it should be more than enough but its still failing to

RE: ROAS as a metric in Scripts

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hello Vassills, In this support channel we will discuss technical concerns related to the Google Ads API/AdWords API only. Since your concern is related to the Google Ads scripts, I recommend you to post concern on their forum here. Regards, Sai Teja, Google Ads API Team

RE: Googleads not return anything for campaign report

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hello, If you are making an API call against a Test account, you will need to set includeZeroImpressions to true as the test accounts do not have any metrics. Could you please confirm if you are receiving any errors while making the API call? If so, could you please share the details? If

RE: Keywords Metrics Data(impressions, click etc) with bid simulator field

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Kuldeep, Thank you for writing to us today. You could use the keyword_view resource to retrieve the keyword metrics data. Please find below the sample report query for reference. "SELECT ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.status,

Re: Include brand name in results calling TargetingIdeaService

2019-09-25 Thread Giuseppe
Hi Peter, Thanks again and good job. Bye Giuseppe Il giorno mercoledì 25 settembre 2019 09:45:54 UTC+2, adsapiforumadvisor ha scritto: > > Hi Giuseppe, > > We currently have no information which features would be available if > updates are rolled out. For this, I would recommend that you keep

Re: Issue with adding members to the existing CrmBasedUserList using Adwords API

2019-09-25 Thread Lars Hemel
Hello Bharani, I am receiving the UserListError.CONCRETE_TYPE_REQUIRED error, but have checked all resources online and cannot find where I go wrong. I have created a CrmBasedUserList and would like to add Member of hashedEmail and hashedPhoneNumber. Some of the things I found online: * The

Googleads not return anything for campaign report

2019-09-25 Thread biadmin biadmin
once you create your project and do the oauth2 and have your client id, secret, developer token and refresh token and authorize the ads api do you need to do anything. I am not getting any campaign report being return. How do you authorize oauth2 to run campaign reports? -- --

RE: Extremely long query times on getting a lot of data.

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Team, Apologies for rewriting. Could you please share the complete request and response logs along with the client customer id for our team to look into the performance issue faced while querying ads via Google Ads API? Please use Reply privately to author option while sharing the details.

ROAS as a metric in Scripts

2019-09-25 Thread Vas Rod
Hello, I am trying to run a script for bidding on keywords based on a set of rules from a Google Sheets spreadsheet. One rule is based on ROAS. However, in the logs an error appears saying that it is invalid. I tried CoversionValuePerCost and ConvValuePerCost, but the issue remains. Is it

Re: Google Ads API - MEDIA_BUNDLE

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Omri, Regret the delay as I was checking this internally with the team. Please note that Assets and Media are completely different and not related to each other in any way. They both store similar kinds of information, but they are not interchangeable, and using one in place of other will

Re: Google Ads API - reports: locations and top impressions rate

2019-09-25 Thread Zweitze
David, This is turning into a product question. When campaign managers (I work for an agency) here ask the same question, I explain the information is just not there. Many ask how they should maintain their fine-grained structure for locations or audience, I tell them to ask their Google

Re: Google Ads API - reports: locations and top impressions rate

2019-09-25 Thread David García
Thanks Zweitze, found it. But unfortunately that report warns that the average position metric will disappear next week and the "Impr. (Top) %" metric, as you say, is not available. How does Google think that we can track the performance of the targeted locations that we have configured in our

Re: Google Ads API - reports: locations and top impressions rate

2019-09-25 Thread Zweitze
David, To find the UI-equivalent of CAMPAIGN_LOCATION_TARGET_REPORT: In Google Ads, the vertical bar starting with Overview, Recommendations etc. Item "Locations" is the one. BTW I just checked, but in the UI nowadays I cannot find column "Impr. (Top) %" anymore. I am so sure it was there

Re: Include brand name in results calling TargetingIdeaService

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Giuseppe, We currently have no information which features would be available if updates are rolled out. For this, I would recommend that you keep an eye on our blog to be updated on releases and announcements regarding the API. Thanks and regards, Peter Google Ads API Team

Re: Include brand name in results calling TargetingIdeaService

2019-09-25 Thread Giuseppe
Hi Peter, Thank you for your response. Do you know if this feature is in plan with a future release? Thanks again. Giuseppe Il giorno mercoledì 25 settembre 2019 05:57:56 UTC+2, adsapiforumadvisor ha scritto: > > Hi Giuseppe, > > This particular filter of the Keyword Planner is unfortunately

Keywords Metrics Data(impressions, click etc) with bid simulator field

2019-09-25 Thread Kuldeep Kumar Patel
I want to fetch keyword metrics data(impressions, click etc) with its bid simulator fields by date. Can I fetch it through search query ? $query = 'SELECT metrics.ctr,metrics.clicks,metrics.impressions, metrics.cost_micros,campaign.id,ad_group.id,ad_group_criterion.criterion_id,