Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Evgeniy Bogdanov
You could save WSDL on local disk and alter library to use it instead of remote URL. 2014/1/8 Mehul HvInfotech me...@hvinfotech.com Hi Paul , Again From This Morning we are facing this problem .. Till the the Day it was working fine .. we have also checked about Open SSL enabled And it is

Re: Alert Service required MCC account.

2014-01-08 Thread Chirag
Hello, Any update? I am waiting for this. As on thread you said this was possible but using API it is not possible. On Tuesday, December 3, 2013 10:52:24 PM UTC+5:30, Chirag wrote: Hello Paul, Yes, As you can see in my earlier post, i am using the same code as your one. But as you are

Ad performance report stats without sitelinks.

2014-01-08 Thread Shay BarChen
Hi Guys, I have a question about sitelinks- I would like to see the clicks/costs/etc for just the Ad X when sitelinks wasn't shown with the ad- is it possible ? thanks, Shay. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Google Adwords API developer needed

2014-01-08 Thread Evgeniy Bogdanov
Hi. Did you tried freelance sites like: odesk.com elance.com freelancer.com rent-a-coder.com ? 2014/1/5 dmay...@australianinternetadvertising.com.au Hi does anyone know where my agency can find a developer experienced in working with the Google Adwords API? We are developing a reporting and

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Do you means by setting.ini ? we have tried with all tree option for this ... On Wednesday, 8 January 2014 14:37:02 UTC+5:30, Evgeniy Bogdanov wrote: You could save WSDL on local disk and alter library to use it instead of remote URL. 2014/1/8 Mehul HvInfotech me...@hvinfotech.com

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
If you're still requesting the WSDL you listed before, you'll be hitting this problem because the v201302 has sunsethttps://developers.google.com/adwords/api/docs/sunset-dates - you would need to update to a current version of the AdWords API. If you've updated to a working API version then as

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello Paul, We are using version *v201309 with ClientLogin. Also tested with OAuth2.*We are getting this error, SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
Are you seeing this error on other services? This error should be unrelated to your authorization mechanism (OAuth2). Can you try downloading the wsdl from the server using wget or something. Then checking it's formed correctly. Finally modify your application so that it reads the WSDL from

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hi Paul, We will try getting WSDL file via WGET but I need to know more about HOW to modify our application so that it reads from local directory? Can you help in that? On Wednesday, 8 January 2014 20:41:41 UTC+5:30, Paul Matthews (AdWords API Team) wrote: Are you seeing this error on

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello, I also tried WGET with --no-check-certificate but it fails too, [~]# wget --no-check-certificate https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl --2014-01-08 15:27:02-- https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl Resolving

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
Hi Mehul, I've recreated the same wget request from an example host and I don't get that error message. In the past we've seen this has being an SSL setting that's flagging the error. Can you try a wget from another machine and if successful check the differences in openssl settings. Regards,

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello Paul, I have tried different server for WGET but getting exactly same errors like earlier one. # wget https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl --2014-01-08 16:09:33-- https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl Resolving

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Evgeniy Bogdanov
I got 403 from Google only at some public proxy services (I assume that Google banned them for scrapping). Try to create SOCKS server via SSH port forwarding and open Google services at your local browser. If any Google page shows 403 - this is not related with Adwords API. For your question what

Cannot read credentials from ads.properties on GAE devserver

2014-01-08 Thread Anders H
Hi, I have an application running on App Engine that works as expected on appspot, but when running on the devserver the credentials are not fetched from the ads.properties file. Is this a known problem with AdWords on App Engine? This is the info I get on the devserver: [INFO] Client ID

Is it possible to get conversions stats via Adwords API ?

2014-01-08 Thread Mohammed Nasri
Hello, As noted in the title, is it possible to obtain conversions stats via Adwords API ? Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: Error Linking MCC Test Account

2014-01-08 Thread Paul Matthews (AdWords API Team)
Hi Rakesh, Please see the answers inline: On Friday, 20 December 2013 13:40:48 UTC, Rakesh R wrote: 1. For linking the test account to the test MCC account i should choose the option 'Link existing account' in my client center page right? The best way to create test accounts is to log into

Re: Error Linking MCC Test Account

2014-01-08 Thread Paul Matthews (AdWords API Team)
Here's the test account pagehttps://developers.google.com/adwords/api/docs/test-accountslink. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Getting MCC stats

2014-01-08 Thread Mike C
Hi Adwords API Team, I followed your adwords-on-rails demo to create a dashboard within a Rails app that shows a users account/campaign stats (clicks, impressions, conversions, etc.) and it works great. However, I'm unable to show the stats from all accounts using my MCC id. For example,

API Sunset dates and RMF requirements implementation dates differencies

2014-01-08 Thread Roman Smirnov
Hello, In sunset dates list I see that new API should be implemented https://developers.google.com/adwords/api/docs/sunset-dates to the *March 31 2014*. But Required Minimum Functionality ( https://developers.google.com/adwords/api/docs/requirements) should be implemented “within four

SOAP-ERROR: Parsing WSDL Error - OpenSSL is Enabled

2014-01-08 Thread Gopal Rathod
Hello, We are using ClientLogin method for Client Library adx_api_php_4.7.0 v201309 ; It was working fine since yesterday but now we are receiving error as below, An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from

NOT_ADS_USER error with OfflineConversionFeedService

2014-01-08 Thread Michel Tricot
Hi, We recently worked on integrating the OfflineConversionFeedService API in our system. We have the authentication mechanism working and we have been able to upload a conversion sample to a real account that we used for test. Two weeks ago we tried to upload real conversions on behalf of

403 Forbidden error message when accessing Adwords API

2014-01-08 Thread mick . astley
Hello, I’m wondering if you can help. We have access to the Google Adwords Developer API access token approved, and downloaded a sample .NET console application code from Adwords API web page in Feb 2013 – which worked fine then. When we tried to test it again now, we discovered '403

Re: QuotaCheckError.ACCOUNT_INACTIVE at MCC Test Account and production developer Token

2014-01-08 Thread Alex Medearis
I finally got my test account working. The setup should be as follows: api.adwords.refreshToken This should be from the test account, after doing the two-step oAuth handshake. api.adwords.clientId This should be from the test account. Create an api project at https://cloud.google.com/console,

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Hardik Vyas
Hello Evgeniy, Can you guide about using WSDL Library from Local instead Remote URL? What are the changes required? Thanks, On Wednesday, January 8, 2014 2:37:02 PM UTC+5:30, Evgeniy Bogdanov wrote: You could save WSDL on local disk and alter library to use it instead of remote URL.

Re: Google Adwords API developer needed

2014-01-08 Thread Miroslav Varga
My friend is a experienced AdWords API developer. there is an API community where you can hire experts On Sunday, January 5, 2014 11:50:11 AM UTC+1, dma...@australianinternetadvertising.com.au wrote: Hi does anyone know where my agency can find a developer experienced in working with the

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-01-08 Thread Paul Matthews (AdWords API Team)
Hi Dorian, Just to keep you informed, we're still looking into this issue. I'll get back to you as soon as we have more information to share. Regards, - Paul, AdWords API Team. On Wednesday, 27 November 2013 12:31:10 UTC, Dorian Kind wrote: Hi Paul, of course! Sorry for not catching that

Reporting Stats for an MCC

2014-01-08 Thread Mike C
Hi Adwords Team, I've followed the adwords_on_rails demo to create a rails app with a dashboard view that shows an account's stats (clicks, impressions, conversions, etc.), just like an adwords dashboard. When a user logs in they authenticate through OAuth and land on a selection screen where

Re: Missing campaign of type Shopping - Product Listing Ads

2014-01-08 Thread rob
Are shopping PLA's metrics being omitted from higher level performance reports, such as ACCOUNT_PERFORMANCE_REPORT? I've had multiple instances where I'm seeing shopping data omitted from higher level totals. Thanks On Wednesday, December 18, 2013 4:12:12 AM UTC-6, Danial Klimkin wrote:

problème de ajouter character Eure (€)

2014-01-08 Thread KAMOUN Ilyess
Hello Team How do I add a character € of price with adwords api Php ? Help please. I'm working on AddTextAds.php V201309 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

EntityCountLimitExceeded for shared budgets

2014-01-08 Thread Jason W
The system limit for shared budgets is listed as 11,000 at https://developers.google.com/adwords/api/docs/appendix/limits, but we're now receiving EntityCountLimitExceeded errors when trying to create a budget for an account that only has 682 shared budgets. Has the system limit decreased?

How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-08 Thread Bikram Bhuyan
Hi, Currently we are working on the AdWords integration in our projects in which we are using the API calls in Java to fetch the list of Campaigns, AdGroups Ads and store it in the database. I am able to fetch the full details in each call successfully. In order to reduce the api calls I