Re: How to calculate average position for keywords

2013-05-12 Thread Harsh
Hi Anash, Thanks for the reply, I have n't receive any reply from *adwordsapi-tok...@google.com *id. Please look into it. On Thursday, May 9, 2013 9:25:23 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi Harsh, > > You would have received an email from adwordsa...@google.com as

Re: How to calculate average position for keywords

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Harsh, You would have received an email from adwordsapi-tok...@google.com as part of your token review. Please follow up on that email thread to find out details on when your tokens will be approved. Also, AveragePosition is a stat that you get when your ads serve. You cannot get that data f

How to calculate average position for keywords

2013-05-08 Thread Harsh
I want to use *“Adword API PHP Library”* to get the* average position of keywords* for *Adwords / Google analytic*. For this purpose, I followed this link https://developers.google.com/adwords/api/docs/test-accounts and created a MCC account - an...@gmail.com and from this account, I have appl

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
Hi Farid, that's easy, with PHP API you can do as follow: SetClientId( $client_id ); // Select the client $user->LogDefaults(); $reportDefinitionService = $user- >GetReportDefinitionService('v201008'); $operations = array(); // Create ad group predicate. $statusPredicate = n

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
Hi Farid with PHP API you can do as follow: field = 'Id $statusPredicate->operator = 'EQUALS'; $statusPredicate->values = array('YOUR KEYWORD ID HERE'); // Create selector. $selector = new Selector(); $selector->predicates = array( $statusPredicate ); $selector->fields = $keywordsFields = array(

Average Position for keywords

2010-11-01 Thread Farid
Is there anyway that I can find the average positon for a keyword. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec