Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-26 Thread Danial Klimkin
Hello Dan,


I've received your query details over email. It appears you don't get any 
data in the report as there is not enough statistics for the campaigns. All 
of them have impressions of a single-digit number which is not enough for 
the sample group.

You can find more info about the report specifics here:
 
  http://support.google.com/adwords/bin/answer.py?hl=en&answer=2472714

Please also note the relevant report in the UI produces no results either. 
As this is not an issue specific to the API, please contact the general 
AdWords support should you have more specific questions on this report.


-Danial, AdWords API Team.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-19 Thread Danial Klimkin
Hello Dan,


Please doublecheck the customer ID you send in the headers - is this the 
advertiser account CID? If so, please send me the ID over email and I'll 
investigate it for you (make sure to use Reply, not Reply All button).


-Danial, AdWords API Team.


On Friday, October 5, 2012 10:42:46 AM UTC+4, dkasak wrote:
>
> I spent most of the day rewiring our code to make AWQL requests for this 
> report. This doesn't return any records either; just an XML with field 
> headers.
>
> Now ... can someone please comment *definitively* on whether this report 
> is supposed to work or not?
>
> ---
>
> AWQL:
>
> select
>   AccountId
> , AdGroupId
> , AdGroupName
> , AdGroupStatus
> , CampaignId
> , CampaignName
> , CampaignStatus
> , ReachFrequency
> , ReachFrequencyClicks
> , ReachFrequencyConv
> , ReachFrequencyConvRate
> , ReachFrequencyCtr
> , ReachFrequencyDate
> from ADGROUP_REACH_FREQUENCY_REPORT
> during LAST_7_DAYS
>
> Report XML returned:
>
>  standalone='yes'?> name='ADGROUP_REACH_FREQUENCY_REPORT'/> display='Ad group'/> name='campaign' display='Campaign'/> display='Campaign state'/> display='Frequency'/> name='conv' display='Conv.'/> display='Day'/>
>
> Dan
>
> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>>
>> Hi,
>> This report works.I have used this report and it gives me correct data .I 
>> have tested it for the fields which you have specified.But instead of using 
>> adhoc reports i use awql queries.
>> The query which gets me this data is as follows:-
>> $reportDefinition = "SELECT  
>> AdGroupId,AdGroupName,AdGroupStatus,CampaignId,CampaignName,CampaignStatus,ReachFrequency,ReachFrequencyClicks,ReachFrequencyConv,ReachFrequencyConvRate,ReachFrequencyCtr,ReachFrequencyDate,UniqueUserCountAsLong
>>
>> FROM ADGROUP_REACH_FREQUENCY_REPORT  DURING LAST_7_DAYS";
>>
>>
>>
>> On Thu, Oct 4, 2012 at 7:26 AM, dkasak wrote:
>>
>>> Hi.
>>>
>>> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report type. 
>>> We'd like to use this data. When I create a report request:
>>>
>>> https://adwords.google.com/api/adwords/cm/v201206";>
>>> 
>>> AdGroupId
>>> AdGroupName
>>> AdGroupStatus
>>> CampaignId
>>> CampaignName
>>> CampaignStatus
>>> ReachFrequency
>>> ReachFrequencyClicks
>>> ReachFrequencyConv
>>> ReachFrequencyConvRate
>>> ReachFrequencyCtr
>>> ReachFrequencyDate
>>> UniqueUserCountAsLong
>>> 
>>> ADGROUP_REACH_FREQUENCY_REPORT
>>> ADGROUP_REACH_FREQUENCY_REPORT
>>> LAST_7_DAYS
>>> GZIPPED_XML
>>> 
>>>
>>>  ... I get a gzipped XML, but it only contains headers; no rows.
>>>
>>> Is this report not working yet?
>>>
>>> Dan
>>>
>>> -- 
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> Also find us on our blog and discussion group:
>>> http://adwordsapi.blogspot.com
>>> http://groups.google.com/group/adwords-api
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>  
>>> You received this message because you are subscribed to the Google
>>> Groups "AdWords API Forum" group.
>>> To post to this group, send email to adwor...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> adwords-api...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/adwords-api?hl=en
>>>
>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-18 Thread dkasak
.

On Thursday, 18 October 2012 10:02:44 UTC+11, dkasak wrote:
>
> .
>
> On Tuesday, 16 October 2012 15:05:28 UTC+11, dkasak wrote:
>>
>> .
>>
>> On Monday, 15 October 2012 10:44:55 UTC+11, dkasak wrote:
>>>
>>> .
>>>
>>> On Friday, 12 October 2012 11:15:02 UTC+11, dkasak wrote:

 .

 On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote:
>
> Yo! Google! Anyone home? I assume it's a known issue and you'll 
> respond "all in good time"?
>
> On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote:
>>
>> 
>>
>> On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:
>>>
>>> Hmmm.
>>>
>>> OK Jayshree. Thanks for responding, but in all honesty, you're not 
>>> helping. Please see the response I got back ( above ). For us, at least 
>>> for 
>>> certain accounts ( which have reporting data for the given date range 
>>> ), 
>>> we're not getting any data. It's great that you're getting data, but 
>>> it's 
>>> not explaining what's happening in our reports.
>>>
>>> Can someone from *Google* please respond on this issue?
>>>
>>> Dan
>>>
>>> On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:


 Have a look at this file,this  are the stats i got by running  the 
 awql query i mentioned previously

 On Fri, Oct 5, 2012 at 12:12 PM, dkasak >>> > wrote:

> I spent most of the day rewiring our code to make AWQL requests 
> for this report. This doesn't return any records either; just an XML 
> with 
> field headers.
>
> Now ... can someone please comment *definitively* on whether this 
> report is supposed to work or not?
>
> ---
>
> AWQL:
>
> select
>   AccountId
> , AdGroupId
> , AdGroupName
> , AdGroupStatus
> , CampaignId
> , CampaignName
> , CampaignStatus
> , ReachFrequency
> , ReachFrequencyClicks
> , ReachFrequencyConv
> , ReachFrequencyConvRate
> , ReachFrequencyCtr
> , ReachFrequencyDate
> from ADGROUP_REACH_FREQUENCY_REPORT
> during LAST_7_DAYS
>
> Report XML returned:
>
>  standalone='yes'?> name='ADGROUP_REACH_FREQUENCY_REPORT'/> name='adGroup' 
> display='Ad group'/> name='campaign' display='Campaign'/> display='Campaign state'/> display='Frequency'/> name='conv' display='Conv.'/> display='Day'/>
>
> Dan
>
> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle 
> wrote:
>
>> Hi,
>> This report works.I have used this report and it gives me correct 
>> data .I have tested it for the fields which you have specified.But 
>> instead 
>> of using adhoc reports i use awql queries.
>> The query which gets me this data is as follows:-
>> $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
>> AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
>> ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
>> ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,*
>> *UniqueUserCountAsLong   FROM ADGROUP_REACH_FREQUENCY_**REPORT  
>> DURING LAST_7_DAYS";
>>
>>
>>
>> On Thu, Oct 4, 2012 at 7:26 AM, dkasak <
>> daniel...@247realmedia.com**> wrote:
>>
>>>  Hi.
>>>
>>> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT 
>>> report type. We'd like to use this data. When I create a report 
>>> request:
>>>
>>> https://adwords.google.**
>>> com/api/adwords/cm/v201206
>>> ">
>>> 
>>> AdGroupId
>>> AdGroupName
>>> AdGroupStatus
>>> CampaignId
>>> CampaignName
>>> CampaignStatus
>>> ReachFrequency
>>> ReachFrequencyClicks
>>> ReachFrequencyConv
>>> **ReachFrequencyConvRate
>>> ReachFrequencyCtr
>>> ReachFrequencyDate
>>> UniqueUserCountAsLong<**/fields>
>>> 
>>> ADGROUP_REACH_**FREQUENCY_REPORT
>>> ADGROUP_REACH_**FREQUENCY_REPORT
>>> LAST_7_DAYS
>>> GZIPPED_XML
>>> 
>>>
>>>  ... I get a gzipped XML, but it only contains headers; no rows.
>>>
>>> Is this report not working yet?
>>>
>>> Dan
>>>
>>> -- 
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>>> Also find us on our b

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-17 Thread dkasak
.

On Tuesday, 16 October 2012 15:05:28 UTC+11, dkasak wrote:
>
> .
>
> On Monday, 15 October 2012 10:44:55 UTC+11, dkasak wrote:
>>
>> .
>>
>> On Friday, 12 October 2012 11:15:02 UTC+11, dkasak wrote:
>>>
>>> .
>>>
>>> On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote:

 Yo! Google! Anyone home? I assume it's a known issue and you'll respond 
 "all in good time"?

 On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote:
>
> 
>
> On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:
>>
>> Hmmm.
>>
>> OK Jayshree. Thanks for responding, but in all honesty, you're not 
>> helping. Please see the response I got back ( above ). For us, at least 
>> for 
>> certain accounts ( which have reporting data for the given date range ), 
>> we're not getting any data. It's great that you're getting data, but 
>> it's 
>> not explaining what's happening in our reports.
>>
>> Can someone from *Google* please respond on this issue?
>>
>> Dan
>>
>> On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:
>>>
>>>
>>> Have a look at this file,this  are the stats i got by running  the 
>>> awql query i mentioned previously
>>>
>>> On Fri, Oct 5, 2012 at 12:12 PM, dkasak 
>>> wrote:
>>>
 I spent most of the day rewiring our code to make AWQL requests for 
 this report. This doesn't return any records either; just an XML with 
 field 
 headers.

 Now ... can someone please comment *definitively* on whether this 
 report is supposed to work or not?

 ---

 AWQL:

 select
   AccountId
 , AdGroupId
 , AdGroupName
 , AdGroupStatus
 , CampaignId
 , CampaignName
 , CampaignStatus
 , ReachFrequency
 , ReachFrequencyClicks
 , ReachFrequencyConv
 , ReachFrequencyConvRate
 , ReachFrequencyCtr
 , ReachFrequencyDate
 from ADGROUP_REACH_FREQUENCY_REPORT
 during LAST_7_DAYS

 Report XML returned:

 >>> standalone='yes'? name='ADGROUP_REACH_FREQUENCY_REPORT'/ name='adGroup' 
 display='Ad group'/ name='campaign' display='Campaign'/ display='Campaign state'/ display='Frequency'/ name='conv' display='Conv.'/ display='Day'/>

 Dan

 On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:

> Hi,
> This report works.I have used this report and it gives me correct 
> data .I have tested it for the fields which you have specified.But 
> instead 
> of using adhoc reports i use awql queries.
> The query which gets me this data is as follows:-
> $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
> AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
> ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
> ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong
>
> FROM ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";
>
>
>
> On Thu, Oct 4, 2012 at 7:26 AM, dkasak  **> wrote:
>
>>  Hi.
>>
>> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT 
>> report type. We'd like to use this data. When I create a report 
>> request:
>>
>> https://adwords.google.**
>> com/api/adwords/cm/v201206
>> ">
>> 
>> AdGroupId
>> AdGroupName
>> AdGroupStatus
>> CampaignId
>> CampaignName
>> CampaignStatus
>> ReachFrequency
>> ReachFrequencyClicks
>> ReachFrequencyConv
>> **ReachFrequencyConvRate
>> ReachFrequencyCtr
>> ReachFrequencyDate
>> UniqueUserCountAsLong<**/fields>
>> 
>> ADGROUP_REACH_**FREQUENCY_REPORT
>> ADGROUP_REACH_**FREQUENCY_REPORT
>> LAST_7_DAYS
>> GZIPPED_XML
>> 
>>
>>  ... I get a gzipped XML, but it only contains headers; no rows.
>>
>> Is this report not working yet?
>>
>> Dan
>>
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://adwordsapi.blogspot.com
>> http://groups.google.com/**group/adwords-api
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>>  
>> You received 

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-15 Thread dkasak
.

On Monday, 15 October 2012 10:44:55 UTC+11, dkasak wrote:
>
> .
>
> On Friday, 12 October 2012 11:15:02 UTC+11, dkasak wrote:
>>
>> .
>>
>> On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote:
>>>
>>> Yo! Google! Anyone home? I assume it's a known issue and you'll respond 
>>> "all in good time"?
>>>
>>> On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote:

 

 On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:
>
> Hmmm.
>
> OK Jayshree. Thanks for responding, but in all honesty, you're not 
> helping. Please see the response I got back ( above ). For us, at least 
> for 
> certain accounts ( which have reporting data for the given date range ), 
> we're not getting any data. It's great that you're getting data, but it's 
> not explaining what's happening in our reports.
>
> Can someone from *Google* please respond on this issue?
>
> Dan
>
> On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:
>>
>>
>> Have a look at this file,this  are the stats i got by running  the 
>> awql query i mentioned previously
>>
>> On Fri, Oct 5, 2012 at 12:12 PM, dkasak 
>> wrote:
>>
>>> I spent most of the day rewiring our code to make AWQL requests for 
>>> this report. This doesn't return any records either; just an XML with 
>>> field 
>>> headers.
>>>
>>> Now ... can someone please comment *definitively* on whether this 
>>> report is supposed to work or not?
>>>
>>> ---
>>>
>>> AWQL:
>>>
>>> select
>>>   AccountId
>>> , AdGroupId
>>> , AdGroupName
>>> , AdGroupStatus
>>> , CampaignId
>>> , CampaignName
>>> , CampaignStatus
>>> , ReachFrequency
>>> , ReachFrequencyClicks
>>> , ReachFrequencyConv
>>> , ReachFrequencyConvRate
>>> , ReachFrequencyCtr
>>> , ReachFrequencyDate
>>> from ADGROUP_REACH_FREQUENCY_REPORT
>>> during LAST_7_DAYS
>>>
>>> Report XML returned:
>>>
>>> >> standalone='yes'?>>> name='ADGROUP_REACH_FREQUENCY_REPORT'/>>> name='adGroup' 
>>> display='Ad group'/>>> name='campaign' display='Campaign'/>>> display='Campaign state'/>>> display='Frequency'/>>> name='conv' display='Conv.'/>>> display='Day'/>
>>>
>>> Dan
>>>
>>> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>>>
 Hi,
 This report works.I have used this report and it gives me correct 
 data .I have tested it for the fields which you have specified.But 
 instead 
 of using adhoc reports i use awql queries.
 The query which gets me this data is as follows:-
 $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
 AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
 ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
 ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong

 FROM ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";



 On Thu, Oct 4, 2012 at 7:26 AM, dkasak >>> *> wrote:

>  Hi.
>
> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report 
> type. We'd like to use this data. When I create a report request:
>
> https://adwords.google.**
> com/api/adwords/cm/v201206
> ">
> 
> AdGroupId
> AdGroupName
> AdGroupStatus
> CampaignId
> CampaignName
> CampaignStatus
> ReachFrequency
> ReachFrequencyClicks
> ReachFrequencyConv
> **ReachFrequencyConvRate
> ReachFrequencyCtr
> ReachFrequencyDate
> UniqueUserCountAsLong<**/fields>
> 
> ADGROUP_REACH_**FREQUENCY_REPORT
> ADGROUP_REACH_**FREQUENCY_REPORT
> LAST_7_DAYS
> GZIPPED_XML
> 
>
>  ... I get a gzipped XML, but it only contains headers; no rows.
>
> Is this report not working yet?
>
> Dan
>
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/**group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>  
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwor...@googlegroups.com
>
> To unsubscribe from this group, send email to

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-14 Thread dkasak
.

On Friday, 12 October 2012 11:15:02 UTC+11, dkasak wrote:
>
> .
>
> On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote:
>>
>> Yo! Google! Anyone home? I assume it's a known issue and you'll respond 
>> "all in good time"?
>>
>> On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote:
>>>
>>> 
>>>
>>> On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:

 Hmmm.

 OK Jayshree. Thanks for responding, but in all honesty, you're not 
 helping. Please see the response I got back ( above ). For us, at least 
 for 
 certain accounts ( which have reporting data for the given date range ), 
 we're not getting any data. It's great that you're getting data, but it's 
 not explaining what's happening in our reports.

 Can someone from *Google* please respond on this issue?

 Dan

 On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:
>
>
> Have a look at this file,this  are the stats i got by running  the 
> awql query i mentioned previously
>
> On Fri, Oct 5, 2012 at 12:12 PM, dkasak wrote:
>
>> I spent most of the day rewiring our code to make AWQL requests for 
>> this report. This doesn't return any records either; just an XML with 
>> field 
>> headers.
>>
>> Now ... can someone please comment *definitively* on whether this 
>> report is supposed to work or not?
>>
>> ---
>>
>> AWQL:
>>
>> select
>>   AccountId
>> , AdGroupId
>> , AdGroupName
>> , AdGroupStatus
>> , CampaignId
>> , CampaignName
>> , CampaignStatus
>> , ReachFrequency
>> , ReachFrequencyClicks
>> , ReachFrequencyConv
>> , ReachFrequencyConvRate
>> , ReachFrequencyCtr
>> , ReachFrequencyDate
>> from ADGROUP_REACH_FREQUENCY_REPORT
>> during LAST_7_DAYS
>>
>> Report XML returned:
>>
>> > standalone='yes'?>> name='ADGROUP_REACH_FREQUENCY_REPORT'/>> name='adGroup' 
>> display='Ad group'/>> name='campaign' display='Campaign'/>> display='Campaign state'/>> display='Frequency'/>> name='conv' display='Conv.'/>> display='Day'/>
>>
>> Dan
>>
>> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>>
>>> Hi,
>>> This report works.I have used this report and it gives me correct 
>>> data .I have tested it for the fields which you have specified.But 
>>> instead 
>>> of using adhoc reports i use awql queries.
>>> The query which gets me this data is as follows:-
>>> $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
>>> AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
>>> ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
>>> ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong
>>>
>>> FROM ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";
>>>
>>>
>>>
>>> On Thu, Oct 4, 2012 at 7:26 AM, dkasak >> > wrote:
>>>
  Hi.

 We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report 
 type. We'd like to use this data. When I create a report request:

 https://adwords.google.**
 com/api/adwords/cm/v201206
 ">
 
 AdGroupId
 AdGroupName
 AdGroupStatus
 CampaignId
 CampaignName
 CampaignStatus
 ReachFrequency
 ReachFrequencyClicks
 ReachFrequencyConv
 **ReachFrequencyConvRate
 ReachFrequencyCtr
 ReachFrequencyDate
 UniqueUserCountAsLong<**/fields>
 
 ADGROUP_REACH_**FREQUENCY_REPORT
 ADGROUP_REACH_**FREQUENCY_REPORT
 LAST_7_DAYS
 GZIPPED_XML
 

  ... I get a gzipped XML, but it only contains headers; no rows.

 Is this report not working yet?

 Dan

 -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://adwordsapi.blogspot.com
 http://groups.google.com/**group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
  
 You received this message because you are subscribed to the Google
 Groups "AdWords API Forum" group.
 To post to this group, send email to adwor...@googlegroups.com

 To unsubscribe from this group, send email to
 adwords-api...@**googlegroups.com

 For more options, visit this group at
 http://groups.google.com/**group/adwords-api?hl=en

>

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-11 Thread dkasak
.

On Thursday, 11 October 2012 12:08:12 UTC+11, dkasak wrote:
>
> Yo! Google! Anyone home? I assume it's a known issue and you'll respond 
> "all in good time"?
>
> On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote:
>>
>> 
>>
>> On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:
>>>
>>> Hmmm.
>>>
>>> OK Jayshree. Thanks for responding, but in all honesty, you're not 
>>> helping. Please see the response I got back ( above ). For us, at least for 
>>> certain accounts ( which have reporting data for the given date range ), 
>>> we're not getting any data. It's great that you're getting data, but it's 
>>> not explaining what's happening in our reports.
>>>
>>> Can someone from *Google* please respond on this issue?
>>>
>>> Dan
>>>
>>> On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:


 Have a look at this file,this  are the stats i got by running  the awql 
 query i mentioned previously

 On Fri, Oct 5, 2012 at 12:12 PM, dkasak wrote:

> I spent most of the day rewiring our code to make AWQL requests for 
> this report. This doesn't return any records either; just an XML with 
> field 
> headers.
>
> Now ... can someone please comment *definitively* on whether this 
> report is supposed to work or not?
>
> ---
>
> AWQL:
>
> select
>   AccountId
> , AdGroupId
> , AdGroupName
> , AdGroupStatus
> , CampaignId
> , CampaignName
> , CampaignStatus
> , ReachFrequency
> , ReachFrequencyClicks
> , ReachFrequencyConv
> , ReachFrequencyConvRate
> , ReachFrequencyCtr
> , ReachFrequencyDate
> from ADGROUP_REACH_FREQUENCY_REPORT
> during LAST_7_DAYS
>
> Report XML returned:
>
>  standalone='yes'?> name='ADGROUP_REACH_FREQUENCY_REPORT'/> name='adGroup' 
> display='Ad group'/> name='campaign' display='Campaign'/> display='Campaign state'/> display='Frequency'/> name='conv' display='Conv.'/> display='Day'/>
>
> Dan
>
> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>
>> Hi,
>> This report works.I have used this report and it gives me correct 
>> data .I have tested it for the fields which you have specified.But 
>> instead 
>> of using adhoc reports i use awql queries.
>> The query which gets me this data is as follows:-
>> $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
>> AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
>> ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
>> ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong
>>
>> FROM ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";
>>
>>
>>
>> On Thu, Oct 4, 2012 at 7:26 AM, dkasak 
>> wrote:
>>
>>>  Hi.
>>>
>>> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report 
>>> type. We'd like to use this data. When I create a report request:
>>>
>>> https://adwords.google.**
>>> com/api/adwords/cm/v201206
>>> ">
>>> 
>>> AdGroupId
>>> AdGroupName
>>> AdGroupStatus
>>> CampaignId
>>> CampaignName
>>> CampaignStatus
>>> ReachFrequency
>>> ReachFrequencyClicks
>>> ReachFrequencyConv
>>> **ReachFrequencyConvRate
>>> ReachFrequencyCtr
>>> ReachFrequencyDate
>>> UniqueUserCountAsLong<**/fields>
>>> 
>>> ADGROUP_REACH_**FREQUENCY_REPORT
>>> ADGROUP_REACH_**FREQUENCY_REPORT
>>> LAST_7_DAYS
>>> GZIPPED_XML
>>> 
>>>
>>>  ... I get a gzipped XML, but it only contains headers; no rows.
>>>
>>> Is this report not working yet?
>>>
>>> Dan
>>>
>>> -- 
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>>> Also find us on our blog and discussion group:
>>> http://adwordsapi.blogspot.com
>>> http://groups.google.com/**group/adwords-api
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>>>  
>>> You received this message because you are subscribed to the Google
>>> Groups "AdWords API Forum" group.
>>> To post to this group, send email to adwor...@googlegroups.com
>>>
>>> To unsubscribe from this group, send email to
>>> adwords-api...@**googlegroups.com
>>>
>>> For more options, visit this group at
>>> http://groups.google.com/**group/adwords-api?hl=en
>>>
>>
>>  -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-10 Thread dkasak
Yo! Google! Anyone home? I assume it's a known issue and you'll respond 
"all in good time"?

On Wednesday, 10 October 2012 12:47:47 UTC+11, dkasak wrote:
>
> 
>
> On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:
>>
>> Hmmm.
>>
>> OK Jayshree. Thanks for responding, but in all honesty, you're not 
>> helping. Please see the response I got back ( above ). For us, at least for 
>> certain accounts ( which have reporting data for the given date range ), 
>> we're not getting any data. It's great that you're getting data, but it's 
>> not explaining what's happening in our reports.
>>
>> Can someone from *Google* please respond on this issue?
>>
>> Dan
>>
>> On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:
>>>
>>>
>>> Have a look at this file,this  are the stats i got by running  the awql 
>>> query i mentioned previously
>>>
>>> On Fri, Oct 5, 2012 at 12:12 PM, dkasak wrote:
>>>
 I spent most of the day rewiring our code to make AWQL requests for 
 this report. This doesn't return any records either; just an XML with 
 field 
 headers.

 Now ... can someone please comment *definitively* on whether this 
 report is supposed to work or not?

 ---

 AWQL:

 select
   AccountId
 , AdGroupId
 , AdGroupName
 , AdGroupStatus
 , CampaignId
 , CampaignName
 , CampaignStatus
 , ReachFrequency
 , ReachFrequencyClicks
 , ReachFrequencyConv
 , ReachFrequencyConvRate
 , ReachFrequencyCtr
 , ReachFrequencyDate
 from ADGROUP_REACH_FREQUENCY_REPORT
 during LAST_7_DAYS

 Report XML returned:

 >>> standalone='yes'? name='ADGROUP_REACH_FREQUENCY_REPORT'/ name='adGroup' 
 display='Ad group'/ name='campaign' display='Campaign'/ display='Campaign state'/ display='Frequency'/ name='conv' display='Conv.'/ display='Day'/>

 Dan

 On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:

> Hi,
> This report works.I have used this report and it gives me correct data 
> .I have tested it for the fields which you have specified.But instead of 
> using adhoc reports i use awql queries.
> The query which gets me this data is as follows:-
> $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
> AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
> ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
> ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong
>
> FROM ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";
>
>
>
> On Thu, Oct 4, 2012 at 7:26 AM, dkasak 
> wrote:
>
>>  Hi.
>>
>> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report 
>> type. We'd like to use this data. When I create a report request:
>>
>> https://adwords.google.**
>> com/api/adwords/cm/v201206
>> ">
>> 
>> AdGroupId
>> AdGroupName
>> AdGroupStatus
>> CampaignId
>> CampaignName
>> CampaignStatus
>> ReachFrequency
>> ReachFrequencyClicks
>> ReachFrequencyConv
>> **ReachFrequencyConvRate
>> ReachFrequencyCtr
>> ReachFrequencyDate
>> UniqueUserCountAsLong<**/fields>
>> 
>> ADGROUP_REACH_**FREQUENCY_REPORT
>> ADGROUP_REACH_**FREQUENCY_REPORT
>> LAST_7_DAYS
>> GZIPPED_XML
>> 
>>
>>  ... I get a gzipped XML, but it only contains headers; no rows.
>>
>> Is this report not working yet?
>>
>> Dan
>>
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://adwordsapi.blogspot.com
>> http://groups.google.com/**group/adwords-api
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com
>>
>> To unsubscribe from this group, send email to
>> adwords-api...@**googlegroups.com
>>
>> For more options, visit this group at
>> http://groups.google.com/**group/adwords-api?hl=en
>>
>
>  -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://adwordsapi.blogspot.com
 http://groups.google.com/group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
  
 You received this message because you are subscribed to the Google
 Groups "AdWords API Forum" group.
 To post to this group, send email to adwor...@googlegroups.co

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-09 Thread dkasak


On Tuesday, October 9, 2012 3:29:34 PM UTC+11, dkasak wrote:
>
> Hmmm.
>
> OK Jayshree. Thanks for responding, but in all honesty, you're not 
> helping. Please see the response I got back ( above ). For us, at least for 
> certain accounts ( which have reporting data for the given date range ), 
> we're not getting any data. It's great that you're getting data, but it's 
> not explaining what's happening in our reports.
>
> Can someone from *Google* please respond on this issue?
>
> Dan
>
> On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:
>>
>>
>> Have a look at this file,this  are the stats i got by running  the awql 
>> query i mentioned previously
>>
>> On Fri, Oct 5, 2012 at 12:12 PM, dkasak wrote:
>>
>>> I spent most of the day rewiring our code to make AWQL requests for this 
>>> report. This doesn't return any records either; just an XML with field 
>>> headers.
>>>
>>> Now ... can someone please comment *definitively* on whether this 
>>> report is supposed to work or not?
>>>
>>> ---
>>>
>>> AWQL:
>>>
>>> select
>>>   AccountId
>>> , AdGroupId
>>> , AdGroupName
>>> , AdGroupStatus
>>> , CampaignId
>>> , CampaignName
>>> , CampaignStatus
>>> , ReachFrequency
>>> , ReachFrequencyClicks
>>> , ReachFrequencyConv
>>> , ReachFrequencyConvRate
>>> , ReachFrequencyCtr
>>> , ReachFrequencyDate
>>> from ADGROUP_REACH_FREQUENCY_REPORT
>>> during LAST_7_DAYS
>>>
>>> Report XML returned:
>>>
>>> >> standalone='yes'?>>> name='ADGROUP_REACH_FREQUENCY_REPORT'/>>> display='Ad group'/>>> name='campaign' display='Campaign'/>>> display='Campaign state'/>>> display='Frequency'/>>> name='conv' display='Conv.'/>>> display='Day'/>
>>>
>>> Dan
>>>
>>> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>>>
 Hi,
 This report works.I have used this report and it gives me correct data 
 .I have tested it for the fields which you have specified.But instead of 
 using adhoc reports i use awql queries.
 The query which gets me this data is as follows:-
 $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
 AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**
 ReachFrequency,**ReachFrequencyClicks,**ReachFrequencyConv,**
 ReachFrequencyConvRate,**ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong

 FROM ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";



 On Thu, Oct 4, 2012 at 7:26 AM, dkasak wrote:

>  Hi.
>
> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report 
> type. We'd like to use this data. When I create a report request:
>
> https://adwords.google.**
> com/api/adwords/cm/v201206
> ">
> 
> AdGroupId
> AdGroupName
> AdGroupStatus
> CampaignId
> CampaignName
> CampaignStatus
> ReachFrequency
> ReachFrequencyClicks
> ReachFrequencyConv
> **ReachFrequencyConvRate
> ReachFrequencyCtr
> ReachFrequencyDate
> UniqueUserCountAsLong<**/fields>
> 
> ADGROUP_REACH_**FREQUENCY_REPORT
> ADGROUP_REACH_**FREQUENCY_REPORT
> LAST_7_DAYS
> GZIPPED_XML
> 
>
>  ... I get a gzipped XML, but it only contains headers; no rows.
>
> Is this report not working yet?
>
> Dan
>
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/**group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>  
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwor...@googlegroups.com
>
> To unsubscribe from this group, send email to
> adwords-api...@**googlegroups.com
>
> For more options, visit this group at
> http://groups.google.com/**group/adwords-api?hl=en
>

  -- 
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> Also find us on our blog and discussion group:
>>> http://adwordsapi.blogspot.com
>>> http://groups.google.com/group/adwords-api
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>  
>>> You received this message because you are subscribed to the Google
>>> Groups "AdWords API Forum" group.
>>> To post to this group, send email to adwor...@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> adwords-api...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/adwords-api?hl=en
>>>
>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.g

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-08 Thread dkasak
Hmmm.

OK Jayshree. Thanks for responding, but in all honesty, you're not helping. 
Please see the response I got back ( above ). For us, at least for certain 
accounts ( which have reporting data for the given date range ), we're not 
getting any data. It's great that you're getting data, but it's not 
explaining what's happening in our reports.

Can someone from *Google* please respond on this issue?

Dan

On Friday, 5 October 2012 21:55:29 UTC+10, jayshree bhongle wrote:
>
>
> Have a look at this file,this  are the stats i got by running  the awql 
> query i mentioned previously
>
> On Fri, Oct 5, 2012 at 12:12 PM, dkasak 
> 
> > wrote:
>
>> I spent most of the day rewiring our code to make AWQL requests for this 
>> report. This doesn't return any records either; just an XML with field 
>> headers.
>>
>> Now ... can someone please comment *definitively* on whether this report 
>> is supposed to work or not?
>>
>> ---
>>
>> AWQL:
>>
>> select
>>   AccountId
>> , AdGroupId
>> , AdGroupName
>> , AdGroupStatus
>> , CampaignId
>> , CampaignName
>> , CampaignStatus
>> , ReachFrequency
>> , ReachFrequencyClicks
>> , ReachFrequencyConv
>> , ReachFrequencyConvRate
>> , ReachFrequencyCtr
>> , ReachFrequencyDate
>> from ADGROUP_REACH_FREQUENCY_REPORT
>> during LAST_7_DAYS
>>
>> Report XML returned:
>>
>> > standalone='yes'?>> name='ADGROUP_REACH_FREQUENCY_REPORT'/>> display='Ad group'/>> name='campaign' display='Campaign'/>> display='Campaign state'/>> display='Frequency'/>> name='conv' display='Conv.'/>> display='Day'/>
>>
>> Dan
>>
>> On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>>
>>> Hi,
>>> This report works.I have used this report and it gives me correct data 
>>> .I have tested it for the fields which you have specified.But instead of 
>>> using adhoc reports i use awql queries.
>>> The query which gets me this data is as follows:-
>>> $reportDefinition = "SELECT  AdGroupId,AdGroupName,**
>>> AdGroupStatus,CampaignId,**CampaignName,CampaignStatus,**ReachFrequency,
>>> **ReachFrequencyClicks,**ReachFrequencyConv,**ReachFrequencyConvRate,**
>>> ReachFrequencyCtr,**ReachFrequencyDate,**UniqueUserCountAsLong   FROM 
>>> ADGROUP_REACH_FREQUENCY_**REPORT  DURING LAST_7_DAYS";
>>>
>>>
>>>
>>> On Thu, Oct 4, 2012 at 7:26 AM, dkasak wrote:
>>>
  Hi.

 We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report 
 type. We'd like to use this data. When I create a report request:

 https://adwords.google.**
 com/api/adwords/cm/v201206
 ">
 
 AdGroupId
 AdGroupName
 AdGroupStatus
 CampaignId
 CampaignName
 CampaignStatus
 ReachFrequency
 ReachFrequencyClicks
 ReachFrequencyConv
 **ReachFrequencyConvRate
 ReachFrequencyCtr
 ReachFrequencyDate
 UniqueUserCountAsLong<**/fields>
 
 ADGROUP_REACH_**FREQUENCY_REPORT
 ADGROUP_REACH_**FREQUENCY_REPORT
 LAST_7_DAYS
 GZIPPED_XML
 

  ... I get a gzipped XML, but it only contains headers; no rows.

 Is this report not working yet?

 Dan

 -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://adwordsapi.blogspot.com
 http://groups.google.com/**group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
  
 You received this message because you are subscribed to the Google
 Groups "AdWords API Forum" group.
 To post to this group, send email to adwor...@googlegroups.com

 To unsubscribe from this group, send email to
 adwords-api...@**googlegroups.com

 For more options, visit this group at
 http://groups.google.com/**group/adwords-api?hl=en

>>>
>>>  -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://adwordsapi.blogspot.com
>> http://groups.google.com/group/adwords-api
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/adwords-api?hl=en
>>
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwo

Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-04 Thread dkasak
I spent most of the day rewiring our code to make AWQL requests for this 
report. This doesn't return any records either; just an XML with field 
headers.

Now ... can someone please comment *definitively* on whether this report is 
supposed to work or not?

---

AWQL:

select
  AccountId
, AdGroupId
, AdGroupName
, AdGroupStatus
, CampaignId
, CampaignName
, CampaignStatus
, ReachFrequency
, ReachFrequencyClicks
, ReachFrequencyConv
, ReachFrequencyConvRate
, ReachFrequencyCtr
, ReachFrequencyDate
from ADGROUP_REACH_FREQUENCY_REPORT
during LAST_7_DAYS

Report XML returned:



Dan

On Thursday, 4 October 2012 21:38:21 UTC+10, jayshree bhongle wrote:
>
> Hi,
> This report works.I have used this report and it gives me correct data .I 
> have tested it for the fields which you have specified.But instead of using 
> adhoc reports i use awql queries.
> The query which gets me this data is as follows:-
> $reportDefinition = "SELECT  
> AdGroupId,AdGroupName,AdGroupStatus,CampaignId,CampaignName,CampaignStatus,ReachFrequency,ReachFrequencyClicks,ReachFrequencyConv,ReachFrequencyConvRate,ReachFrequencyCtr,ReachFrequencyDate,UniqueUserCountAsLong
>
> FROM ADGROUP_REACH_FREQUENCY_REPORT  DURING LAST_7_DAYS";
>
>
>
> On Thu, Oct 4, 2012 at 7:26 AM, dkasak 
> 
> > wrote:
>
>> Hi.
>>
>> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report type. 
>> We'd like to use this data. When I create a report request:
>>
>> https://adwords.google.com/api/adwords/cm/v201206";>
>> 
>> AdGroupId
>> AdGroupName
>> AdGroupStatus
>> CampaignId
>> CampaignName
>> CampaignStatus
>> ReachFrequency
>> ReachFrequencyClicks
>> ReachFrequencyConv
>> ReachFrequencyConvRate
>> ReachFrequencyCtr
>> ReachFrequencyDate
>> UniqueUserCountAsLong
>> 
>> ADGROUP_REACH_FREQUENCY_REPORT
>> ADGROUP_REACH_FREQUENCY_REPORT
>> LAST_7_DAYS
>> GZIPPED_XML
>> 
>>
>>  ... I get a gzipped XML, but it only contains headers; no rows.
>>
>> Is this report not working yet?
>>
>> Dan
>>
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://adwordsapi.blogspot.com
>> http://groups.google.com/group/adwords-api
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/adwords-api?hl=en
>>
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-04 Thread jayshree bhongle
Hi,
This report works.I have used this report and it gives me correct data .I
have tested it for the fields which you have specified.But instead of using
adhoc reports i use awql queries.
The query which gets me this data is as follows:-
$reportDefinition = "SELECT
AdGroupId,AdGroupName,AdGroupStatus,CampaignId,CampaignName,CampaignStatus,ReachFrequency,ReachFrequencyClicks,ReachFrequencyConv,ReachFrequencyConvRate,ReachFrequencyCtr,ReachFrequencyDate,UniqueUserCountAsLong
FROM ADGROUP_REACH_FREQUENCY_REPORT  DURING LAST_7_DAYS";



On Thu, Oct 4, 2012 at 7:26 AM, dkasak wrote:

> Hi.
>
> We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report type.
> We'd like to use this data. When I create a report request:
>
> https://adwords.google.com/api/adwords/cm/v201206
> ">
> 
> AdGroupId
> AdGroupName
> AdGroupStatus
> CampaignId
> CampaignName
> CampaignStatus
> ReachFrequency
> ReachFrequencyClicks
> ReachFrequencyConv
> ReachFrequencyConvRate
> ReachFrequencyCtr
> ReachFrequencyDate
> UniqueUserCountAsLong
> 
> ADGROUP_REACH_FREQUENCY_REPORT
> ADGROUP_REACH_FREQUENCY_REPORT
> LAST_7_DAYS
> GZIPPED_XML
> 
>
>  ... I get a gzipped XML, but it only contains headers; no rows.
>
> Is this report not working yet?
>
> Dan
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-03 Thread dkasak
Hi.

We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report type. 
We'd like to use this data. When I create a report request:

https://adwords.google.com/api/adwords/cm/v201206";>

AdGroupId
AdGroupName
AdGroupStatus
CampaignId
CampaignName
CampaignStatus
ReachFrequency
ReachFrequencyClicks
ReachFrequencyConv
ReachFrequencyConvRate
ReachFrequencyCtr
ReachFrequencyDate
UniqueUserCountAsLong

ADGROUP_REACH_FREQUENCY_REPORT
ADGROUP_REACH_FREQUENCY_REPORT
LAST_7_DAYS
GZIPPED_XML


 ... I get a gzipped XML, but it only contains headers; no rows.

Is this report not working yet?

Dan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en