Stream Results

2020-10-29 Thread Tal Haguel
Is it possible to use the stream results function on PHP? https://developers.google.com/adwords/api/docs/samples/java/reporting#stream-results-from-a-report In google ads api page it appears only in Java. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Fetch google adwords account payment issue

2020-10-29 Thread Gaurav Sharma
Thank you for your response. Regards, Gaurav Sharma Software Developer On Fri, Oct 30, 2020 at 8:25 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gaurav, > > Thank you for reaching out to our API support team. > > Unfortunately, retrieving account payment

Re: Google Ads API returns "Internal error encountered" error

2020-10-29 Thread Kyotsu
The corresponding (3680632216) account was added on October 27th If I remove the “ad_group_criterion.app_payment_model.type” field, the error disappears. On Tuesday, October 27, 2020 at 5:15:38 PM UTC+7 Kyotsu wrote: > Dear Google Ads API support teams, > Normally, I request to Google API with

RE: Fetch google adwords account payment issue

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Gaurav, Thank you for reaching out to our API support team. Unfortunately, retrieving account payment issues is not possible via the AdWords API or Google Ads API. What is currently available is retrieving invoices via the Google Ads API, which you can find out more via this guide. That

RE: Install Referrer and Universal App Campaign

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Raj, Thank you for posting your concern. This forum is dedicated for Google Ads API / AdWords API related concern. With this, if the issue is encountered in one of the said APIs, you can provide more details about it. Also, you can provide the customer ID and the complete request and

Re: "504 Deadline Exceeded" when pulling keyword data from Google Ads

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi, You may send the requested details on the email address below instead for privacy purposes: googleadsapi-supp...@google.com Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q275OcL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

v2 Deprecation Errors

2020-10-29 Thread Sarah Krasnik
Hello, Since v2 has been sunset, I am trying to use a higher google ads API version using the google-ads python client. Below is the code snippet I'm using: client = google.ads.google_ads.client.GoogleAdsClient(creds, dev_token) ga_service = client.get_service('GoogleAdsService') I have

Big Discrepancies Between Campaign and Detailed Placement Reports

2020-10-29 Thread Don Cosseboom
Hi, For example, the campaign report for account XXX-XXX- returns ~10.5M impressions, the detail_placement_view report returns ~7M impressions. https://developers.google.com/google-ads/api/fields/v5/detail_placement_view SELECT segments.month, metrics.active_view_cpm,

RE: Size Limit Error meaning

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Markus, Thank you for reaching out. I think you are using the BatchJobService to batch process the CampaignExtensionSettingOperations. The limit for the test account is 250 new jobs per day. Please have a count lower than this threshold to make sure it could proceed. Thanks and regards,

RE: Access Google Ads scripts through the API?

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Jared, Thank you for reaching out. This is more of a Google Ads Scripts related issue. I would suggest you to reach out to the Google Ads Scripts team via this link to get further assistance. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

Re: Payment setting via API

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Inna, Thank you for reaching out. As currently the InvoiceService is not available and not open for sign-up. The only way to get the credit line of monthly invoicing is to fill out this form to query it. You could come back and check if the InvoiceService is ready for use at a later time.

RE: geographic_view doesn't return data when segments.geo_target_metro is empty

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hello, Do the numbers for these reports match what you see in the UI? What is your CID? Please share these details through reply privately to author so I can take a closer look. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q275Y42:ref -- --

Re: Google Ads API to MYSQL

2020-10-29 Thread Tal Haguel
Stream results is availbale only on Java? Couldn't find it for PHP ב-יום חמישי, 29 באוקטובר 2020 בשעה 21:12:52 UTC+2, adsapiforumadvisor כתב/ה: > Hi Tal, > > Thank you for reaching out. Yes, you could download the report in CSV > format or other available formats >

Re: Google Ads API to MYSQL

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Tal, Thank you for reaching out. Yes, you could download the report in CSV format or other available formats and then extract data and save them into MYSQL. Alternatively, you could use this code example to stream results using a BufferedReader and then process the returned data including

Re: Googleadwords API permission error

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Nancy, Thank you for reaching out. I told you to use it as a template rather than use exactly the same code to update the ad. When you update the ResponsiveSearchAd, you have to change this line of code to this. And also change the other parts in the sample code accordingly. Thanks and

Size Limit Error meaning

2020-10-29 Thread Markus Heiden
Hello, I got a size limit error, when creating many sitelinks with exactly 250 CampaignExtensionSettingOperations (officially documented limit): SizeLimitError{apiErrorType=SizeLimitError, errorString=SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED, fieldPath=, reason=REQUEST_SIZE_LIMIT_EXCEEDED,

Access Google Ads scripts through the API?

2020-10-29 Thread jal...@roirevolution.com
Hello, I was wondering if it's possible to interact with Google Ads scripts through the Google Ads API. At a minimum, it would be helpful to get a list of all Google Ads scripts accessible by our manager account along with their owner(s). Our team is going through an account transition and

Re: Payment setting via API

2020-10-29 Thread Inna Keegan
but the *Invoice Service* is unavailable.. Is there any other way? вторник, 27 октября 2020 г. в 16:02:18 UTC+3, Inna Keegan: > Thank you, Ernie John Blanca Tacata! > > вторник, 27 октября 2020 г. в 09:45:50 UTC+3, adsapiforumadvisor: > >> Hi Inna, >> >> I am a colleague of Xiaoming and let me

RE: Unable to setting campaign bidding strategy to MANUAL_CPM or MAXIMIZE_CONVERSIONS

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Wonkeun, Thank you for reaching out. The MANUAL_CPM and MAXIMIZE_CONVERSION are available in both AdWords API and Google Ads API. Please refer to this guide for restrictions in AdWords API and this guide for restrictions in Google Ads API. You could refer to these lines of code on how to

RE: LAST 60 MONTHS (Google Ads Script)

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hello, Since your issue is related to Google Ads Scripts, you will need to use the Scripts forum to get assistance on this. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q275bpa:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Weird error trying to add Google Ads API to new console project

2020-10-29 Thread Peter Vanek
Hi, I have a very weird problem. I have created a new console project, and I'm trying to enable the Google Ads API for it as I have done in the past. I clicked "enable apis", selected "Google Ads API" but when I try to click the "Enable" button, I get a weird error *Unknown Billing Error*

RE: [Adwords API] ACTION_NOT_PERMITTED for get request in CampaignService

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Anand, Thank you for reaching out. Can you please provide the full request and response logs associated with the CampaignService and SharedCriterionService calls? Please use the reply privately to author option to send this information. Thanks, Matt Google Ads API Team Matt Google Ads API

Re: "504 Deadline Exceeded" when pulling keyword data from Google Ads

2020-10-29 Thread 'Caitlin Pinkard' via AdWords API and Google Ads API Forum
Thanks for your response! However, it looks like the "Reply to author" option is greyed out. On Thursday, October 29, 2020 at 2:48:25 AM UTC-4 adsapiforumadvisor wrote: > Hi, > > Thanks for posting your concern. > > So that I can discuss the error with the team, could you provide the >

RE: [Google Ads API] Retrieving non-Expanded Dynamic Search Ads

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Kevin, Thank you for reaching out. The Dynamic Search Ads has been deprecated in the Google Ads API. You could refer to this blog post for more information about migration of this type of ad to the Expanded Dynamic Search Ads. As it’s already deprecated, it’s not possible to retrieve this

Install Referrer and Universal App Campaign

2020-10-29 Thread Raj Parekh
Hi I have implemented google install referrer which gives me referrer data, and I am also running Universal App Campaign. Now I am seeing the conversions on my add around 400. But I do not see campaign information on my data from play store. Been stuck on this for days. Can anyone help me?

LAST 60 MONTHS (Google Ads Script)

2020-10-29 Thread Omer Saridja
DEFAULT_DATE_RANGE: 'LAST_30_DAYS' Hi I am trying to create a script for auto labelling on Google Ads. I am not able to define date range as last 60 days? Is there any way to do so? }; /** * Defines the rules by which keywords will be labeled. * The labelName field is required. Other

SpendingLimit = 0. How is it possible?

2020-10-29 Thread Inna Keegan
Hello! I've read in the documentation, that *spendingLimit* must be -1 or greater than 0: https://developers.google.com/adwords/api/docs/reference/v201809/BudgetOrderService.BudgetOrder And I get 0, what does it mean? I will show you my request and the API answer. *Request:*

Re: Google Ads API to MYSQL

2020-10-29 Thread Tal Haguel
Hi thank you! You mean, download a report in CSV (for example) and then import it to MYSQL? ב-יום רביעי, 28 באוקטובר 2020 בשעה 21:57:26 UTC+2, adsapiforumadvisor כתב/ה: > Hi Tal, > > Thank you for reaching out. If you are using Adwords API, you could query > a report and download it. This is a

Batch jobs with ResponsiveSearchAds take up to days to finish

2020-10-29 Thread Paweł Ulita
Hi Ads Team, We've been having some problems with batch jobs taking up to multiple days to finish. A small investigation showed that this often happens for batch jobs containing ResponsiveSearchAd operations. For example, ID = 3610427236, 1 operations, started almost 2 days ago and only

Proximity suggestions through Google Ads API

2020-10-29 Thread Eleni Lianou
Hello, I would like to ask how I can implement proximity suggestions through the API, the same way like the lookup for locations. For example with SuggestGeoTargetConstants I can search "New York" and a bunch of results appear. Can I do the same thing with an address or geo point , for

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2020-10-29 Thread Elżbieta Jakubska
To illustrate the differences depending on dimensions: 1.when using the following set of dimensions: geographic_view.country_criterion_id, geographic_view.location_type, campaign.id,campaign.name, ad_group.id,ad_group.name, customer.currency_code,customer.descriptive_name, segments.device,

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2020-10-29 Thread Elżbieta Jakubska
To illustrate the differences depending on dimensions: 1.when using the following set of dimensions: geographic_view.country_criterion_id, geographic_view.location_type, campaign.id,campaign.name, ad_group.id,ad_group.name, customer.currency_code,customer.descriptive_name, segments.device,

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2020-10-29 Thread Elżbieta Jakubska
To illustrate the differences depending on dimensions: 1.when using the following set of dimensions: {code} geographic_view.country_criterion_id, geographic_view.location_type, campaign.id,campaign.name, ad_group.id,ad_group.name, customer.currency_code,customer.descriptive_name, segments.device,

Re: Verticals not available

2020-10-29 Thread Pascal van Dooren
Thanks Mike. Looking forward to hearing from you. On Monday, 26 October 2020 at 16:35:50 UTC+1 adsapiforumadvisor wrote: > Hello, > > I'm investigating why there's a discrepancy between the web interface and > the list documented there for the API. I'll let you know when I have more >

Re: Googleadwords API permission error

2020-10-29 Thread Nancy Turner
Hello, Thank you for your help. I have got adsgroupID using campaignID and it is working for me. 2. You could use this code example as a template to update the

Fetch google adwords account payment issue

2020-10-29 Thread Gaurav Sharma
Hi, I want to fetch the google ad account payment issue. Is it possible to fetch the same using API? Also please find the screenshot showing the info I want to pull using API. Regards, Gaurav -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Resource Exhausted Using get_geo_target_constant

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you so much for sending these. However, since you are unable to use the described reply option, please send all the relevant details (customer ID, complete request and response logs) directly to our googleadsapi-supp...@google.com alias instead, so we can continue the

Unable to setting campaign bidding strategy to MANUAL_CPM or MAXIMIZE_CONVERSIONS

2020-10-29 Thread Wonkeun Song
Hello. I'm trying to make campaigns with bidding strategy MANUAL_CPM or MAXIMIZE_CONVERSION in Google Ads API. However, in this documents, there exist no fields in those two types, therefore I have no idea to set campaign.manual_cpm or campaign_maximize_conversion when I create new campaign.

RE: "504 Deadline Exceeded" when pulling keyword data from Google Ads

2020-10-29 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. So that I can discuss the error with the team, could you provide the customer ID and complete request and response logs? You can provide the requested details via Reply privately to author option. Regards, Ernie John Blanca Tacata Google Ads API Team

geographic_view doesn't return data when segments.geo_target_metro is empty

2020-10-29 Thread Elżbieta Jakubska
Hi, I am trying to migrate geo targeting reports from AdWords API to Ads API. I am doing the following query: my $query = q{ SELECT geographic_view.country_criterion_id, geographic_view.location_type, segments.geo_target_region, segments.geo_target_city,