Re: what the problem ???? [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] . Thanks!

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Hi KAMOUN, Do you have the raw XML or (requestId) for the failed operation? It helps narrow down the issue rather than the php code. Best, - Takeshi, AdWords API Team On Saturday, November 30, 2013 1:54:59 AM UTC+9, KAMOUN Ilyess wrote: my script Php ?php // Reference to the service

Re: what the problem ???? [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] . Thanks!

2013-12-02 Thread KAMOUN Ilyess
SoapFault Object ( [message:protected] = [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] [string:Exception:private] = [code:protected] = 0 [file:protected] = /var/www/vhosts/httpdocs/adwords_api_php_4.6.1/autreesai.php [line:protected] = 122

Re: Placement Performance Report with mobileapp performance

2013-12-02 Thread Brandon
Hi Takeshi, Thanks for your replying. The results could be downloaded here: Automatic placement preformance https://drive.google.com/file/d/0Bw03qlsABJ1YZ1huOVR3UkhaaGc/edit?usp=sharing Placement performance https://drive.google.com/file/d/0Bw03qlsABJ1YbWJsbkJJU2tIMWc/edit?usp=sharing And the

Getting ad groups audience bids adjustments and targeting settings via API

2013-12-02 Thread Anil
Hi, Using which API service we can get ad groups audience bids adjustments and targeting settings via API? Audience Performance Report seems does not contain Targeting Setting type. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-12-02 Thread PPC London
Thanks Takeshi Please update us once it is solved Thanks On Monday, December 2, 2013 7:12:35 AM UTC, Takeshi Hagikura (AdWords API Team) wrote: Hi, Thanks, I'm able to reproduce it as well. I think it's an unexpected behavior. I'm escalating it to the relevant engineer. Best, -

Re: APP extension placeholder type

2013-12-02 Thread Zweitze
Hi, I reported a similar issue to support. My issue was slightly different, with FeedMappingService.get() you cannot retrieve information for app extensions. You get information about site link extensions and call extensions, but app extensions are always left out. The issue was investigated,

Re: keyword id 3000004

2013-12-02 Thread Josh Radcliff (AdWords API Team)
Hi Greg, Thanks for the additional info. Is it possible that you ran the reports for *2010* instead of *2013*? The deprecated 304 value does appear on reports for that old time frame, but not after. Cheers, Josh, AdWords API Team On Tuesday, November 26, 2013 4:46:31 PM UTC-5, GregT

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2013-12-02 Thread Josh Radcliff (AdWords API Team)
Hi, You can achieve this by setting the dateRange attribute of your selector to a DateRange with the desired min and max dates. Cheers, Josh, AdWords API Team On Friday, November 29, 2013 8:37:07 AM UTC-5, jaison@gmail.com wrote: I am using adwords PHP client library for my application.

Re: AccountDisabled Error

2013-12-02 Thread Josh Radcliff (AdWords API Team)
Hi Maxim, This error comes from ClientLogin and can occur when AuthTokens are requested too quickly or at the same time from different locations. To unlock the accounts you will need to log into them manually and enter the Captcha string. Please note that the ClientLogin protocol is now

Re: Your client does not have permission to get URL

2013-12-02 Thread Josh Radcliff (AdWords API Team)
Hi Daniel, Regarding the abnormal requests question, if we see that your API client is making a large number of erroneous calls or causing other issues we will reach out to you via the email address provided during the signup process. Cheers, Josh, AdWords API Team On Friday, November 22,

Campaigns number limit question

2013-12-02 Thread GDZ
Little bit confused here. Limit of total 10,000 campaigns - does it apply to all my client accounts? I.e. if I say have 3 client accounts in my MCC account, does that mean I can have 10,000 campaigns for each, or 10,000 total spreaded between these three? Thank you! -- --

Re: Cannot get Test Account to work -

2013-12-02 Thread Josh Radcliff (AdWords API Team)
Hi, As you mentioned, we no longer support the setup you described, although you raised a valid point on why this could be useful. Since your test MCCs pre-date the current test MCC framework you've been grandfathered in, so to speak. Cheers, Josh, AdWords API Team On Tuesday, November 26,

Re: keyword id 3000004

2013-12-02 Thread GregT
Hi, Josh. My apologies -- I posted about two different keyword performance report issues on the same day here, and got some of the specifics of this one confused with the other. I looked through our logs to verify... the purpose of this particular report was to just get structure -- i.e. get

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-02 Thread mailman
Thank you for looking into this, Takeshi. I've replied to you privately about the account number. Thanks much, Bin On Sunday, December 1, 2013 9:37:07 PM UTC-8, Takeshi Hagikura (AdWords API Team) wrote: Hi Bin, Can you please share the account number and the exact same request XML (if

Re: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] with api 201309

2013-12-02 Thread Munish Kumar
HI, I am very sorry for being so late. I am trying to create a campaign. I have used my test account credentials to get refresh token. I have used client id, secret and clientCustomerId of my test account but developer token belongs to my main account. Is there any thing wrong on my side? I

Re: HTML Error 400

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Luis, This page https://code.google.com/p/google-api-adwords-php/ is a good start for the PHP library. Best, - Takeshi, AdWords API Team On Monday, December 2, 2013 4:29:19 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: Hi Luis, The 400 error code usually means a client error.

Re: Placement Performance Report with mobileapp performance

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Thanks Brandon, I looked into it further. The mobile app placements are not represented as a Placement, but a MobileApp criterion. The parameters of such placements begin with mobileapp::. The Url Performance Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#urlcan provide

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Checked with the relevant engineer. It's expected. When you query STATS, the backend doesn't have the stat for the exact same keyword (holiday kephalona greece in this case) so nothing is returned. (if you query the keyword that has the stats, you should get the results) If you query

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2013-12-02 Thread jaison . directi
Thanks Josh. Setting the dateRange solved the issue. On Monday, December 2, 2013 12:00:10 PM UTC-8, Josh Radcliff (AdWords API Team) wrote: Hi, You can achieve this by setting the dateRange attribute of your selector to a DateRange with the desired min and max dates. Cheers, Josh,

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-12-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Bin, Thanks for the details. We're looking into that. I'll update the thread for updates. Best, - Takeshi, AdWords API Team On Tuesday, December 3, 2013 10:09:38 AM UTC+9, mailman wrote: Thank you for looking into this, Takeshi. I've replied to you privately about the account number.