Re: invalid grant with php

2013-09-12 Thread Paul Matthews (AdWords API Team)
that I should open it in the browser. On that URL I got a token, so that script works perfectly. Any other idea? Regards, Jur Op donderdag 15 augustus 2013 17:33:24 UTC+2 schreef Paul Matthews (AdWords API Team): Can you confirm that you've both followed the instructions

Re: Deleting an ACE bid multiplier

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Devesh, AdGroupCriterions are in general immutable. Which means, if you want to change something you'd need to clone the AdGroupCriterion, then delete the original and save a new version. Therefore you'll need to use the

Re: adToCopyImageFrom and MobileImageAd

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Dom, At present this feature isn't implemented. I'll put this forward as a feature request. As always, please monitor the bloghttp://googleadsdeveloper.blogspot.com/for updates on new features being released. Regards, - Paul, AdWords API Team. -- --

Re: Display Network cost and the criteria performance report

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Heather, I'm looking into this at the moment. I'll get back to you as soon as I have more information. Regards, - Paul, AdWords API Team. On Friday, 30 August 2013 22:01:11 UTC+1, HeatherH wrote: In the thread below, I see that automatic placements are not included in the criteria

Re: Display Network cost and the criteria performance report

2013-09-02 Thread Paul Matthews (AdWords API Team)
receive multiple rows per result. Cheers, - Paul, AdWords API Team. On Monday, 2 September 2013 16:59:05 UTC+1, Paul Matthews (AdWords API Team) wrote: Hi Heather, I'm looking into this at the moment. I'll get back to you as soon as I have more information. Regards, - Paul, AdWords API Team

Re: Dynamic price in ads

2013-08-22 Thread Paul Matthews (AdWords API Team)
Hi Valeril, Danial is out of the office at the moment, so I'm going to look into this case for you. It does indeed sound strange. Have you tried sending just one request, to see if you get the same response? I see you're sending many hundreds. I'm looking further into this, as soon as I have

Re: Get Display networks in KEYWORDS_PERFORMANCE_REPORT

2013-08-16 Thread Paul Matthews (AdWords API Team)
Hi Silvester, As Oliver mentioned, the DISPLAY_KEYWORD_PERFORMANCE_REPORT is for retrieving display network statistics aggregated at the keyword level. For more information, please see the report types documentationhttps://developers.google.com/adwords/api/docs/appendix/reports . Regards, -

Re: Location Extension Company Name - is it required?

2013-08-16 Thread Paul Matthews (AdWords API Team)
Hi Dlo, Sometimes the AdWords API and AdWords Frontend differ slightly. This is a normal practice for the AdWords API. At present this field appears optional, however we'd recommend including one. Regards, - Paul, AdWords API Team. On Tuesday, 13 August 2013 12:23:28 UTC-4, Dlo wrote:

Re: Empty Performance Reports

2013-08-16 Thread Paul Matthews (AdWords API Team)
Hi Ewan, Cheers for forwarding this to us Ewan. I completely agree that we should get some documentation out on this. I'll update this post and the other one as soon as we have more information to share. Regards, - Paul, AdWords API Team. On Thursday, 15 August 2013 09:44:35 UTC-4, Ewan

Re: Is there a way to update ad extensions through the API?

2013-08-16 Thread Paul Matthews (AdWords API Team)
Hi Herb, Yes, you can update ad extensions through the API. If you're interested in updating upgraded ad extensions, then you'll need the Feed Serviceshttps://developers.google.com/adwords/api/docs/guides/feed-services. If you're looking to update legacy ad extensions, then you'll need the

Re: How to migrate from ConversionOptimizerAdGroupBids with v201306

2013-08-16 Thread Paul Matthews (AdWords API Team)
Hi there, The ConversionOptimizer configuration is now part of the BiddingStrategyConfiguration.BiddingSchemehttps://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.BiddingStrategyConfiguration#biddingScheme. Which can be found at:

Re: invalid grant with php

2013-08-15 Thread Paul Matthews (AdWords API Team)
Can you confirm that you've both followed the instructions in the OAuth2 Wiki page https://code.google.com/p/google-api-adwords-php/wiki/OAuth2? Specifically the part about running the GetRefreshToken.php

Re: Accessing AdGroupCriterion - 'TopOfPageCpc'

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Christopher, We occasionally release features as beta which are not ready for public use. We trial them with a small number of users to reduce bugs and scaling issues, before evaluating whether to open up the feature to the wider audience. Regards, - Paul, AdWords API Team. On Thursday,

Re: Authentication error with Google Adwords V201306

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Pramod, Firstly v201209 has now been sunset, please see the sunset schedulehttps://developers.google.com/adwords/api/docs/sunset-datesfor more information on this. Secondly, which library are you using? Many of the libraries inform their users that they should switch to OAuth2, but will

Re: adwords and google app engine

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Ashish, Can you give us more information please, for instance: Which documentation are you following? What language and library are you using? Regards, - Paul, AdWords API Team. On Saturday, 10 August 2013 05:09:54 UTC-4, Ashish agarwal wrote: Hi adwords Team, I am trying to use

Re: Clientlogin deprecation questions: single user account, python

2013-08-15 Thread Paul Matthews (AdWords API Team)
Hi Sh X, The error message is indeed correct, we do encourage you to migrate to the OAuth2http://googleadsdeveloper.blogspot.co.uk/2013/07/oauth2-in-ads-apis.htmlauthentication mechanism. For single users, you can use the installed application

Re: After authentication No Refresh Token

2013-08-07 Thread Paul Matthews (AdWords API Team)
Can you confirm that you configured your credentials and request for installed app (offline) access? If you've not, then it'll assume that you're happy requesting authentication again. For more information please see the OAuth2 wiki

Re: Cannot get the Keywords Ideas working on PHP

2013-08-07 Thread Paul Matthews (AdWords API Team)
Hi Nick, I'll respond in the relevant bughttps://code.google.com/p/google-api-adwords-php/issues/detail?id=109 . Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: CURL http code 0

2013-08-07 Thread Paul Matthews (AdWords API Team)
This sounds like an environmental issue. Are you definitely running the cron job on the same machine that you're testing your script? If you're not already, I'd configure a MAILTO for the crontabhttp://www.gnu.org/software/mcron/manual/html_node/Crontab-file.html, then I'd ensure that you've

Re: Error: User Rate Limit Exceeded - OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler-RefreshAccessToken

2013-07-29 Thread Paul Matthews (AdWords API Team)
Hi Jan, The best solution to bypass this issue is to cause a refresh of the access_token before you fork the process. Insert the following code before the wile loop: $oauth2info =

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-29 Thread Paul Matthews (AdWords API Team)
, 2013 9:57:59 AM UTC-4, Paul Matthews (AdWords API Team) wrote: Hi Matthew, The Ruby OAuth2 infohttps://code.google.com/p/google-api-ads-ruby/wiki/OAuth2 along with the READMEhttps://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/README#31 should explain all

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2013-07-26 Thread Paul Matthews (AdWords API Team)
Anyone considering using pcntl, should also bear in mind that it's fine for a small script, but it's easy to end up exhausting resources. It's also very difficult to debug. A much more scalable solution to the problem is implementing a Job Queue. This can allow you to synchronize tasks between

Re: Default Max. CPC for adgroup

2013-07-22 Thread Paul Matthews (AdWords API Team)
Hi Roberto, The content from this topic is no longer relevant to all current versions of the API, as it was last posted to in 2011. For general information about bidding, please see the bidding guidehttps://developers.google.com/adwords/api/docs/guides/biddingin our docs. The previously named

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-22 Thread Paul Matthews (AdWords API Team)
Hi Matthew, The Ruby OAuth2 infohttps://code.google.com/p/google-api-ads-ruby/wiki/OAuth2 along with the READMEhttps://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/README#31 should explain all the steps for configuring your client. But it's worth testing the

Re: Which Service/Class to use to get min-bid and first-page bid for a keyword

2013-07-19 Thread Paul Matthews (AdWords API Team)
Hi Ankit, Firstly v201209 will be sunset on 2013-07-22, which means all requests to that version will fail. Therefore you're strongly advised to migrate all API requests to v21306 or v201302. For more information please see the sunset

Re: I cant change keywords cpc

2013-07-18 Thread Paul Matthews (AdWords API Team)
Given that you're calling mutate on $adGroupCriteriaService, can you var_dump the value of that variable? It should be an instance of AdGroupCriterionServicehttps://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/v201306/AdGroupCriterionService.php#7134 .

Re: Deleting a Feed

2013-07-17 Thread Paul Matthews (AdWords API Team)
Hi Abidi, So to remove the link, you'd only need to remove the link between the Campaign and the Feed (CampaignFeedhttps://developers.google.com/adwords/api/docs/reference/v201306/CampaignFeedService.CampaignFeed). However, there's currently a limit of 20 Feeds, so if you're certain you're

Re: Deleting a CallExtension Feed

2013-07-17 Thread Paul Matthews (AdWords API Team)
Hi Abidi, I believe this is a duplicate of your previous questionhttps://groups.google.com/d/msg/adwords-api/Gz9Ruzo2oLc/RfqX5A3hiv0J. It's been addressed there. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Confusion about OAuth2 process

2013-07-06 Thread Paul Matthews (AdWords API Team)
Hi, Firstly, for the best results we recommend following the use_oauth2.py examplehttps://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201302/misc/use_oauth2.pyshipped with the AdWords API Python client library

Re: Remove or change the Content-Encoding of a SOAP request

2013-07-02 Thread Paul Matthews (AdWords API Team)
Hi Alan, Can you confirm that this fixed the problem? You mention the google-api-adwords-phphttp://code.google.com/p/google-api-adwords-php/version 4.2.5, does this mean that you weren't having this issue on library versions prior to 4.2.5? Have you recently upgraded your

Re: google adwords php soap response is null

2013-05-24 Thread Paul Matthews (AdWords API Team)
Hi Modestats, Can you turn on logging and post the SOAP request / response here so we can investigate further. Please see the README filehttps://code.google.com/p/google-api-adwords-php/source/browse/READMEfor further information on this. Please remember to remove any personally identifiable

Re: Google Search Network column via Targeting Idea Service

2013-05-09 Thread Paul Matthews (AdWords API Team)
Hi Dimce, Can you confirm that you're including locations and devices in your query? Can you post the entire SOAP request without the personally identifiable information (e.g. username / password / developerToken etc.)? Regards, - Paul, AdWords API Team. -- --

Re: PHP Warning: SoapClient::SoapClient(): SSL: Connection reset by peer

2013-05-09 Thread Paul Matthews (AdWords API Team)
change etc? I only ever find out when I get a problem. Thanks On Monday, 22 April 2013 18:03:28 UTC+2, Paul Matthews (AdWords API Team) wrote: Hi Bionic, Firstly, I'd upgrade to the latest versionhttps://code.google.com/p/google-api-adwords-php/downloads/listof the client library

Re: google api php client 0.6.2-require_once

2013-05-08 Thread Paul Matthews (AdWords API Team)
Hi Maria, This is an AdWords API Forum, the Google API PHP Clienthttps://code.google.com/p/google-api-php-client/is not supported by this forum. Please contact the Google API Client Forumhttps://groups.google.com/forum/#!forum/google-api-php-client . But as a side note, the code for

Re: TargetingIdeaSelector via PHP - need some advice

2013-05-08 Thread Paul Matthews (AdWords API Team)
Hi goo..., It's to do with how you invoke the call to the API. So, instead of performing the $client-__soapCall() method, if you set the headers with $soap-__setSoapHeaders($encodedHeaders); Then call the client's magic get method, it should work. e.g: $encodedHeaders = new

Re: TargetingIdeaSelector via PHP - need some advice

2013-04-30 Thread Paul Matthews (AdWords API Team)
Hi goo..., Try sending this selector instead: array(1) { [selector]= array(5) { [requestType]= string(5) IDEAS [ideaType]= string(7) KEYWORD [requestedAttributeTypes]= array(4) { [0]= string(12) KEYWORD_TEXT [1]= string(13) SEARCH_VOLUME

Re: Token : Adwords API : ruby client

2013-04-24 Thread Paul Matthews (AdWords API Team)
Hi Eduardo, Another thing that probably wasn't clear from my last message. Can you just check, that you're storing the accessToken and the requestToken on the server. These should be passed back from the user login and consent stephttps://developers.google.com/accounts/docs/OAuth2#login .

Re: Performance overheads with Logging SOAP XML request and response

2013-04-24 Thread Paul Matthews (AdWords API Team)
Hi Alan, The performance overheads of storing the SOAP request / response on every request are fairly negligible in comparison to the HTTP request it makes before it*. However, you should take into consideration, how quickly it might fill up your server's disk space. I personally would use a

Re: Any plans to support criterion deletion (or other manipulations) using AWQL?

2013-04-24 Thread Paul Matthews (AdWords API Team)
Hi Steve, Currently, the AWQL interface is read-only. I'll put this forward as a feature request and give your use case as an example. One thing to consider though, it'd currently take 2 requests to perform this action; a request to the AWQL for the IDs, and a mutate request to the service to

Re: Any plans to support criterion deletion (or other manipulations) using AWQL?

2013-04-24 Thread Paul Matthews (AdWords API Team)
Thanks for adding depth to the request. Cheers, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Token : Adwords API : ruby client

2013-04-23 Thread Paul Matthews (AdWords API Team)
Hi Eduardo, It is correct that the *accessToken lasts only 1 hour*. That is the default accessToken lifespan for OAuth2. What should happen, is you need to refresh the accessToken using the refreshToken. This will give you another hour to make requests to the API. Please see the OAuth2

Re: PHP Warning: SoapClient::SoapClient(): SSL: Connection reset by peer

2013-04-22 Thread Paul Matthews (AdWords API Team)
Hi Bionic, Firstly, I'd upgrade to the latest versionhttps://code.google.com/p/google-api-adwords-php/downloads/listof the client library as 4.2.2 is now availablehttps://code.google.com/p/google-api-adwords-php/source/browse/ChangeLog and check that you're using a non-sunset version of the

Re: Unmarshalling Error: cvc-type.2 with MutationJobServic and PHP

2013-04-10 Thread Paul Matthews (AdWords API Team)
Hi Nils, Thank you for reporting this, we are currently looking into the problem. We've got a bug open with this issuehttps://code.google.com/p/google-api-adwords-php/issues/detail?id=90in the code site page that we'll be updating as soon as we have more information. If you could add any of

Re: How to add dummy data to my test account

2013-04-05 Thread Paul Matthews (AdWords API Team)
Hi Jonathan, There is currently no way to add test data to your test account. We are aware of this feature request and we're looking into it. Regards, - Paul, AdWords API Team. On Monday, 25 March 2013 03:15:41 UTC, Jonathan Sosa wrote: Hi I'm trying to get the Campaign Performance Report

Re: SOAP-ERROR: Parsing WSDL

2013-04-03 Thread Paul Matthews (AdWords API Team)
Hi Mahesh, *Firstly:* Have you enabled WSDL_CACHE? We've had reported issues where caching of WSDLs has caused errors. Can you try turning it off and making the same number of requests. This setting is configurable in the

Re: Unmarshalling Error with Selector in v201302 (aw_api_php_lib_4.1.1)

2013-04-02 Thread Paul Matthews (AdWords API Team)
This issue has now been fixed, at: - change sethttps://code.google.com/p/google-api-adwords-php/source/detail?r=365f3a63326f875621327147f415e2bab263e1fc - downloadshttps://code.google.com/p/google-api-adwords-php/downloads/list Regards, - Paul, AdWords API Team. -- --

Re: refreshing the oauth2 token

2013-03-25 Thread Paul Matthews (AdWords API Team)
Hi Hagay, Firstly, have you tried using the OAuth2 examplehttps://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201302/misc/use_oauth2.rbas a reference for the authorization flow? You should store the hash from the response from the

Re: Cannot seem to get campaign level criteria (like Location, Gender, Age and such) via Creteria report.

2013-03-22 Thread Paul Matthews (AdWords API Team)
Hi Slava, The CRITERIA_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#criteriaonly reports on AdGroupCriteria. At present the recommended way of getting report data for the CampaignCriteria is to use the

Re: Cannot seem to get campaign level criteria (like Location, Gender, Age and such) via Creteria report.

2013-03-22 Thread Paul Matthews (AdWords API Team)
Hi Slava, The CRITERIA_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#criteria only reports on AdGroupCriteria. At present the recommended way of getting report data for the CampaignCriteria is to use the

Re: GetClientCustomerId?

2013-03-22 Thread Paul Matthews (AdWords API Team)
Hi Mac, The GetClientCustomerId example made use of the InfoService. The migration guidehttps://developers.google.com/adwords/api/docs/guides/migration-v201302explains that the InfoService has been removed as it is not needed in the with the new APi

Re: RelativeCTR not available in Account Performance reports?

2013-03-17 Thread Paul Matthews (AdWords API Team)
Hi Zweitze, I can confirm that it does not exist in that reporthttps://developers.google.com/adwords/api/docs/appendix/reports#account. I'm looking into the for working out the RelativeCTR for a given account and will get back to you as soon as I have more information. Regards, - Paul,

Re: When I run my script to download client csv files, It's give me error like Failed to get authToken. Reason: BadAuthentication

2013-03-17 Thread Paul Matthews (AdWords API Team)
Hi Sana, Firstly, can you ensure you're using the latest version of the client library? The current version is v4.1.1https://code.google.com/p/google-api-adwords-php/source/detail?r=fb77b15103b75dae2fd73b1d200bb6f7c4f246eband can be downloaded here

Re: Cant sign up to MCC

2013-02-25 Thread Paul Matthews (AdWords API Team)
The link can sometimes be missing (or display broken css) if there's an extension enabled that may block assets. For instance, the AdBlock Plus extension often blocks assets containing AdWords in the name. Especially from Google IPs. Can you try starting (a current version of) firefox in

Re: Required functional requirement

2013-02-25 Thread Paul Matthews (AdWords API Team)
Hi Kesera, This forum is for AdWords API Technical questions. For information regarding Ts and Cs, please contact the Tokens team at: adwordsapi-tok...@google.com Cheers, - Paul, AdWords API Team. On Wednesday, 20 February 2013 05:54:49 UTC, kesera wrote: May I ask you about section III,

Re: Predicate - Filtering not null

2013-02-21 Thread Paul Matthews (AdWords API Team)
Hi Kaushik, I'm looking into this for you, I've been trying a few values but to no avail. Can you just confirm which library you're using? Cheers, - Paul, AdWords API Team. On Monday, 11 February 2013 15:10:09 UTC, Kaushik Sahoo wrote: How do we filter out not null values while using

Re: Can anyone say whether this is a ClientLogin error or something else??

2013-02-20 Thread Paul Matthews (AdWords API Team)
be another thing to check when getting this error? Thanks! Adam On Tuesday, January 15, 2013 11:49:21 AM UTC-5, Paul Matthews (AdWords API Team) wrote: Hi Sagar, One thing to check is that you've enabled OpenSSLhttp://php.net/manual/en/book.openssl.phpin the php.ini. Without

Re: New AdGroups missing from CustomerSyncService report

2013-02-18 Thread Paul Matthews (AdWords API Team)
Hi Thomaas, Can you give us an example of the queries you're using, or if you'd prefer to contact us directly adwordsapi-supp...@google.com with an example SOAP request / response, it would aid our investigation into this. - Paul, AdWords API Team. -- --

Re: Fault occured while processing

2013-01-31 Thread Paul Matthews (AdWords API Team)
Hi Artur, It seems that the request contained no operations, can you paste the code you used to make the request? Cheers, - Paul, AdWords API Team. On Wednesday, 30 January 2013 14:34:55 UTC, Artur Meinzer wrote: Hi, I was trying to delete a negative keyword, but it didn't work. I always

Re: API Access Developer Token Taking very lang time? Even we have done all as per API team's Instructions??

2013-01-30 Thread Paul Matthews (AdWords API Team)
Hi Zcubator, Please send an email to adwordsapi-supp...@google.com with your request info so we may investigate this further. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Empty adType attribute for html5 ad

2013-01-30 Thread Paul Matthews (AdWords API Team)
Hi j.e.frank, So further investigation, given the information you've provided, it seems it is as you suspected, that reporting hasn't got the latest set of data yet. We're looking into this issue, I'll update this thread as soon as I have any more information. Regards, - Paul, AdWords API

Re: How to get Campaign using CampaignService with version Google.Api.Ads.AdWords.v201109?

2013-01-29 Thread Paul Matthews (AdWords API Team)
Hi Pramod, It seems you're trying to use a sunset version of the AdWords API, please see this blog posthttp://googleadsdeveloper.blogspot.co.uk/2012/10/adwords-api-v201109-and-v2011091-sunset.htmlfor more information. Also, seing as we've announced that the sunset of v201206 is

Re: Problem with Adwords Api

2013-01-28 Thread Paul Matthews (AdWords API Team)
Hi Alan, Yes, the Sandbox environment has been turned off since 15th December 2012. In it's place there are the test accountshttps://developers.google.com/adwords/api/docs/test-accounts . Please see this blog

Re: Empty adType attribute for html5 ad

2013-01-25 Thread Paul Matthews (AdWords API Team)
Hi j.e.frank, To enable logging, please see this section of the READMEhttps://code.google.com/p/google-api-adwords-java/source/browse/trunk/README#186 and then check the logs directory for the output. Though please bear in mind this is a public forum, so don't paste any personally

Time is running out for AdWords API v201206

2013-01-17 Thread Paul Matthews (AdWords API Team)
*On February 26, 2013, we will be sunsetting version v201206https://developers.google.com/adwords/api/docs/sunset-datesof the AdWords API. If you’re currently using v201206 of the AdWords API, make sure you read this blog

Re: No SearchBudgetLostImpressionShare in ad group performance report

2013-01-16 Thread Paul Matthews (AdWords API Team)
Hi Arthur, The report type definitionshttps://developers.google.com/adwords/api/docs/appendix/reportslists all the data we have available, if a column doesn't exist, it's because we don't store that data. If you include columns that don't exist in the report, it responds with an error.

Re: GOOGLE_ACCOUNT_COOKIE_INVALID problem

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi Minh, Could you post or attach the full configuration file, ensuring you anonymize any personal information? As this wil help us to look into this further. In the meantime, if you could enclose the API request in a try-catch block and clear the cache on error. See below for example cache

Re: AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi gpsdev, Are you getting this error for every service you call or just the CampaignService? This error is usually served when an authentication token expires. Can you try refreshing your Auth Token and entering it into your auth.ini file? Finally, which Oauth Handler are you using? Cheers,

Re: Problem with Adwords Api

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi FL, Using a developer token as ++CURENCY was associated to the, now deprecated, Sandbox environment. You'll need to use Test Accountshttps://developers.google.com/adwords/api/docs/test-accountsto test your API calls. Cheers, - Paul, AdWords API Team. -- --

Re: Can anyone say whether this is a ClientLogin error or something else??

2013-01-15 Thread Paul Matthews (AdWords API Team)
Hi Sagar, One thing to check is that you've enabled OpenSSLhttp://php.net/manual/en/book.openssl.phpin the php.ini. Without it, it cannot retrieve the wsdl from a https location. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

<    1   2