Re: AuthenticationError.NOT_ADS_USER???

2011-05-30 Thread yegor
I'm just curious why can't you return this supplementary information in HTTP response? You simply enjoy forums? On Apr 4, 5:42 pm, David Torres wrote: > Hi Suraj, > > When downloading a report you need to specify an auth token of the user who > created the report definition in your HTTP headers

Re: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @

2011-05-30 Thread Danial Klimkin
Hello t0m, Please double-check your billing information is present for *MCC* account. You might have already set it up for your advertiser's account but not MCC. Regards, Danial Klimkin, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Re: Seen several questions about this bit no response

2011-05-30 Thread Danial Klimkin
Hello scorenamesdotcom, It normally takes 1-2 weeks. Please send me your MCC ID over email. -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: Update array of Adgroups statuses

2011-05-30 Thread Danial Klimkin
Hello opalepatrick, >From the example here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/UpdateAdGroup.php Code: // Create operations. $operation = new AdGroupOperation(); $operation->operand = $adGroup; $operation->operator = 'SET'; $op

Re: What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-30 Thread yegor
Well, I changed email to x...@gmail.com and everything works fine now. Of course, I'm calling get() first. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2011-05-30 Thread Alexander Parij
Hi Eric , Removing Date and Impression fields will not return me zero impressions keywords, it returns something but can't figure out what it returns. It's less keywords than the report with Impressions field but the keywords that are returned are in fact with impressions. Report Id is 618198

Get keyword average CPC via Google Adwords API

2011-05-30 Thread Marry Hasanova
Hello, I would like to get Approximate CPC of a keyword, like the one returned from Keyword Tool. I'm using TrafficEstimatorService but the value returned from that service is different from the value in Keyword Tool. For example the keyword: Keyword: artwerkstudios Country code: DE Language code

Keyword CPC

2011-05-30 Thread Marry Hasanova
Hello, I would like to get Approximate CPC of a keyword, like the one returned from Keyword Tool. I'm using TrafficEstimatorService but the value returned from that service is different from the value in Keyword Tool. For example the keyword: Keyword:artwerkstudios Country code: DE Language code:

Re: What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-30 Thread GemBox Software
Hi, your first call to the new sandbox account should be 'get' operation from CampaignService. This initial call to the sandbox creates an MCC sandbox account, along with five client accounts, for the email address you specified. For details see: Sandbox getting started

Re: How can I retrieve every fields by a generic selector (v201101) ?

2011-05-30 Thread GemBox Software
Hi, yes, you need to set all fields in the selector. I think the API team should change this behavior a little bit. Perhaps include bool field in the selector called 'selectAllFields' or when fields in the selector are empty or null, return all fields. On Mon, May 30, 2011 at 2:18 PM, yusawai wr

Re: Get all Adgroups without a certain keyword?

2011-05-30 Thread GemBox Software
Hi, you can do this with AdGroupCriterionService get method. Selector should look something like this (in pseudocode): var selector = new Selector() { fields = new string[] { "AdGroupId" }, predicates = new Predicate[] { new Predicate() { field = "CriterionUse",

How can I retrieve every fields by a generic selector (v201101) ?

2011-05-30 Thread yusawai
Hi. I have a question about selector migration from v201008 to v201101. How can I easily retrieve EVERY FIELDS like in v2010 by a generic selector ? Should I set all fields to selector ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Get all Adgroups without a certain keyword?

2011-05-30 Thread php201101
Hi We are using the php-client-lib for v201101. Is there a way to get all AdGroups that dont have a certain keyword? Or do I have to fetch *all* Adgroups and check for each of them if they have the keyword we are looking? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our