How can i determine that given userid is MCC account or non MCC account?

2011-08-05 Thread Sachin
How can i determine that given userid is MCC account or not in C# .net. Is there any function to find out that? please help me as soon as possible. Thanks and regards, Sachin. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Keyword search volume

2011-08-05 Thread manu
Hello, I am new to the google adwords API, I am facing problem with the search keyword volume. Example I search a keyword PHP the API does not return the search volume for PHP keyword . API returns all the related keywords with correct search volume. I have checked the API code

Re: Not able to get all clientsId under MCC account

2011-08-05 Thread Sachin
can u please send source code here. On Jul 12, 11:13 pm, Chirag chirag.ebra...@gmail.com wrote: Hi, I want all clientsId under MCC account, and than fom clientid all campaignIds under one client. But, when i try to run example GetAccountHierarchy.php. It always shows me No serviced accounts

Re: Not able to get all clientsId under MCC account

2011-08-05 Thread Chirag
Hi Sachin, Its problem with API. Eric has solved issued. Now i am getting desired output. http://code.google.com/p/google-api-adwords-php/issues/detail?id=62 Thanks, On Aug 5, 3:14 pm, Sachin s.r.gar...@gmail.com wrote: can u please send source code here. On Jul 12, 11:13 pm, Chirag

Re: UseOAuth in the Example of PHP SDK

2011-08-05 Thread Chirag
Hi Doug, You can tryout sample webapp. There they have used oauth for verification. http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/public/login.php You need to persist the OAuth token and token secret between requests, for instance in the PHP session. On Aug 5,

Re: PHP-client lib generates invalid XML - namespace prefix xsi for type on XXX is not defined

2011-08-05 Thread Pavel Saatov
Solved. The problem was in php settings on the server-side. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: API setup I always get error that client must be specified

2011-08-05 Thread AdWords API Advisor
Hello John, What exactly is the error message you are getting? Are you specifying your MCC email as 'email' field? -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Adwords API and account restore

2011-08-05 Thread AdWords API Advisor
Hello meet, What exactly do you mean by 'restoring the account'? -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Adwords API and account restore

2011-08-05 Thread AdWords API Advisor
Locking as duplicate thread of: https://groups.google.com/forum/?pli=1#!topic/adwords-api/PAP3HxISO80 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Bug in AdWords Campaign management table.

2011-08-05 Thread AdWords API Advisor
Hello Tom, This forum is for AdWords API discussions. Thank you for your feedback but I suggest logging the issue on the AdWords forum instead: http://www.google.com/support/forum/p/AdWords -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: ClientID

2011-08-05 Thread Ken Foster
I believe ClientID (or ClientEmail) and Email are two separate things. Email/Password is the authentication, ClientID (or clientEmail) is used to determine what account(s) to use in the data set. I don't use OAuth however, so I may be talking out of my a$$. But with ClientLogon Authorization

Re: How can i determine that given userid is MCC account or non MCC account?

2011-08-05 Thread Sachin
One more question how to get all accounts information under the mcc account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: How can i determine that given userid is MCC account or non MCC account?

2011-08-05 Thread Ken Foster
Do you have the C# API and Examples? If so, checkout v201101 GetAccountHierarchy.cs, it uses the ServicedAccountService service to get a complete list of accounts under the MCC. One of the properties for each account returned is CanManageClients, a true is MCC a false is a normal account. --

How can i get all accounts infromation under the MCC account?

2011-08-05 Thread Sachin
How can i get all accounts from MCC account. Also need the all information like account id and account name for each account. please give solution for that. Thanks and Regards, Sachin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: How can i get all accounts infromation under the MCC account?

2011-08-05 Thread Ken Foster
I responded to another question you posted, but the answer is the same. Look at ServicedAccountService (get). In the C# Example library it is in GetAccountHierarchy.cs. You get a complete hierarchy of MCC and client accounts with name, id, whether they are MCC or not, the email address

Re: v13 / sunset / mcc 20xx

2011-08-05 Thread timp
Actually now I have two questions: 1. The caveat information for CampaignChangeData Can you give a rough estimate of a result size which would cause a failure? 2. Other size related failures: A. Let's say I requested all the campaign IDs for an account. (using campaign service, where

Adding keywords to exitsting Campaigns/AdGroups/Ads

2011-08-05 Thread Joseph Ng.
Hi, I am new to Google Adwords API and I have an issue need to be treated. Sorry for stupid question but how can I add keywords to an existing Campaign/Adgroup or Ad using PHP code? I am using v201101. Please give me a hand. Thanks so much. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: UseOAuth in the Example of PHP SDK

2011-08-05 Thread Doug
Hi Chirag! Thank you for your suggestion, I am indeed storing them in a PHP session, and I've got that part working, I get a response that reads OAuth Authentication Successful So then I store the tokens, but when I instantiate an AdwordsUser object I get this: Validation failed for [email]

Re: ClientID

2011-08-05 Thread Doug
Thank you for the response, I have found this inside the sample oauth app: http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/auth.ini It seems they don't specify an email inside this file, but when I comment it out for some reason I get the error: Validation

Re: v13 / sunset / mcc 20xx

2011-08-05 Thread timp
Also, one last question. Long ago, an adgroup id was unique only to its parent campaign id. (or at least this is what google said) Is this still the case? -tim On Aug 5, 10:25 am, timp timprepsc...@gmail.com wrote: Actually now I have two questions: 1.  The caveat information for

Re: Anyone else getting incomplete reports?

2011-08-05 Thread jhgd
Yes. We're missing many ads from our ad perf reports, and we're only filtering for the previous day, getting ads of all statuses. I've opened a ticket with Aaron (Google) about it. -John -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Criterion User Lists

2011-08-05 Thread David Torres
Hi Michael, The issue ended up being an error in the documentation, for certain technicalities it is not possible to filter by UserListId, we are going to be updating the documentation and also make the service return an error if that field is used in a predicate. Best, -David Torres -

Re: Performance Report geo codes instead of English names, and geo codes updates listening

2011-08-05 Thread David Torres
Hi, Thanks for your feedback, I'll make sure it is heard by the Team. For 2-1, it is in discussion to have this implemented in the future, I have no due dates yet to give unfortunately. 2-2 I'll see what we can do to have an RSS feed for that page, but usually we also communicate changes in

Re: AdGroupCriterionService to update BiddableAdGroupCriterion

2011-08-05 Thread David Torres
Hi, Short answer the value will not be updated, neither nullified or blanked. Long answer, sending sparse request with only the data that you need to modify is a best practice, it will reduce the network traffic prevent you from reaching payload limits when sending large request of hundreds of

Re: Interpreting the [], , -, + modifiers when adding keywords

2011-08-05 Thread David Torres
Hi Stephen, Stefan is 100% right, you'll need to do the parsing in your side and appropiately use NegativeAdGroupCriterion vs. BiddableAdGroupCriterion objects in combination with the Keyword.matchType. Best, -David Torres - AdWords API Team --

Re: Interpreting the [], , -, + modifiers when adding keywords

2011-08-05 Thread Stephen Yeargin
That's what I was guessing would be the case. I've navigated around it by writing a very simple processor (PHP) to parse a list of keywords and attempt to identify the user's intention. Suggestions for improvement welcome. --- static function ProcessExpertKeywordList($keywords) {

Re: State/Province list for Location Extension

2011-08-05 Thread Eric Koleda
Hi Luke, There is certainly more we can do to document the behavior of this service, and thank you for bringing up these points. In regards to your questions: 1) As you've found, it's better to remove the country-code prefix when populating the provinceCode. Although US-NJ works, it's safer

Session Expiring

2011-08-05 Thread Doug
I am using the session manager which I found here: http://code.google.com/p/google-api-adwords-php/source/browse/apps/sample-webapp/lib/SessionManager.php And i store my AdwordsUser object in it like this: // Store the AdWordsUser in session. SessionManager::SetAdWordsUser($user); But when I

Re: How can i determine that given userid is MCC account or non MCC account?

2011-08-05 Thread Sachin
Thank you so much Ken, Got the solution. Thanks and Regards, Sachin, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~