Hello Adwords Support, 

We are developing a support to have the reach frequecy report included in 
v201206. 
https://developers.google.com/adwords/api/docs/appendix/reports#ad-group-reach-frequency
But the report returned is not giving any data except the headers.Tried it 
with both methods report service and AWQL request. 
Please have a look at the calls below and let me know if some changes 
required to get the correct data?

<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201206";>
    <selector>
        <fields>AdGroupId</fields>
        <fields>AdGroupName</fields>
        <fields>AdGroupStatus</fields>
        <fields>CampaignId</fields>
        <fields>CampaignName</fields>
        <fields>CampaignStatus</fields>
        <fields>ReachFrequency</fields>
        <fields>ReachFrequencyClicks</fields>
        <fields>ReachFrequencyConv</fields>
        <fields>ReachFrequencyConvRate</fields>
        <fields>ReachFrequencyCtr</fields>
        <fields>ReachFrequencyDate</fields>
        <fields>UniqueUserCountAsLong</fields>
    </selector>
    <reportName>ADGROUP_REACH_FREQUENCY_REPORT</reportName>
    <reportType>ADGROUP_REACH_FREQUENCY_REPORT</reportType>
    <dateRangeType>LAST_7_DAYS</dateRangeType>
    <downloadFormat>GZIPPED_XML</downloadFormat>
</reportDefinition>

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

 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to