Re: Campaignstats not available in v201309

2013-12-09 Thread Robert Calvachi
, December 5, 2013 3:03:46 AM UTC-5, F.Per wrote: > > Hi guys, > > sorry to bother you but i do not find anything in the google migration > guide releases or documentation about how to handle this. > In my old code ive set the campaignstats like following: > [code] > ... >

Re: Campaignstats not available in v201309

2013-12-06 Thread Josh Radcliff (AdWords API Team)
rry to bother you but i do not find anything in the google migration > guide releases or documentation about how to handle this. > In my old code ive set the campaignstats like following: > [code] > ... > plaCampaign.setBudget(budget); > >

Campaignstats not available in v201309

2013-12-05 Thread F.Per
Hi guys, sorry to bother you but i do not find anything in the google migration guide releases or documentation about how to handle this. In my old code ive set the campaignstats like following: [code] ... plaCampaign.setBudget(budget); NetworkSetting networkSetting = new

Re: CampaignStats

2012-07-24 Thread Kevin Winter
Hi Ro, We strongly recommend using Reports when retrieving statistics, for all the reasons Dorian mentions. - Kevin Winter AdWords API Team On Tuesday, July 10, 2012 8:28:20 AM UTC-4, Dorian Kind wrote: > > Hi Ro, > > generally, if you are only interested in statistics, using the Adhoc > repo

Re: CampaignStats

2012-07-10 Thread Dorian Kind
Hi Ro, generally, if you are only interested in statistics, using the Adhoc reports is preferable as they don't incur any costs and don't require paging if you need to download a large result set. I also feel that they are somewhat faster than using the corresponding service, but that might be

Re: CampaignStats

2012-07-09 Thread Ro
Anyone has input about the subject ? Thanks! On Thursday, July 5, 2012 5:43:13 PM UTC-4, Ro wrote: > Hi, > I saw in the c# documentation & examples that there are 2 ways to get > reports for campaign stats. One is via the AdHoc reports and the second is > via the campaignService. > I pers

CampaignStats

2012-07-05 Thread Ro
Hi, I saw in the c# documentation & examples that there are 2 ways to get reports for campaign stats. One is via the AdHoc reports and the second is via the campaignService. I personally use the campaignService since I found the reports to sometime fail with a timeout exception - but I'm afraid

Re: campaignStats object returning blank values

2012-03-14 Thread Anash P. Oommen
Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, March 13, 2012 9:12:07 PM UTC+5:30, MWA wrote: > > > > Hi, > > I'm trying to get clients data but campaignStats object returning blank > values. > > My resulting array is as follows > > I&#

Re: campaignStats object returning blank values

2012-03-14 Thread MWA
Anybody here to help me On Tuesday, March 13, 2012 8:42:07 PM UTC+5, MWA wrote: > > > > Hi, > > I'm trying to get clients data but campaignStats object returning blank > values. > > My resulting array is as follows > > I'm using v201109 PHP

Re: CampaignStats removed clicks and cost after a while

2012-02-09 Thread Alexander Alex
Thank you, this exactly info I'm looking for. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: CampaignStats removed clicks and cost after a while

2012-02-09 Thread Danial Klimkin
Hello Alexander, This is the expected behavior. All clicks are reviewed by analytic systems internally to detect multiple clicks, click frauds etc. If any such event found the clicks amount could get reduced. Please note the clicks could only be removed so you will be charged less. The data i

CampaignStats removed clicks and cost after a while

2012-02-07 Thread Alexander Alex
Hello all! I know about 3 hours delay, and since I'm pessimist, I query CampaignStats after at least 6 hours from previous day. However, sometimes I found that previously reported data changed, e.g. clicks/costs removed. For example, I got 67 clicks for period "2011-11-01";&quo

Re: CampaignStats returning null from sandbox

2011-10-18 Thread Anash P. Oommen
Hi Kory, CampaignStats is readonly, you can't set stats either in sandbox or in production. If you need to specifically test for non-zero campaignstats, you need to run your code example against a production campaign that has some clicks and impressions. Cheers, Anash P. Oommen, AdWord

Re: CampaignStats returning null from sandbox

2011-10-18 Thread Kory Hansen
I modified the selector and now I am getting back 0. It looks like when I try to add a campaign to the sandbox, it is setting the CampaignStats object to null. I found that out when I started debugging my code and noticed that CampaignStats is null in the CampaignReturnValue object that is

Re: CampaignStats returning null from sandbox

2011-10-18 Thread Anash P. Oommen
Hi Kory, I believe you should get all stats as 0, not NULL. Are you requesting the relevant stats fields when constructing your selector? See http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html for details. Cheers, Anash P. Oommen, AdWords API Advisor.

CampaignStats returning null from sandbox

2011-10-18 Thread Kory Hansen
I am new to the AdWords API and I am playing around in the sandbox. I created a test Campaign where I set some CampaignStats. When I try to get the CampaignStats, they are all null. Can you set CampaignStats in the sandbox? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: CampaignStats via Ruby gem

2011-08-23 Thread Danial Klimkin
Hi Mike, I think you already figured this out but I will answer here too, for other users. With the Generic selector requests you need to specify all fields you expect to receive. More fields might get returned but it is not guaranteed. Here is a good reference for all the fields: http://c

CampaignStats via Ruby gem

2011-08-18 Thread Mike Subelsky
#x27;, 'Status'], date_range: { min: "20110101", max: "20110818" } } response = campaign_srv.get(selector) No matter what other selectors I try (include_stats: true, campaignStats: true, etc) I can't get the real numbers to come back. Does anyone have

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
Thank You VERY much, It took me several hours and I couldn't make it. Everything works great now. greets mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
Thank You VERY much, It took me several hours and I couldn't make it. greets mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread jstedman
The individual stats fields have to be selected by name in the selector. It is not obvious in the documentation how this works, but the fields you want are tagged "selectable" on this page: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html If you look to

problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
ector.html), I add 'CampaignStats' to fields array - my code below. $campaignService = $user->GetCampaignService('v201101'); // Create selector. $selector = new Selector(); $selector->fields = array('Id', 'Name', 'Sta

Re: How to get CampaignStats in Adwords v201101 in C#

2011-04-08 Thread David Torres
Hi, You need to request every statistical field required in the selector.fields to have campaignStats populated back to you, see http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html so if you, for example, wants clicks you need to add it as "Click

How to get CampaignStats in Adwords v201101 in C#

2011-04-05 Thread sa...@cwm.co.il
t;Status " + entry.status + ""; } but i can`t select campaigns stats because there is no field for it that i can write in :selector.fields ( because campaignStats is a non selectable field) according to this page : http://code.google.com/apis/adwords/docs/reference/latest/CampaignServ

Re: CampaignStats array getting values null.

2011-02-21 Thread AdWords API Advisor
/Api/Ads/AdWords/v201008/CampaignServiceTest.php#162 for a code example. Cheers, Anash P. Oommen, AdWords API Advisor. On Feb 18, 5:03 pm, Deepak Jayaramdas wrote: > hi > > I din't gettingd details from "CampaignStats". My code is pasted here. > When i try print_r(

CampaignStats array getting values null.

2011-02-18 Thread Deepak Jayaramdas
hi I din't gettingd details from "CampaignStats". My code is pasted here. When i try print_r($campaign); ( i'm using PHP) CampaignStats array getting values null. // Log SOAP XML request and response. $user->LogDefaults(); // Get the CampaignService. $

Re: CampaignStats data is empty

2011-02-10 Thread AdWords API Advisor
Hi, There is no approval process in the sandbox environment, and the ads created there won't actually run. Because the ads aren't running there will never be any stats to download. Best, - Eric Koleda, AdWords API Team On Feb 7, 7:51 pm, Xr4ti wrote: > This is for the sandbox.. not a live acco

Re: CampaignStats data is empty

2011-02-07 Thread Xr4ti
This is for the sandbox.. not a live account -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message bec

CampaignStats data is empty

2011-02-07 Thread Xr4ti
Hello - I have created a few campaigns, added ads which are set with the approval status UNCHECKED and added keywords that are set with the approval status PENDING_REVIEW. I have downloaded the Sandbox Account Viewer and when I check the campaign level all the CampaignStats data is empty. How

Re: CampaignStats not returning network type.

2010-11-18 Thread AdWords API Advisor
Hi Dan, Thank you for the feedback. I don't have any new information regarding that field, but I'll let the core engineering team know that there is additional interest in exposing it via the API. Best, - Eric On Nov 16, 4:40 pm, dkasak wrote: > Our users are also asking for this metric. Any w

Re: CampaignStats not returning network type.

2010-11-16 Thread dkasak
Our users are also asking for this metric. Any word on future availability? Dan On Oct 28, 6:51 am, AdWords API Advisor wrote: > Hi Andy, > > Unfortunately impression share isn't available in v2010* reports yet, > but I'll talk to the core engineering team about exposing it. > > Best, > - Eric >

Re: CampaignStats not returning network type.

2010-10-27 Thread AdWords API Advisor
Hi Andy, Unfortunately impression share isn't available in v2010* reports yet, but I'll talk to the core engineering team about exposing it. Best, - Eric On Oct 21, 3:04 pm, Andy wrote: > I was wondering after reading this: > > http://code.google.com/apis/adwords/docs/appendix/reports.html > >

Re: CampaignStats not returning network type.

2010-10-21 Thread Andy
I was wondering after reading this: http://code.google.com/apis/adwords/docs/appendix/reports.html Is it no longer possible to report on impression share? We have an internal tool which is kind of dependant on this metric. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: CampaignStats not returning network type.

2010-09-21 Thread AdWords API Advisor
..@address.com') > > > > selector = { > > >         'statsSelector': { > > >                 'dateRange': { > > >                         'max':"20100101", > > >                         'min':&quo

Re: CampaignStats not returning network type.

2010-09-20 Thread Andy
Selector': { > >                 'dateRange': { > >                         'max':"20100101", > >                         'min':"20100101" > >                 } > >         } > > > } > > > cs

Re: CampaignStats not returning network type.

2010-09-15 Thread AdWords API Advisor
tor': { >                 'dateRange': { >                         'max':"20100101", >                         'min':"20100101" >                 } >         } > > } > > cs = client.GetCampaignService('https://adwords.googl

CampaignStats not returning network type.

2010-09-11 Thread Andy
'min':"20100101" } } } cs = client.GetCampaignService('https://adwords.google.com', 'v201003') campaigns = cs.Get(selector)[0] for entry in campaigns['entries']: print entry['campaignStats']

AdWords API Re: CampaignStats have more campaignStatuses values

2010-03-22 Thread AdWords API Advisor
Hi, Those are the only three campaign statuses. Are you seeing other values? Best, - Eric Koleda, AdWords API Team On Mar 19, 10:38 am, Swithin wrote: > How come your "enum CampaignStats" documentation only refers to > "ACTIVE", "PAUSED" and

AdWords API CampaignStats have more campaignStatuses values

2010-03-19 Thread Swithin
How come your "enum CampaignStats" documentation only refers to "ACTIVE", "PAUSED" and "DELETED" as possible values for the "campaignStatuses" parameter, of the "statsSelector", when there are others? This caused me some hardship, as