Re: Can we reproduce the Auction Insights report via the API?

2017-09-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Asad, Currently, Auction Insights report is not available in the AdWords API. I could not provide any timeline if when this will be available in the AdWords API. Kindly continue to follow our blog for any future updates like

Re: Location Criteria seems to be useless in TrafficEstimatorService?

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Joshua, Have you tried the exact same filters using the Keyword Planner of the AdWords UI? Could you confirm if there are discrepancies between the results you get from the AdWords API and the AdWords UI? If the results returned are the same or similar then it would indicate that the

Re: 0 results obtained each time

2017-09-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You need to set the clientCustomerId as your client account, and not an MCC account as the services (CampaignService, AdGroupService, etc.) that you are using to retrieve the entities are for client accounts only. Actually, all the services in the AdWords API except ManagedCustomerService

Re: Can I get and Remove Extensions Using Adwords API on .NET ?

2017-09-28 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Samir, Yes, you can get and remove extensions in the AdWords API. You can use the get() and mutate()

Re: Allowing API access to a user account

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adam, What I can recommend is for you to use the ManagedCustomerService and link all the other client accounts to an MCC

Re: RateExceededError when migrating to v201708 - PHP

2017-09-28 Thread Alejandro Claure
I was able to solve this problem by implementing better control in the number of calls my web app mas doing to the API. On Monday, September 25, 2017 at 4:33:48 PM UTC-4, Alejandro Claure wrote: > > I've been trying to switch my php web app to use v201708 (currently > v201609) > > As soon as do

Re: Error: QueryError.PARSING_FAILED

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Çağatay, The report query should conform to the formal grammar provided here . Additionally, date, campaign, and adGroup are not valid fields for AdWords API reports. The list of all available fields in API reports

Re: Is the Auction Insights data available via API?

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, There isn't a specific auction insights report in the API. However, many of the metrics from that user interface view are available in various reports. For example: - SearchImpressionShare

Re: Cant get API to do anything

2017-09-28 Thread TheAinz
Hi Swetha, I've been through that again and recreated credentials. Running GetCampaigns.php now allows login but creates the following errors: "# php GetCampaigns.php PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from

Can I get and Remove Extensions Using Adwords API on .NET ?

2017-09-28 Thread samir . hassan
Hi, Can I get and Remove Extensions Using Adwords API on .NET ? I know that i can Add Extensions but can't find Get and Remove using C# -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Is the Auction Insights data available via API?

2017-09-28 Thread adwordstrainingtestmanager
Hi ! any updates for 2017? is it available now? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Error: QueryError.PARSING_FAILED

2017-09-28 Thread biuser
Hello there, I have a problem. Unfortunately, it gives an error while I am trying to retrieve ADGROUP_PERFORMANCE_REPORT : the error is " QueryError.PARSING_FAILED". My query as follow; string query = "select date CampaignId, campaign, AdGroupId, adGroup, Impressions, Clicks, Cost" +

Re: which adwords API (v201702) can be used to get the "recommended daily budget"

2017-09-28 Thread 838914597
Are you seriously? I mean the picture#2. We can not get the part#1 and part#2 through any AdWords API ? = 在 2017年9月28日星期四 UTC+8下午3:22:23,adwor...@ylbs.com.cn写道: > > >

Can we reproduce the Auction Insights report via the API?

2017-09-28 Thread adwordstrainingtestmanager
If not is there any timeline as to when it might be available? Regards, Asad -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Location Criteria seems to be useless in TrafficEstimatorService?

2017-09-28 Thread Joshua Kozlowski
Hi, it seems like the location isn't being accounted for when estimating traffic. I've been testing this code, https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201708/Optimization/EstimateKeywordTraffic.php, exactly (apart from changing the location id and

0 results obtained each time

2017-09-28 Thread Saxx Paris
Hello, I use the latest version (30.0.0) of the PHP API Google AdWords, I got my token with basic access, the authentication oauth2 proceeds without problems, but whatever example used (get the list campaigns, get ad groups for a campaign ...) I get the answer "Number of results found: 0". An

Misspelling of new city name.

2017-09-28 Thread Andre Tannus
Hi everyone. I've just updated my list of API Geotargets with the file available here: https://developers.google.com/adwords/api/docs/appendix/geotargeting It contains a new city record: 9047706,Assu,"Assu,State of Rio Grande do Norte,Brazil",20103,BR,City,Active with the city is misspelled.

Re: API (Reporting) - Error: SSL: CERTIFICATE_VERIFY_FAILED

2017-09-28 Thread jreed
Sreelakshmi - Thank you for the quick reply. I will need to wait till tomorrow mornings run to check on this. I'll report back at that time. Thanks On Thursday, September 28, 2017 at 9:07:48 AM UTC-4, jr...@simplepart.com wrote: > > Greetings, > > Starting this week our Google Ads API has

Re: Download criteria report issue

2017-09-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Joseph, The supported download formats for reports are the ones listed here . The DownloadCriteriaReportWithSelector.php sample should download the report file with the name

Re: BatchJob getting cancelled (Internal Error)

2017-09-28 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, I don't see anything obvious at first glance with your request. I'm pulling someone in on my team to get a second set of eyes on this. I'll get back to you when we figure out what's going on. Best, Nadine, AdWords API Team On Thursday, September 28, 2017 at 5:39:05 AM UTC-4,

Re: API (Reporting) - Error: SSL: CERTIFICATE_VERIFY_FAILED

2017-09-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Joe, The latency issue while using the API is resolved and everything should be back to normal now. If your issue was connected to API issue, you should not be seeing those failures from now. Could you retry your request and see if it works fine now? If not, as Mark suggested on this

Conservative Targeting in AdWords API

2017-09-28 Thread 'Tim Tsai' via AdWords API Forum
Hi there, Is it possible to use the API to determine of a campaign has checked "conservative targeting?" I know that we can use the ExplorerAutoOptimizerSetting field to find if a

Re: Adwords APi Report interface is thread safe

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In the AdWords API Java client library , ReportDownloader is not threadsafe as it stores a reference to the session. For thread safety in other programming languages, I recommend that you check with the corresponding

Re: Linking url template with performance report

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Andrey, Please see this guide for more details on how ValueTrack parameters are mapped to various fields in AdWords API reports. Using the report query provided above, you'll be able to get the cost accrued for

Re: Base AdGroup Id with zero values for Audience Performance reports

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Makoto Kimura, Could you provide the complete report definition and the clientCustomerId where you see “Base Ad group ID” as 0 for regular adGroups as well? For regular ad groups, this value should be equal to AdGroupId. Please use *Reply privately to author* when responding. Thanks,

Re: Cant get API to do anything

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The unauthorized_client error usually occurs when you are using incorrect OAuth2 credentials. Could you check if you have provided the correct clientId, clientSecret and refreshToken? Could you try generating a new refresh token by following the instructions provided here

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-28 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hari, Is the server that you want to pass your requests through a proxy server? If so, I'd recommend simply setting the proxy system properties as described in the client library's README file here . Thanks, Josh, AdWords API

Re: After October 2 - Can not use the AdWords API any more

2017-09-28 Thread 'AdWords API Advisor' via AdWords API Forum
Hi Nadav, I'll second pretty much what Zweitze said. I'll ask my colleague to follow up on the bug you filed on the issue tracker with details, but the short summary is that you can take the github snapshot, compile it for .NET4.5 and use that binary for approximately 8 more months -- until

Re: Change account e-mail

2017-09-28 Thread Dorian Kind
Hi, To me your issue is not exactly clear. If you are talking about changing the email address of an existing Google accounts, as far as I know this is only possible if you are using G Suite. A G Suite domain administrator should be able to change the email address of the account. However, if

Re: How to recover all accounts MCC?

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to get the AdWords Manager accounts linked to a client account using AdWords API. If you are looking to get all accounts that are directly accessible authenticated user, you can use CustomerService.getCustomers()

Re: Adwords Api interface is thread safe

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see this guide for more details on thread safety in the Java client library and this guide for thread safety in

Re: Cant get API to do anything

2017-09-28 Thread TheAinz
Hi again, Knack has helped me get the library working on my local machine. I now get error messages. I now have this error, despite seemingly following the OAuth instructions and get the refresh token etc. "# php GetCampaigns.php PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException:

Re: Campaign status

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Please see my answers below: 1. A Campaign may have the status "limited by budget" when its budget is lower than the recommended daily budget . I'm afraid its not possible to get the recommended daily budget using AdWords API

Re: adwords api concurrent request

2017-09-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you using one of our client libraries ? If so, which client library are you using? From your request logs, the SOAP header seems to be empty. Please check this guide

Re: Change account e-mail

2017-09-28 Thread Gabriel Moser
Hi guys! We URGENTLY need to change the current MCC holder of API credentials to another e-mail. We cannot keep changing accounts and leaving the current MCC account's e-mail online because it is from an employee. We are a huge partner of Google in Brazil! Please, Help Us! Em terça-feira, 19

Re: AWQL Reporting slowdown?

2017-09-28 Thread Dorian Kind
Hello, FWIW, we also have experienced somewhat of a performance degradation in the reporting infrastructure. We have one job in particular that collects a number of KPIs and structural data for a few hundred accounts using non-AWQL report definitions, and up until September 7th its run time

Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-28 Thread ZHENHUA LUAN
Thanks Peter for the helps! On Friday, September 22, 2017 at 12:03:15 AM UTC-4, Peter Oliquino wrote: > > Hi James, > > If you are using custom columns for reports via the AdWords UI then I'm > afraid that this is currently not supported in the AdWords API. You may > follow our blog >

API (Reporting) - Error: SSL: CERTIFICATE_VERIFY_FAILED

2017-09-28 Thread jreed
Greetings, Starting this week our Google Ads API has started throwing some errors. On Monday we got this error for 12 out of ~380 accounts: 2017-09-26 06:45:09,275 - google_adwords_importer - ERROR - Error extracting report data x: I searched the issue and found this thread

Download criteria report issue

2017-09-28 Thread silvester correya
Hi support, I tried the php example specified for Downloadcriteriareport,But its generating empty csv files and no .csv extensions in my server. Could you please help to sort this out?. Also is there a way to store the csv file values to a variable rather than saving to a file? Thanks, Joseph

Re: AWQL Reporting slowdown?

2017-09-28 Thread AdWordsApiUser
Let me run some tests and gather more data over the weekend to support my case. I'll update with my findings. On Wednesday, September 27, 2017 at 6:08:11 PM UTC+5:30, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > No changes were made that should affect reporting speed, so I have some

Re: Allowing API access to a user account

2017-09-28 Thread Adam Marples
Hi Peter and thanks for the advice. I have absolutely already implemented all of that! My aim was to simplify the process so that I don't need to ask anybody for their account login information to make a credential object for their account, but transfer authority from their account to a

BatchJob getting cancelled (Internal Error)

2017-09-28 Thread aanchal . khandelwal
All my batch jobs are failing. I have tried with mere 5k operations as well as some 11k operations. Every time the batch job gets cancelled stating BatchJobProcessingError.INTERNAL_ERROR. Batch job is 572804866. Please help. -- ::DISCLAIMER::

Linking url template with performance report

2017-09-28 Thread Andrey Soloduhin
Hello, i plan to use url template like this aza=adwords_{network}_{campaignid}_{adgroupid}_{targetid} (of course i will extract keyword ID from {targetid}) and i need to get costs from adwords for every visit i plan to use KEYWORDS_PERFORMANCE_REPORT with this columns 'Date', 'CampaignId',

Base AdGroup Id with zero values for Audience Performance reports

2017-09-28 Thread makoto . kimura
Hello I’m developing an AdWords api tool which downloads Audience Performance reports, using Java. Some reports downloaded by the tool have “Base Ad group ID” of 0, and the behavior is my question. I *KNOW* the previous Q(here

Adwords APi Report interface is thread safe

2017-09-28 Thread adwordsapi
Hi I would like to confirm whether the Google Adwords API report interface is also thread-safe Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: After October 2 - Can not use the AdWords API any more

2017-09-28 Thread Nadav De Bruin
This is a big scheduler project that hosts many integration APIs implementations for many systems not just to AdWords. No one will take the risk here to upgrade to v4.5.2 On Thursday, September 28, 2017 at 12:05:33 PM UTC+3, Peter Oliquino wrote: > > Hi Nadav, > > Could you tell me more about

Adwords Api interface is thread safe

2017-09-28 Thread adwordsapi
Hi Will the Google Adwords Api interface provided by the thread is safe? I have a problem in the multithreaded concurrent request google API interface when there is an exception. my interface object is only created once(CamapignInterfaceService), and then found in the Google forum above someone

Re: After October 2 - Can not use the AdWords API any more

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nadav, Could you tell me more about the dependencies that you are considering that might be affected when you migrate to the latest version? Our release notes and migration guide

Re: which adwords API (v201702) can be used to get the "recommended daily budget"

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I'm afraid the information viewed in the screenshots you attached are currently not supported in any of the AdWords API versions. Regarding the campaign's status, only the CampaignService.Campaign.Status

Re: How to translate the state of a keyword

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I had to delete your recent post as it contained possible sensitive information that may compromise your account. For future posts, you may refer to our forum posting guidelines to avoid exposing sensitive

Re: Latency has been increased for CampaignFeedServce and AdGroupFeedService?

2017-09-28 Thread Caihua Du
Thanks for the info Peter! Please let us know once the issue is solved and I will check from my side. On Wednesday, September 27, 2017 at 10:44:28 PM UTC-7, Peter Oliquino wrote: > > Hi Caihua, > > There is an ongoing issue that is causing the slow responses in the > AdWords API. Our team is

Re: How to recover all accounts MCC?

2017-09-28 Thread fabrice . boccaccini
Hi I'm not looking to have all accounts linked to an mcc account but to have all mcc accounts linked to an adwords account. I want to

After October 2 - Can not use the AdWords API any more

2017-09-28 Thread Nadav De Bruin
As stated here "*on October 2, 2017. After this date, all v201609 API requests will begin to fail.*" The recommendation is to migrate to newer version. We use: Google.AdWords v18.34 Google.Ads.Common

Re: How to translate the state of a keyword

2017-09-28 Thread adwordsapi

which adwords API (v201702) can be used to get the "recommended daily budget"

2017-09-28 Thread adwordsapi
hi , guy! here is a problem.as you see above, some of campaigns could be limited by budget.( take a look at "picture#1") now, I click the icon side by "Limited by

Re: Fetching system status of share bid strategies in v201708

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Alex, I'm afraid the SystemStatus field of the 201609 version is no longer supported in the 201708 version of the AdWords API. It has been removed since the release

invalid_user

2017-09-28 Thread w2116o2115
this’s our test account error: Exception in thread "main" com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed. at com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:229) at

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-28 Thread hari krishna
Thanks Sreelakshmi, May i know what is the significance of below property. My intention is not appending my server url, I am trying to call a different url when ever google client library call google url. is there any place i can setup this. Instead of https://adwords.google.com

Re: Change History tool and "Changes" column via Adwords API

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Thao, Currently, the CustomerSyncService only returns limited information as compared to the Change History feature in the AdWords UI. You may follow our blog

Re: Exception while calling OfflineConversionFeedService

2017-09-28 Thread Shafeena Kabir
Hi, Later I used Fiddler to check the Adwords API response and found the below error when code was throwing this exception : INVALID_STRING_DATE_TIME . This got to work after I corrected the feed.conversionTime value to proper format (Eg: DateTime.Now.ToString("MMdd HHmmss")

Re: Allowing API access to a user account

2017-09-28 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adam, The email invite system is for users to be able to have access and manage other accounts via the AdWords UI. In the AdWords API, in order to access an account, the user will need to have the OAuth2 credentials of the specific account they wish to access or manage. This means, for