Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-09-15 Thread David Midgley
Hi API team Sorry to keep chasing on this, but will there be a fix for this or is there a workaround I haven't considered? Cheers David On Monday, 8 September 2014 19:15:49 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi David, AdWords API v201406 no longer allows you to undelete

Re: adgroupad status set to DISABLED really means adgroupad is DELETED (REMOVED) ...

2014-09-15 Thread Danial Klimkin
Hello BDCoder, Thank you for your suggestion. We consider two options for removing an object to be an API feature as it allows to delete objects in the same request as other updates. I agree we can improve values consistency -- and we work on this for every release. I'll check if we can do

Re: PHP Client Library : Problem to use API Adsword

2014-09-15 Thread Bzness Ads
Having the same problem I get the code, but where do i put it? Em segunda-feira, 16 de junho de 2014 19h00min56s UTC-3, f.de...@webmarketing-booster.com escreveu: Hello, I'm currently trying to use the Adwords API PHP but I have trouble connecting. I downloaded the Seller

Convert micros to currency in AWQL csv report with Adwords API

2014-09-15 Thread Mario Young
I have this query in AWQL and I get the response in CSV format using the ReportUtils::DownloadReportWithAwql http://googleads.github.io/googleads-php-lib/AdWords/files/AdWords.Util.ReportUtils.html#%5CReportUtils::DownloadReportWithAwql() select Date, Clicks, Cost from

RefreshToken Showing blank page

2014-09-15 Thread Suma Reddy
I have entered client id and secret in auth.ini file.In the next step when I tried to get the refresh token its showing blank page, however I am not receiving any error message.My developer token is pending for approval.Is it the reason? I have created an MCC account and linked an existing

What is the problem with my Developer token ? Why I cannot use it with a test Account ?

2014-09-15 Thread proseon
I am having a MCC Account with CID - 917-645-8379 I am having a test account with CID - 410-967-3879 I am getting error - Inner Exception - {[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']} And Error in Code - {http://schemas.xmlsoap.org/soap/envelope/:Server} My Developer token is

Re: What is the maximum number of keywords I can add using SimpleMutateService in a single shot?

2014-09-15 Thread Rohit Chawla
Hi Kapil, I am also facing the same exception as you faced and after reading your replies it seems that you have got the solution of the problem. Can you please post the solution to over come this problem. In brief, I am calling a third party web service using the SOAP request in my java

Remarketing lists on an MCC level

2014-09-15 Thread Alon Raskin
Hi team, Do you know if a remarketing lists can be generated on an MCC level? Some report of all the remarketing lists of all accounts on the MCC perhaps? I thought this may be done through the API perhaps, Your help is much appreciated, Thanks! Alon -- --

Currency Code returned in API is different from Adwords UI

2014-09-15 Thread Subramaniam S
Hi, In Adwords UI, currency is shown as GBP but in CustomerService API response currency code is returned as EUR. Why there is discrepancy between UI and api response ?? Thanks, Subra -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Remarketing lists on an MCC level

2014-09-15 Thread Danial Klimkin
Hello Alon, No, not at the moment. User lists are limited to a single account only. -Danial, AdWords API Team. On Sunday, September 14, 2014 1:37:46 PM UTC+4, Alon Raskin wrote: Hi team, Do you know if a remarketing lists can be generated on an MCC level? Some report of all the

Re: What is the problem with my Developer token ? Why I cannot use it with a test Account ?

2014-09-15 Thread Danial Klimkin
Hello, You don't have Terms and Conditions accepted for the MCC account. Please see this post: https://groups.google.com/forum/#!topic/adwords-api/rp0HFwu-E0M Also, make sure to reset your developer token. It is sensitive key you should not be sharing publicly. -Danial, AdWords API Team.

Re: Currency Code returned in API is different from Adwords UI

2014-09-15 Thread Danial Klimkin
Hello Subra, This shouldn't be possible. Please double-check you are accessing the same account. If it is the case, please send me the UI screenshot and full API XML response *via email* (reply to author link). -Danial, AdWords API Team. On Monday, September 15, 2014 2:55:33 PM UTC+4,

Re: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null'

2014-09-15 Thread proseon
I am also having a Similar Issue. My AdWords API MCC Account CID - 917-645-8379 My Test Account ID - 585-987-5363 Please help ! My On Friday, April 19, 2013 10:41:40 AM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: Hi, Could you post your AdWords API MCC CustomerId? I could

Re: Callout Extensions

2014-09-15 Thread Tomas Rimkus
There is CALLOUTS feed placeholder. So it should be possible to manage callout extensions using FEED services. https://developers.google.com/adwords/api/docs/appendix/placeholders.html On Thursday, September 11, 2014 9:25:51 PM UTC+2, GDZ wrote: Hello! Are Callout Extensions available for

Re: Basic idea about How to start accessing the Adwords API data

2014-09-15 Thread Anash P. Oommen (AdWords API Team)
Hi Vandita, You can refer to https://github.com/googleads/googleads-dotnet-lib/wiki/Getting-Started for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September 12, 2014 6:04:50 AM UTC-4, Vandita Chhabaria wrote: I have a normal Google Adword Account(Production), I have a

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-09-15 Thread Anash P. Oommen (AdWords API Team)
Hi David, If I remember correctly, the name needs to be unique in only active + paused items, not globally (with the new change). So if the user deletes an adgroup with the same name, you could create one with the same name again. Let me know if you are seeing a different behaviour, and I'll

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-09-15 Thread David Midgley
Hi Anash I've just done a test via the UI (I've already attempted lots via the API) and you cannot name a new adgroup the same name as a deleted adgroup in the same campaign. It would be great if you could get the team to investigate further. Just to confirm, that is not in itself a problem.

Re: PHP Client Library : Problem to use API Adsword

2014-09-15 Thread Ray Tsang (AdWords API Team)
Hi, Please carefully review the AdWords API Authentication guide https://developers.google.com/adwords/api/docs/guides/authentication as well as the PHP client library OAuth guide https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0. Thanks, Ray On Friday, September 12, 2014

Re: Convert micros to currency in AWQL csv report with Adwords API

2014-09-15 Thread Ray Tsang (AdWords API Team)
Mario, You'll have to parse and process the data, and perform the calculation accordingly. Thanks, Ray On Saturday, September 13, 2014 12:33:04 AM UTC-4, Mario Young wrote: I have this query in AWQL and I get the response in CSV format using the ReportUtils::DownloadReportWithAwql

Re: RefreshToken Showing blank page

2014-09-15 Thread Ray Tsang (AdWords API Team)
Suma, The developer token doesn't affect the OAuth 2.0 authentication. However, have you had a chance to review the authentication guide in detail https://developers.google.com/adwords/api/docs/guides/authentication as well as the PHP client library OAuth 2.0 guide

Re: What is the maximum number of keywords I can add using SimpleMutateService in a single shot?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Rohit, This is an AdWords API support forum. Are you referring to questions on a non-AdWords API system? Thanks, Ray On Sunday, September 14, 2014 9:57:21 PM UTC-4, Rohit Chawla wrote: Hi Kapil, I am also facing the same exception as you faced and after reading your replies it seems

Re: Is the 'Low Search Volume' label available via the API?

2014-09-15 Thread GregT
Hi, Ray. Did you have any luck with details on what this RARELY_SERVED status actually means in terms of what we see in the UI? Thanks, Greg On Friday, September 5, 2014 4:14:05 PM UTC-5, Ray Tsang (AdWords API Team) wrote: Greg, As far as I can tell at the moment, the low search volume

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-15 Thread GregT
Hi, Anash. It's been a week since your post, and we are still getting the same error as we originally did. Has it just not gone live yet, or is it possible that the intended fix did not actually fix it? Thanks, Greg On Monday, September 8, 2014 8:31:00 AM UTC-5, Anash P. Oommen (AdWords API

Re: Is the 'Low Search Volume' label available via the API?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Greg, As I mentioned, the RARELY_SERVED status is not reflected in the UI - it is not indicative of the low search volume label. I do not have further information on the systemServiceStatus.RARELY_SERVED status yet. Thanks, Ray On Monday, September 15, 2014 1:03:28 PM UTC-4, GregT wrote:

Re: Is the 'Low Search Volume' label available via the API?

2014-09-15 Thread GregT
Thanks for the quick response, Ray. Yeah, I understand that it does not exactly indicate the low search volume label -- it's just not at all clear what it *does* indicate, and if what it represents is a combination of one or more things found in the UI. Thanks, Greg On Monday, September 15,

Is Budget ID globally unique?

2014-09-15 Thread BDCoder
Not mentioned in the docs at: https://developers.google.com/adwords/api/docs/guides/working-with-objects -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Is Budget ID globally unique?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Hi, To ensure we are on the same page - could I trouble you to link me to the exact ID field that you are referring to? Thanks, Ray On Monday, September 15, 2014 2:37:31 PM UTC-4, BDCoder wrote: Not mentioned in the docs at:

Problem refreshing access token for a web application

2014-09-15 Thread Nelu Cambrea
Hi all, I have a problem trying to refresh the access token (OAuth2.0). I'm using the googleads-php-lib and everything is fine with the authorization process, request for tokens and I get access to the AdWords API. The problem appears when I try to refresh the access token after about an

Why can't I post ?

2014-09-15 Thread Saeed
Why can't I post ? test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-15 Thread Saeed
Hi, I tried almost all of the proposed solutions out there in the web. But I'm always getting the same error messages. Either QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED if I specify the customerClientId. Here are my settings: I created a new MCC account

problem refreshing access token

2014-09-15 Thread Nelu Cambrea
Hi, I'm working on a simple AdWords implementation using googleads-php-lib. Everything is fine except the moment the access_token is expiring (after about an hour). I'm trying to refresh the acces_token using RefreshAccessToken( $) from Google/Api/Ads/Common/Utils/SimpleOAuth2Handler.php

AuthorizationError.USER_PERMISSION_DENIED or QuotaCheckError.INCOMPLETE_SIGNUP

2014-09-15 Thread Saeed
Hi, I tried almost all of the proposed solutions out there in the web,for about two weeks and I'm always getting the same error msgs. I get either QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED when I specified the api.adwords.clientCustomerId. Here are my

QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-15 Thread Saeed
Hi, I tried almost all of the proposed solutions out there in the web. But I'm always getting the same error messages. Either QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED if I specify the customerClientId. Here are my settings: I created a new MCC account

Re: Callout Extensions

2014-09-15 Thread GDZ
Awesome, thank you Tomas! GDZ On Monday, September 15, 2014 8:26:37 AM UTC-4, Tomas Rimkus wrote: There is CALLOUTS feed placeholder. So it should be possible to manage callout extensions using FEED services. https://developers.google.com/adwords/api/docs/appendix/placeholders.html On

Re: Why can't I post ?

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, New posts are usually reviewed before they show up here. Cheers, Ray On Monday, September 15, 2014 9:53:08 AM UTC-4, Saeed wrote: Why can't I post ? test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, Could I trouble you to carefully follow every step in the INCOMPLETE_SIGNUP guide https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError ? Also, INCOMPLETE_SIGNUP and USER_PERMISSION_DENIED are two very different errors. The former may mean that you may have

Re: QuotaCheckError.INCOMPLETE_SIGNUP or AuthorizationError.USER_PERMISSION_DENIED

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, Let's continue the discussion in the other thread. Thanks, Ray On Monday, September 15, 2014 9:17:22 AM UTC-4, Saeed wrote: Hi, I tried almost all of the proposed solutions out there in the web. But I'm always getting the same error messages. Either

Re: AuthorizationError.USER_PERMISSION_DENIED or QuotaCheckError.INCOMPLETE_SIGNUP

2014-09-15 Thread Ray Tsang (AdWords API Team)
Saeed, Let's continue the conversation on the other thread. Thanks, Ray On Monday, September 15, 2014 8:48:25 AM UTC-4, Saeed wrote: Hi, I tried almost all of the proposed solutions out there in the web,for about two weeks and I'm always getting the same error msgs. I get either

Re: problem refreshing access token

2014-09-15 Thread Ray Tsang (AdWords API Team)
Nelu, Let's continue this discussion in another thread. Thanks, Ray On Monday, September 15, 2014 8:34:19 AM UTC-4, Nelu Cambrea wrote: Hi, I'm working on a simple AdWords implementation using googleads-php-lib. Everything is fine except the moment the access_token is expiring (after

Re: Problem refreshing access token for a web application

2014-09-15 Thread Ray Tsang (AdWords API Team)
Nelu, Typically invalid_grant means one of the information was not filled out correctly (e.g., putting developer token in as the client secret, etc), or that the refresh token is invalid, or that the original authorization URL may have missed critical parameters, such as using offline access.

Re: Is Budget ID globally unique?

2014-09-15 Thread BDCoder
Here you go ... https://developers.google.com/adwords/api/docs/reference/v201406/BudgetService.Budget#budgetId Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-09-15 Thread GregT
David, it sounds like you do something extremely similar to us. For a workaround, what we've had to do ever since we upgraded to v201406 is leave a small portion of our code at v201402 to just handle this scenario. I.e. all our code is using v201406, except when we run into a case where we