Re: How could i get access to unlinked adwords user account

2014-01-27 Thread Eldar Useinov
вторник, 21 января 2014 г., 18:53:16 UTC+2 пользователь Eldar Useinov написал: Hi. I use Java Client library and face next problem I try to run this code *new OfflineCredentials.Builder() .forApi(OfflineCredentials.Api.ADWORDS).fromFile()

Test

2014-01-27 Thread Maxime Rauer
This is a simple test. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: How to integrate Adword API into php ?

2014-01-27 Thread Danial Klimkin
Hello Mahfooz, Please check out the library readme as the first step: https://github.com/googleads/googleads-php-lib The authentication details are covered in this screencast: https://www.youtube.com/watch?v=KetKPhxY4Js -Danial, AdWords API Team. On Thursday, January 23, 2014 4:32:46

Two QQs for AdWords FE

2014-01-27 Thread Yiping Dou
Hi, I have two QQs for AdWords FE: (1) When opening a url in ics, I got a URL like: https://awics.corp.google.com/ics/InternalOps?__c=XX__u=XX#ec.0;, can anyone tell me what's c and u presenting, and how to find the corresponding values for both for each advertiser (for

Re: Test

2014-01-27 Thread Danial Klimkin
Passed. On Saturday, January 25, 2014 4:22:13 AM UTC+4, Maxime Rauer wrote: This is a simple test. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: AD_PERFORMANCE_REPORT Date Range Query Help Needed.

2014-01-27 Thread Danial Klimkin
Hello Bikram, Dates are inclusive, so you get a lot of overlapping here. Try to either use range as DURING 20140121, 20140121 or, preferably, run report for a full month and add a Date column to get data for all days separately. -Danial, AdWords API Team. On Thursday, January 23, 2014

Re: GetCampaigns Problem

2014-01-27 Thread Danial Klimkin
Hello diangelo, You need to provide the target account ID as ClientCustomerId parameter in the SOAP request header. If you do this correctly and still get no campaigns back, please send me via email (Reply to author button) the full XML request code. -Danial, AdWords API Team. On

Re: AdWords API for Objective-C?

2014-01-27 Thread Danial Klimkin
Hello Matthias, These is no official library for Objective-C at the moment and we currently don't plan one. But if you can find a solid SOAP library for the platform, you should be able to run the API requests. -Danial, AdWords API Team. On Thursday, January 23, 2014 1:01:23 AM UTC+4,

Re: Is there a Python demo app?

2014-01-27 Thread Danial Klimkin
Hello Chaz, We are currently updating the apps to ensure the best practices in our demo applications. I can't provide any time estimation unfortunately. -Danial, AdWords API Team. On Wednesday, January 22, 2014 9:29:35 PM UTC+4, Chaz Larson wrote: AdWords API on App Engine (Python) -

Re: Reaching quotas limits in Google services from AdWords script

2014-01-27 Thread Danial Klimkin
Hello Cesar, Do you encounter this issue with Google App scripts? This forum is for questions regarding AdWords API and AdWords Scripts only. -Danial, AdWords API Team. On Wednesday, January 22, 2014 9:44:41 PM UTC+4, Cesar D. wrote: Hi All, I'm having a hard time accessing Google

Re: New filter limits for AWQL?

2014-01-27 Thread Danial Klimkin
Hello Oliver, Not exactly. What blog post describes is a query like SELECT Id, AdgroupId FROM AD_PERFORMANCE_REPORT WHERE Id IN [10k ad IDs] will not longer be supported. The query in your example will not be affected. -Danial, AdWords API Team. On Friday, January 24, 2014 1:32:22 AM

Re: mcc vs api Impressions differs

2014-01-27 Thread Danial Klimkin
Hello Ilya, I just ran a report for the past 7 days and the numbers matched exactly with the UI. Please confirm you are running the report for exactly the same dates. Note, as LAST_7_DAYS is a sliding range, effective range can change between the API call and UI reload. -Danial, AdWords API

Re: saop error

2014-01-27 Thread Danial Klimkin
Hello Akhilesh, AdWords API v201302 has been sunset and no longer available. Please update to the latest API version (currently v201309). -Danial, AdWords API Team. On Friday, January 24, 2014 10:45:34 AM UTC+4, Akhilesh Ojha wrote: *i have got following error* *Warning*:

Re: GetRefreshToken.php return a blank page.

2014-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, Please make sure you are running *GetRefreshToken.php* from the command line. See the following post for more information. https://groups.google.com/d/msg/adwords-api/-kU7meRa0yE/3XhjhWC0Qo0J Cheers, Josh, AdWords API Team On Wednesday, January 22, 2014 1:53:04 PM UTC-5, Maxime Rauer

Re: New filter limits for AWQL?

2014-01-27 Thread Oliver
Excellent! On Monday, January 27, 2014 12:13:43 PM UTC, Danial Klimkin wrote: Hello Oliver, Not exactly. What blog post describes is a query like SELECT Id, AdgroupId FROM AD_PERFORMANCE_REPORT WHERE Id IN [10k ad IDs] will not longer be supported. The query in your example will

Re: API v201309 CampaignCriterionService mutate set AdSchedule

2014-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, One way to achieve this is to remove the existing CampaignCriterion with the old AdSchedule and add a new CampaignCriterion with the new AdSchedule. I'm looking into whether this is intended behavior and will post an update once I have more information. Cheers, Josh, AdWords API Team On

Re: Refresh token

2014-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, In your other Java application did you use the same clientId and clientSecret that you used to get the refresh token? The refresh token is tied to those values, so if you try to use it for a different clientId and clientSecret you'll hit the Unauthorized user error. Thanks, Josh, AdWords

Socket Exceptions in Downloading Keywords

2014-01-27 Thread sanchita . majumdar
Hi API Team, We are getting a lot of socket exceptions in *AdParamService.mutate and AdWords.Util.Reports.ReportUtilities.DownloadClientReport[T]* Is there something wrong? System.Net.WebException: Unable to connect to the remote server --- System.Net.Sockets.SocketException: A

Re: How could i get access to unlinked adwords user account

2014-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, You can use the same refresh token that you received from the PHP application as long as you also use the same clientId and clientSecret. Are those the same as well? Thanks, Josh, AdWords API Team On Monday, January 27, 2014 3:33:05 AM UTC-5, Eldar Useinov wrote: вторник, 21 января

$user-GetService()

2014-01-27 Thread Игорь Елисеев
Hello! I have a problem with this simple code: require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php'; $user = new AdWordsUser(null, '@gmail.com', '', ''); $user-SetClientId('1234567890'); $campaignServiceObject = $user-GetService('CampaignService', 'v201309'); And i have: *Fatal error*:

Re: Socket Exceptions in Downloading Keywords

2014-01-27 Thread sanchita . majumdar
Also getting a bunch of Failed to Refresh Access token errors - Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd;htmlheadtitleGoogle Accounts/titlemeta

Re: mobile bid adjustment by radius

2014-01-27 Thread Josh Radcliff (AdWords API Team)
Hi, As a starting point (if you haven't seen this already) you may want to check out the following AdWords Help Center document that explains proximity targeting with bid adjustments. https://support.google.com/adwords/answer/2914785?hl=en In terms of the API, you can achieve this by setting