Hi,

Just to clarify, even on my test account, if I submit:

<?xml version="1.0"?>
<reportDefinition 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201406";>
<ns2:selector>
  <ns2:fields>CampaignId</ns2:fields>
  <ns2:fields>AdGroupId</ns2:fields>
  <ns2:fields>Id</ns2:fields>
  <ns2:fields>Criteria</ns2:fields>
  <ns2:fields>Impressions</ns2:fields>
  <ns2:fields>Clicks</ns2:fields>
  <ns2:fields>Cost</ns2:fields>
  <ns2:predicates>
    <ns2:field>AdGroupId</ns2:field>
    <ns2:operator>EQUALS</ns2:operator>
    <ns2:values>8138389615</ns2:values>
  </ns2:predicates>
</ns2:selector>
<ns2:reportName>Age range performance report #1408977295555</ns2:reportName>
<ns2:reportType>AGE_RANGE_PERFORMANCE_REPORT</ns2:reportType>
<ns2:dateRangeType>YESTERDAY</ns2:dateRangeType>
<ns2:downloadFormat>XML</ns2:downloadFormat>
<ns2:includeZeroImpressions>*true*</ns2:includeZeroImpressions>
</reportDefinition>

Then I'll get back:

<?xml version="1.0"?>
<report>
<report-name name="Criteria performance report #1408977295555"/>
<date-range date="Aug 24, 2014"/>
<table>
  <columns>
    <column name="campaignID" display="Campaign ID"/>
    <column name="adGroupID" display="Ad group ID"/>
    <column name="criterionID" display="Criterion ID"/>
    <column name="ageRange" display="Age Range"/>
    <column name="impressions" display="Impressions"/>
    <column name="clicks" display="Clicks"/>
    <column name="cost" display="Cost"/>
  </columns>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503001" 
ageRange="18-24" impressions="0" clicks="0" cost="0"/>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503002" 
ageRange="25-34" impressions="0" clicks="0" cost="0"/>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503003" 
ageRange="35-44" impressions="0" clicks="0" cost="0"/>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503004" 
ageRange="45-54" impressions="0" clicks="0" cost="0"/>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503005" 
ageRange="55-64" impressions="0" clicks="0" cost="0"/>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503006" 
ageRange="65 or more" impressions="0" clicks="0" cost="0"/>
  <row campaignID="164997895" adGroupID="8138389615" criterionID="503999" 
ageRange="Undetermined" impressions="0" clicks="0" cost="0"/>
</table>
</report>

In other words, AdWords will still give me an idea of the report contents (
*ageRange* values), even though I'm using a test account.

Cheers,
Josh, AdWords API Team

On Monday, August 25, 2014 9:48:33 AM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Justin,
>
> Even though your test account isn't serving ads, you can still get 
> reporting data back from that account by including zero impressions. Our Zero 
> Impression Reports Guide 
> <https://developers.google.com/adwords/api/docs/guides/zero-impression-reports>
>  explains 
> how to do this, and the *download_criteria_report* sample in each client 
> library's example set shows how to set the *includeZeroImpressions* flag 
> in your report requests.
>
> Please give that a try and let me know if you have any trouble getting 
> back data.
>
> Cheers,
> Josh, AdWords API Team
>
> On Sunday, August 24, 2014 11:26:12 AM UTC-4, Justin Coon wrote:
>>
>> Hi,
>>
>> I'm using a test/non-production token and trying to get sample report 
>> data. Obviously this is futile since there's no real activity to report off 
>> of in my test account. Can anyone be so kind as to provide some sample XML 
>> that comes back from the Age Range and Gender sample reports? I want to see 
>> what it looks like when aggregated by the age ranges and genders. 
>>
>> Thanks!
>> Justin
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5ec558bc-2c65-4f15-bb86-fa91f3e3c603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to