Ongoing issues with LabelService.get

2017-11-14 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hi everyone, We are aware of ongoing issues with labels recently created through the AdWords API or AdWords Scripts, including: New labels may not be visible in the AdWords UI or retrievable through the AdWords API or AdWords Scripts. Users cannot create new labels with names matching the

Re: API not responding

2017-11-14 Thread Anton Georgiev
More data from /tmp/wsdl... cache log:

Re: How to clear a targetRoasOverride value?

2017-11-14 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Al, Our resident expert over here says that you should be able to set it to 0 to turn off the override. Could you please give that a try? In the meantime, we need to update our documentation. Take care, Nadine, AdWords API Team On Friday, November 10, 2017 at 4:47:19 PM UTC-5, Nadine

Re: ADWords API v201710 TargetingIdeaService - IncludeAdultContentSearchParameter usage

2017-11-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, We are aware of an ongoing issue where the Keyword planner returns stats for some keywords and the API returns none. We are investigating this discrepancy and will update you once we have more details. Thanks, Sreelakshmi, AdWords API Team -- --

API not responding

2017-11-14 Thread Anton Georgiev
Hello, I'm experiencing failures using AdWords API. - I'm uploading offline conversions using https://adwords.google.com/api/adwords/cm/v201708/OfflineConversionFeedService?wsdl - I have Standard access - I'm using Google Ads API Client Library for PHP via composer

doubts about RateLimits

2017-11-14 Thread angel . ortiz
I have a basic MMC account and i am building an api rest to manage the ads, ad groups and campaigns, what limits I would have for my operations and requests, and what risks there are of exceeding those limits, Do you recommend that I activate this compelement https: /

Re: Set startTime in campaign creation.

2017-11-14 Thread 'Jude Amagoh' via AdWords API Forum
Hi, This feature is not support by AdWords API that the moment. AdWords gives you the option of setting a start and end date on a campaign upon creation. Unfortunately, it doesn't give you the option

Re: API not responding

2017-11-14 Thread Anton Georgiev
More data from /tmp/wsdl... cache log:

Re: Price extension automation via API - debugging

2017-11-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Alexander, The example code in the guide can normally be applied to all extension types and would just require replacing the necessary objects. Code-wise, the update procedure should look similar for all extensions. Feel free to write back to us if you have any further concerns. Best

Re: My Developer Token disappeared

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Don't be stressed as we are always here to help you. :) In regards to the developer token, could you confirm if you cannot find it in the new AdWords UI? If you are referring to the new UI, then we are aware of the issue in the new UI on which the AdWords API Center page is not available.

BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread orzorc
Hi, Sorry , I can not find previous post so I have to repost it. I'm using php client library to copy keywords between ad groups. I read all keywords in one group and clean id in each keyword before adding to criterion operations. It works fine except for some labeled keywords. So I added some

Re: doubts about RateLimits

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Angel, In regards to rate limits, it can be subdivided into two types based on this guide . The rate limit can either be in a developer token rate scope

Re: Ad group label filter for ad performance report

2017-11-14 Thread harish.padmakar via AdWords API Forum
Hello Bharani, Thanks for taking time in writing back to me. If I consider AdGroup Performance Report then I will not get the statistics aggregated at the ad level. I'm new to AdWords API, so it will be very helpful if we can get on a quick call. My Mobile - +91 8939546514. Thanks for your

My Developer Token disappeared

2017-11-14 Thread Minas
Hello All, I have a weird problem. So I have developed an Adwords application and all is working. I wanted to check my Developer Token on Adwords and I cannot seem to find it :( Not sure if this is a UI issue or not but there is no sign of it! My app is functioning without an issue though. So

UserListError.CONCRETE_TYPE_REQUIRED while adding LogicalUserList using PHP google api client

2017-11-14 Thread matuznaya . inessa
Hi all, I try to add new LogicalUserList using PHP google API client (API version is 201702): /** * @param $combinedListName * @param $lists array of BasicUserList * @return mixed */ protected function createCombinedList($combinedListName, $lists) {

dotNET api returns no values for some queries.

2017-11-14 Thread Brett Parshall
I set up a project using the .NET Adwords API. I'm querying a large number (100s of thousands) of potential search terms for their SEARCH_VOLUME to decide which to target. The api works as expected except for occasionally the API returns fewer results than the number of queries I sent it. After

Re: API: TOO_MANY_ACCOUNTS_IN_MANAGER error

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vladimir, Since the new MCC is already unlinked from the original MCC, then the users of your original MCC won't have access anymore to your new MCC. However, in order to use the same OAuth2 credentials from your original MCC to the new MCC, then you need to add the user

AdWords Api returns different number of results than requested in query

2017-11-14 Thread Confused AdWords Guy
I'm working on a C# application using the Adwords .NET library to determine search rates for potential campaigns. All seems to work well, except that some search queries don't return a SEARCH_VOLUME result. using System; using Google.Api.Ads.AdWords.Lib; using Google.Api.Ads.AdWords.v201710;

Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-14 Thread marketingdev
Hi, I recently created an AdWords test account and am using the TargetingIdeaService and CategoryProductsAndServicesSearchParameter to retrieve keyword information. I'm using the STATS setting as I want to get results for exact keyword matches (not ideas). This works correctly when set to

UserListError.CONCRETE_TYPE_REQUIRED while adding LogicalUserList using PHP google-api-client

2017-11-14 Thread matuznaya . inessa
Hi all, I try to add LogicalUserList using PHP google-api-client (API v201702) /** * @param $combinedListName * @param $lists array of BasicUserList * @return mixed */ protected function createCombinedList($combinedListName, $lists) { $createOperand =

Re: Cannot find AdWords API Center

2017-11-14 Thread winnow . manager
Hey Ben, I am also facing the same issue. Execute following steps after login to your manager account *Click on tools icon >> Select Return to previous AdWords >> click the gear icon >> select Account settings >> AdWords API Center Then fill the form* On Friday, October 13, 2017 at 9:23:46 AM

Error when using TargetingIdeaService to get STATS

2017-11-14 Thread marketingdev
Hi, I've recently setup a test account and am trying to retrieve keyword stats using the targetingIdeaService. The script runs correctly when the RequestType is set to IDEAS. However, when RequestType is changed to STATS, I receive the error: Fatal error: Uncaught exception

Campaign Performance Report - Cost

2017-11-14 Thread miah . stewart
Hey there, The 'Cost' field is in what format? Say if I saw in the Adwords UI that for a campaign I had an associated cost of NZ$12.00 what would the API throw back? 12? 12.00? 1200 (cents)? I'm seeing a campaign that has SGD69.06 cost associated with it in the UI, and when I pull from the

Re: Duplicate Labels

2017-11-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi everyone, You may refer to this forum post for more information regarding the issue you encountered using the LabelService. The issue is still under investigation and we'll provide updates once available. Thanks and regards,

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Based in your SOAP logs, the error was generated because you included the LabelOperation which is not supported for batch processing. Please see this guide for the list of supported operations in the

Re: API not responding

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Anton, Could you provide your SOAP request and response logs with your actual clientCustomerId via *Reply privately to author* so we can further investigate? Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread orzorc
Hi, I am using php client library for copy keywords between ad groups. I read all keywords and make a batch job request. Most operations are accepted except that some keywords are labeled and I need make new labels first. So I add label operations before criterion operations but which leads to a

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-11-14 Thread Ashish Pathak
Hi Vincent, Thank you for the help issue is resolved now it was error on our end. On Tuesday, November 14, 2017 at 4:31:46 PM UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi Ashish, > > The USER_PERMISSION_DENIED >

Re: Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath = ''

2017-11-14 Thread Ashish Pathak
Hi Peter, I am getting same error I can access account in web interface and getting error Type: *AuthorizationError.USER_PERMISSION_DENIED* when tried to access account using API and same code works for other accounts. Is there any major update in AdWords API after 8th November 2017 I am

Re: Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath = ''

2017-11-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ashish, Being that this is an old thread, could you create a new one for the AuthorizationError.USER_PERMISSION_DENIED issue that you encountered? We can continue our discussion from there. As for the Labels related issue, I have already replied privately earlier to your email address.

AuthorizationError.USER_PERMISSION_DENIED

2017-11-14 Thread Ashish Pathak
Hello, When I tried to access one of the account in our MCC with customer Id 'xxx-xxx-' using Adwords API I am getting error Type: *AuthorizationError.USER_PERMISSION_DENIED* Same script works on other account with customer Id 'yyy-yyy-' both accounts are under same MCC and I can

Re: Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath = ''

2017-11-14 Thread Ashish Pathak
Hi Peter, new thread created for AuthorizationError.USER_PERMISSION_DENIED issue. Thanks, Ashish On Tuesday, November 14, 2017 at 1:58:56 PM UTC+5:30, Peter Oliquino wrote: > > Hi

Can we have ad group label as a filter for ad performance report

2017-11-14 Thread harish.padmakar via AdWords API Forum
Can we have ad group label as a filter for ad performance report? -- This email may contain confidential and privileged information for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please reply

Ad group label filter for ad performance report

2017-11-14 Thread harish.padmakar via AdWords API Forum
Is it possible to apply adgroup label filter while downloading ad performance report? (This is not possible using the UI) -- This email may contain confidential and privileged information for the sole use of the intended recipient. Any review or distribution by others is strictly

Adwords access token expiration time in microseconds

2017-11-14 Thread Hyunsoo Choi
Hello, I had an issue today with the expiry timestamp returning in microseconds (instead of milliseconds) when retrieving a GoogleCredential to fetch data from the adwords api. This caused my application to throw AuthenticationError.OAUTH_TOKEN_INVALID errors when connecting to adwords. This

Download ad performance report by applying ad group level label filter?

2017-11-14 Thread harish.padmakar via AdWords API Forum
Download ad performance report by applying ad group level label filter -- This email may contain confidential and privileged information for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please

Is it possible to apply adgroup label filter while downloading ad performance report? (This is not possible using the UI)

2017-11-14 Thread harish.padmakar via AdWords API Forum
Is it possible to apply adgroup label filter while downloading ad performance report? (This is not possible using the UI). My Phone number - 8939546514 -- This email may contain confidential and privileged information for the sole use of the intended recipient. Any review or distribution by

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-11-14 Thread Oksana Sulyma
Hi Nadine! How is it going with the solution of this issue? Any updates? Looking forward to hear good news from you! Thanks, Oksana On Tuesday, September 12, 2017 at 5:52:28 PM UTC+3, Oksana Sulyma wrote: > > Hi guys, > I'm requesting >

Re: AuthorizationError.USER_PERMISSION_DENIED

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ashish, The USER_PERMISSION_DENIED error occurs when you are using OAuth2 credentials that has no access to the client account that you are targeting as your clientCustomerId. With

Re: API: TOO_MANY_ACCOUNTS_IN_MANAGER error

2017-11-14 Thread Vladimir Tatarsky
Hi Vincent Due to new Adwords account number limits, we had to move out (unlink) one of our sub-manager account. Can I use old MCC's credentials to perdorm API operations on "new" MCC (which was a sub-manager earlier) somehow? Or I have to create credentials for this new MCC separately? --

Re: Ad group label filter for ad performance report

2017-11-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, The AdGroup Label manages the labels associated with an AdGroup. The Ad Performance Report includes all the statistics aggregated at the ad level, one per ad. The list of Labels

ADWords API v201710 TargetingIdeaService - IncludeAdultContentSearchParameter usage

2017-11-14 Thread mcc
hello there is a question about using the IncludeAdultContentSearchParameter parameter location: United States language: English key: "cbd for dogs" it seems that this key is "Adult Content" in the "Keyword Planner" with the "Show adult ideas" option turned on, the Search Volume data is

Re: AdWords Express Data Discrepancies

2017-11-14 Thread Joseph Collins
Josh, Any update to this issue? I read the blog post about the AWX campaign migration, but there is no mention of when this migration begins (perhaps this issue is a symptom of an ongoing migration?) or when it is expected to be completed. Do we need a specific version of the AdWords API to

Re: Adwords access token expiration time in microseconds

2017-11-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Hyunsoo, The OAUTH_TOKEN_INVALID error that you're experiencing is usually occurred if the access token specified in the request header is invalid. Can you check if the OAuth2

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-11-14 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Oksana, I'm disappointed to tell you that we have not resolved it, yet. I do have an active conversation going on internally on this, but we haven't found the source of the issue. Thanks for checking in on this! Regards, Nadine, AdWords API Team On Tuesday, November 14, 2017 at 6:41:11

Re: Duplicate Labels

2017-11-14 Thread Dorian Kind
Hi there, we've also been experiencing this issue lately, the first time on November 7th. Interestingly it only affects certain label names. As an example for today, in one account we were able to create the label "M: 07.11.2017", but not "M: 06.11.2017". Both of these labels did never exist

Set startTime in campaign creation.

2017-11-14 Thread Che Siri
hi, i need set the startTime and endTime in the creation of campaign just like the startDate and endDate. any suggestion? thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/