Re: Age Range sample data

2014-08-27 Thread Josh Radcliff (AdWords API Team)
Hi Justin,

Do you mean will the report always break out the results by ad group? If 
so, then from my tests it would appear that the answer is yes. If I missed 
your point, though, let me know.

Also, you may find the following lists helpful:

   - Age Ranges 
   https://developers.google.com/adwords/api/docs/appendix/ages
   - Genders 
   https://developers.google.com/adwords/api/docs/appendix/genders
   

Cheers,
Josh, AdWords API Team


  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0ba92471-7c20-4959-93e3-a78277faca1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Age Range sample data

2014-08-25 Thread Josh Radcliff (AdWords API Team)
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/3d803ce2-b5a1-45ad-9440-f447a7bc7858%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Age Range sample data

2014-08-25 Thread Josh Radcliff (AdWords API Team)
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:fieldsCampaignId/ns2:fields
  ns2:fieldsAdGroupId/ns2:fields
  ns2:fieldsId/ns2:fields
  ns2:fieldsCriteria/ns2:fields
  ns2:fieldsImpressions/ns2:fields
  ns2:fieldsClicks/ns2:fields
  ns2:fieldsCost/ns2:fields
  ns2:predicates
ns2:fieldAdGroupId/ns2:field
ns2:operatorEQUALS/ns2:operator
ns2:values8138389615/ns2:values
  /ns2:predicates
/ns2:selector
ns2:reportNameAge range performance report #140897729/ns2:reportName
ns2:reportTypeAGE_RANGE_PERFORMANCE_REPORT/ns2:reportType
ns2:dateRangeTypeYESTERDAY/ns2:dateRangeType
ns2:downloadFormatXML/ns2:downloadFormat
ns2:includeZeroImpressions*true*/ns2:includeZeroImpressions
/reportDefinition

Then I'll get back:

?xml version=1.0?
report
report-name name=Criteria performance report #140897729/
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.


Re: Age Range sample data

2014-08-25 Thread Justin Coon
Hi Josh - thats great and gives me some promise! i must be doing something
wrong with my call - heres my result set

report
  report-name name=AGE_RANGE_PERFORMANCE_REPORT /
  date-range date=Jul 1, 2014-Jul 31, 2014 /
  table
columns
  column name=campaignID display=Campaign ID /
  column name=campaign display=Campaign /
  column name=day display=Day /
  column name=clicks display=Clicks /
  column name=impressions display=Impressions /
  column name=ctr display=CTR /
/columns
  /table
/report

I will re-look at how I am configuring my call to the API
(selectors/predicates). I appreciate the quick response so much and will
update you after I re-check my query.




On Mon, Aug 25, 2014 at 9:39 AM, Josh Radcliff (AdWords API Team) 
adwordsapiadvisor+j...@google.com wrote:

 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:fieldsCampaignId/ns2:fields
   ns2:fieldsAdGroupId/ns2:fields
   ns2:fieldsId/ns2:fields
   ns2:fieldsCriteria/ns2:fields
   ns2:fieldsImpressions/ns2:fields
   ns2:fieldsClicks/ns2:fields
   ns2:fieldsCost/ns2:fields
   ns2:predicates
 ns2:fieldAdGroupId/ns2:field
 ns2:operatorEQUALS/ns2:operator
 ns2:values8138389615/ns2:values
   /ns2:predicates
 /ns2:selector
 ns2:reportNameAge range performance report
 #140897729/ns2:reportName
 ns2:reportTypeAGE_RANGE_PERFORMANCE_REPORT/ns2:reportType
 ns2:dateRangeTypeYESTERDAY/ns2:dateRangeType
 ns2:downloadFormatXML/ns2:downloadFormat
 ns2:includeZeroImpressions*true*/ns2:includeZeroImpressions
 /reportDefinition

 Then I'll get back:

 ?xml version=1.0?
 report
 report-name name=Criteria performance report #140897729/
 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 a topic in the
 Google Groups AdWords API Forum 

Re: Age Range sample data

2014-08-25 Thread Justin Coon
Josh - are ad groups required for this report? Or can we aggregate the
results at a campaign or even higher at the account level? I know I can do
it manually by making multiple calls and aggregating myself.
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:fieldsCampaignId/ns2:fields
  ns2:fieldsAdGroupId/ns2:fields
  ns2:fieldsId/ns2:fields
  ns2:fieldsCriteria/ns2:fields
  ns2:fieldsImpressions/ns2:fields
  ns2:fieldsClicks/ns2:fields
  ns2:fieldsCost/ns2:fields
  ns2:predicates
ns2:fieldAdGroupId/ns2:field
ns2:operatorEQUALS/ns2:operator
ns2:values8138389615/ns2:values
  /ns2:predicates
/ns2:selector
ns2:reportNameAge range performance report #140897729/ns2:reportName
ns2:reportTypeAGE_RANGE_PERFORMANCE_REPORT/ns2:reportType
ns2:dateRangeTypeYESTERDAY/ns2:dateRangeType
ns2:downloadFormatXML/ns2:downloadFormat
ns2:includeZeroImpressions*true*/ns2:includeZeroImpressions
/reportDefinition

Then I'll get back:

?xml version=1.0?
report
report-name name=Criteria performance report #140897729/
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 a topic in the
Google Groups AdWords API Forum group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/adwords-api/7ZrIKY1CEP4/unsubscribe.
To unsubscribe from this group and all its topics, 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
https://groups.google.com/d/msgid/adwords-api/5ec558bc-2c65-4f15-bb86-fa91f3e3c603%40googlegroups.com?utm_medium=emailutm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Age Range sample data

2014-08-24 Thread Justin Coon
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/cd482e82-b199-42ce-8bd2-caaad8fd3702%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.