ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ImpressionShare

377 views
Skip to first unread message

Erkan Ceran

unread,
Feb 14, 2012, 7:42:11 AM2/14/12
to adwor...@googlegroups.com
Hi,

 I use php library. i try to get campaign performance report with adhoc reporting for hourly data. I send request but its return to me an error like on below;

ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ImpressionShare; trigger:'Cannot select a combination of ImpressionShare and AdvertiserExperimentId,ClickType,ConversionCategory,ConversionCategoryName,ConversionTypeName,Device,HourOfDay,Slot,SocialAnnotationType'.

My request fields;

<selector>
    <fields>ExternalCustomerId</fields>
    <fields>CampaignId</fields>
    <fields>CampaignName</fields>
    <fields>Status</fields>
    <fields>AverageCpc</fields>
    <fields>AverageCpm</fields>
    <fields>Cost</fields>
    <fields>Clicks</fields>
    <fields>Impressions</fields>
    <fields>ImpressionShare</fields>
    <fields>BudgetLostImpressionShare</fields>
    <fields>QualityLostImpressionShare</fields>
    <fields>HourOfDay</fields>
  </selector>


Its mean is if i use HourOfDay couldn't use ImpressionShare, BudgetLostImpressionShare, QualityLostImpressionShare etc. combinations like fields. 

But i need hourly ImpressionShare etc. combination data. how can i get this values with one report or how can calculate this ? 

Any ideas ? 

Anash P. Oommen

unread,
Feb 15, 2012, 12:50:08 AM2/15/12
to adwor...@googlegroups.com
Hi Ekran,

AdWords doesn't provide hourly breakup of ImpressionShare data any longer. See http://googleadsdeveloper.blogspot.in/2012/01/upcoming-changes-to-adwords-impression.html for details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

usaw...@gmail.com

unread,
Aug 25, 2014, 6:08:58 AM8/25/14
to adwor...@googlegroups.com
Hi,

 I have problem for adgroup performance report when adding 'ClickType' in my request.

Below is the my request:

[Aug 25 2014 05:56:56.000000 - ERROR] POST /api/adwords/reportdownload/v201402 HTTP/1.1
User-Agent: curl, gzip
Accept: */*
Accept-Encoding: gzip
Authorization: Bearer ****************
developerToken: ********************
clientCustomerId: *******************
Content-Length: 1179
Expect: 100-continue
Content-Type: multipart/form-data; boundary=------------------------e9c042a8246949b4

Parameters:
__rdxml: <?xml version="1.0"?>
<reportDefinition>
  <selector>
    <fields>AccountCurrencyCode</fields>
    <fields>CampaignId</fields>
    <fields>AdGroupId</fields>
    <fields>Impressions</fields>
    <fields>Clicks</fields>
    <fields>Cost</fields>
    <fields>Date</fields>
    <fields>ClickType</fields>
    <fields>AveragePosition</fields>
    <fields>Conversions</fields>
    <fields>ConversionRate</fields>
    <fields>AdNetworkType1</fields>
    <fields>AdNetworkType2</fields>
    <fields>CostPerConversion</fields>
    <fields>PercentNewVisitors</fields>
    <fields>EnhancedCpcEnabled</fields>
    <fields>Status</fields>
    <predicates>
      <field>Status</field>
      <operator>NOT_IN</operator>
      <values>DELETED</values>
    </predicates>
  </selector>
  <reportName>Adgroup report #53fb0865161d0</reportName>
  <reportType>ADGROUP_PERFORMANCE_REPORT</reportType>
  <dateRangeType>YESTERDAY</dateRangeType>
  <downloadFormat>CSV</downloadFormat>
  <includeZeroImpressions>true</includeZeroImpressions>
</reportDefinition>

And I am testing it with my test account.

Please let me what I am doing wrong.

Josh Radcliff (AdWords API Team)

unread,
Aug 25, 2014, 9:55:56 AM8/25/14
to adwor...@googlegroups.com
Hi,

The ClickType column is not compatible with includeZeroImpressions set to true. You can see this in the Supports Zero impressions column of the report documentation. In addition, the error details returned by your request will show this as well.

'ReportDownloadError.ZERO_IMPRESSIONS_REQUEST_NOT_SUPPORTED'
trigger: 'includeZeroImpressions is not supported for this request'

If you set includeZeroImpressions to false when requesting ClickType then your report should run without any errors.

Cheers,
Josh, AdWords API Team
Reply all
Reply to author
Forward
0 new messages