Re: My credentials to API

2012-11-16 Thread Nick Yurov
Hi Anash, Thank you for your answer, it is very helpfull. I correctly understand, that i can't view sandbox results in standart interface, but i can use this programm, right? http://code.google.com/p/google-api-adwords-java/wiki/SandboxAccountViewer Thanks a lot! -- --

Re: API returning UNEXPECTED_INTERNAL_API_ERROR all the time today

2012-11-16 Thread laid
Hi, All request dosen't work, for alla accounts and when i run GetAccountHierarchy example or any other example i get this: An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords-sandbox.google.com/api/adwords/mcm/v201109/ServicedAccountService?wsdl' : failed

How to download global search volume using API v201209

2012-11-16 Thread Kunal Kinalekar
I am not able to download Global search volume using adwords API v2012. Please help me out if anybody know how to do it in this version of API as the previous version was providing me data. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

EMD – Thuật toán về Tên miền từ khóa

2012-11-16 Thread Hoàng Anh Nguyễn
https://lh6.googleusercontent.com/-QCHRL_TPrXk/UKYSVoKd1JI/ACk/FJyU9yEC79I/s1600/emd.gif Việc Google gần đây cập nhật thuật toán EMD (Exact Match Domain) hướng tới loại bỏ bớt các website kém chất lượng có tên miền chứa từ khóa cần SEO đã thật sự gây nên những ảnh hưởng nhất định tới

Re: OAuth 2.0 hangout and/or screencast please, for PHP Client Library developers

2012-11-16 Thread Chirag
Hello Anash, Yes, I am also looking for that. How i can define Authinfo for any report download. $oauthInfo = array('oauth_consumer_key' = 'consumer_key', 'oauth_consumer_secret' = 'consumer secret', 'oauth_token' = token, 'oauth_token_secret' = token_secret); $user = new

Re: Separate data for each day

2012-11-16 Thread Dorian Kind
Hi, you'll need to include the Date field in your report definition which segments the reported data by day. Cheers, Dorian On Thursday, November 15, 2012 9:49:44 PM UTC+1, Mirror wrote: In PHP Library we have GetCampaignStats.php We can set the date range for which we want to get the

Re: RateExceededError behavior in the sandbox.

2012-11-16 Thread mm
Hey Kelly/Anash - In my experience, I got a RateExceeded error for the first call I made to create campaigns. I discovered that if I limited the number of operations in the call to some very small number (my production limit is 1000, but in this case I think I had to go to 5), the call

Re: Get automatic placement exclusions on ad group level

2012-11-16 Thread Zweitze
Searching further, I found the article Mapping Report to the UI which describes the placement exclusions as followshttps://developers.google.com/adwords/api/docs/guides/uireports?hl=nl#placementExclusionsReport : *Although placement exclusions, known in the API as negative placements, do not

Re: How do I set individual campaign budget in v201209?

2012-11-16 Thread Ramon
Created several campaigns some moments ago, setting budgetID to NULL and amount = X the API allowed me to create individual budgets. On Thursday, October 18, 2012 6:20:23 PM UTC+2, Goran Jovic wrote: How do I set *individual* (not shared) campaign budget in v201209? This was possible in

C# operationaccessdenied.ADD_OPERATION_NOT_PERMITTED

2012-11-16 Thread Ricardo
Hi, Language: C# API Version: v201209 Environment: Sandbox I've scoured the forum for a solution but still coming up short. I'm trying to create a sandbox environment for testing. I've done the following: - Instantiated the sandbox with v201209.GetCampaigns - Gotten the Client ID for

Re: C# operationaccessdenied.ADD_OPERATION_NOT_PERMITTED

2012-11-16 Thread Anash P. Oommen
Hi Ricardo, If you can turn on SOAP logging and send me the SOAP logs for the requests you made, I'll take a look. My initial guess is that the clientCustomerId is not going through for some reason. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 16 November 2012 06:22:36 UTC-8,

Re: API returning UNEXPECTED_INTERNAL_API_ERROR all the time today

2012-11-16 Thread Andy
Same thing here. It seems like some kind of problem on the Google's side. Anyone have more information on this? On Friday, November 16, 2012 4:13:51 AM UTC-5, laid wrote: Hi, All request dosen't work, for alla accounts and when i run GetAccountHierarchy example or any other example i get

Re: API returning UNEXPECTED_INTERNAL_API_ERROR all the time today

2012-11-16 Thread Kevin Winter
Hi, V201109 was sunset on October 26th. Please us v201206 or higher. - Kevin Winter AdWords API Team On Friday, November 16, 2012 4:13:51 AM UTC-5, laid wrote: Hi, All request dosen't work, for alla accounts and when i run GetAccountHierarchy example or any other example i get this:

Re: Sandbox EstimateKeywordTraffic requests were working. However, now they result in [AuthenticationError.NOT_ADS_USER @ ; trigger:'']

2012-11-16 Thread Danial Klimkin
Hello All, Please refer to this announcement on the latest news about testing AdWords API clients: http://googleadsdeveloper.blogspot.com/2012/11/introducing-test-accounts.html -Danial, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: campaignService.mutate exception, customer id required

2012-11-16 Thread Hum Hawks
I did! I used the GetAccountHierachy example, the only change I made were the login credentials(with my real email/passcode): AdWordsUser user = new AdWordsUser(username, passcode, , , username + ++ + currencyCode, true);// new It still says the same thing:

Re: OAuth 2.0 hangout and/or screencast please, for PHP Client Library developers

2012-11-16 Thread Remco Hendriks
This is working for me - thank you very much. I'm using Python - example file to use: http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201209/misc/use_oauth2.py Do not forget to pass *redirect_uri* argument to the *flow* constructor

Re: How do I set individual campaign budget in v201209?

2012-11-16 Thread Ian
Question in this relation to this...When the new campaign with the individual budget is deleted does the associated budget entity get deleted as well, or do we need to garbage collect it? I suspect I know the answer but confirmation would be nice. On Thursday, November 8, 2012 7:04:30 AM

Re: [v201206] Getting AVERAGE_TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES

2012-11-16 Thread David Torres
Hi, No, as you figured it is not possible to get both in a single request. Best, - David Torres - AdWords API Team On Friday, November 9, 2012 4:56:43 PM UTC-5, Adrian Perez wrote: As per the migration guide, both params were replaced by SEARCH_VOLUME, although in different setups.

Re: CriterionError.INVALID_CRITERION_ID on setting location-id on v201209 in sandbox

2012-11-16 Thread David Torres
Hi Everybody, I just wanted to make sure you all are aware of our new recommend way to test your code, real production test accounts! https://developers.google.com/adwords/api/docs/test-accounts Best, - David Torres - AdWords API Team On Friday, November 9, 2012 8:16:11 PM UTC-5, Gatsby Lee

Re: Content Keyword - Invalid ID error

2012-11-16 Thread David Torres
Hi Alok, Can you please explain to us what do you mean with re-deployment? Best, - David Torres - AdWords API Team On Monday, November 12, 2012 1:47:27 AM UTC-5, alok wrote: Hi API Team, I am getting lot of Invalid ID errors during redeployment of few accounts (around 200 accounts).The

Re: CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-16 Thread David Torres
Hi Sanjay, Filtering by CreativeApprovalStatus is not allowed, but I just tried a pulling a report alike yours but with no predicate for CreativeApprovalStatus and I got all my ads including the ones under review. Could you check without including the predicate at all? Best, - David Torres -

Re: TOKEN APPROVED BUT ACCOUNT INACTIVE

2012-11-16 Thread David Torres
Hi, Could you please email me you account CID? Best, - David Torres - AdWords API Team On Tuesday, November 13, 2012 1:36:48 AM UTC-5, Andrea Simonetti wrote: Hi, i m having problem using adwords api v201206. My developer token is ACTIVE but when i run any request using the api all i

Re: Keyword (BiddableAdGroupCriterion) return from google as ACTIVE even if it's not

2012-11-16 Thread David Torres
Hi, Can you give me an example? a keyword id that I can use to try to reproduce the issue? Best, - David Torres - AdWords API Team On Tuesday, November 13, 2012 10:03:44 AM UTC-5, Ro wrote: Anyone have seen something like that? would love to get your feedback! Thansks! On Monday,

Re: Sandbox UNEXPECTED INTERNAL Error

2012-11-16 Thread David Torres
Hi, Sandbox should be back up, but please read this important announcement we just made about testing http://googleadsdeveloper.blogspot.com/2012/11/introducing-test-accounts.html Best, - David Torres - AdWords API Team On Wednesday, November 14, 2012 8:47:07 AM UTC-5, Alessandro Miele

Re: How to get global search volume and local search volume using V201209

2012-11-16 Thread David Torres
Hi Kunal, Do you mind emailing me you MCC account CID?, the one that holds you developer token. Best, - David Torres - AdWords API Team On Wednesday, November 14, 2012 9:44:29 AM UTC-5, Kunal Kinalekar wrote: Hi, post update of adwords api, I am not able to download static regarding

Re: What's the status of the sandbox?

2012-11-16 Thread David Torres
Hi All, The Sandbox is now back up, but you might now this already. I also wanted to bring to your attention an announcement we have just made about testing with the API http://googleadsdeveloper.blogspot.com/2012/11/introducing-test-accounts.html Best, - David Torres - AdWords API Team On

Re: oAuth or ClientLogin?

2012-11-16 Thread David Torres
Hi Joey, Our recommendation, moving forward is to use OAuth2. I recommend you looking at the installed applications flow, in which a single user interaction is required to authorize your application access to their account and will grant you a refresh token - that never expires - that your

Re: CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-16 Thread Sanjay J
I think that CreativeApprovalStatus filtering works under certain conditions for me, and in fact have been using it for a while. For example, the following query with CreativeApprovalStatus does produce results for me, (and the documentation for the reports says it can be filterable by this