In performance reports you can ask for field ConversionTypeName. In the 
report this should be returned with the name "conversionActionName", as 
documented in the docs. Since this morning, with certain accounts in 
certain reports (not all of them!), the field is returned as 
"conversionType".

Sample request:
<?xml version="1.0"?> 
<reportDefinition> 
  <selector xmlns="https://adwords.google.com/api/adwords/cm/v201302";> 
    <fields>CampaignId</fields> 
    <fields>AdGroupId</fields> 
    <fields>Id</fields> 
    <fields>Date</fields> 
    <fields>ClickType</fields> 
    <fields>Slot</fields> 
    <fields>Device</fields> 
    <fields>AdNetworkType2</fields> 
    <fields>ConversionTypeName</fields> 
    <fields>ConversionCategoryName</fields> 
    <fields>Conversions</fields> 
    <fields>ConversionsManyPerClick</fields> 
    <fields>ConversionValue</fields> 
    <predicates> 
      <field>CampaignStatus</field> 
      <operator>IN</operator> 
      <values>ACTIVE</values> 
      <values>PAUSED</values> 
      <values>DELETED</values> 
    </predicates> 
    <predicates> 
      <field>AdGroupStatus</field> 
      <operator>IN</operator> 
      <values>ENABLED</values> 
      <values>PAUSED</values> 
      <values>DELETED</values> 
    </predicates> 
    <predicates> 
      <field>Status</field> 
      <operator>IN</operator> 
      <values>ACTIVE</values> 
      <values>DELETED</values> 
      <values>PAUSED</values> 
    </predicates> 
    <predicates> 
      <field>IsNegative</field> 
      <operator>NOT_EQUALS</operator> 
      <values>true</values> 
    </predicates> 
    <predicates> 
      <field>Id</field> 
      <operator>NOT_EQUALS</operator> 
      <values>3000000</values> 
    </predicates> 
    <dateRange> 
      <min>20130527</min> 
      <max>20130917</max> 
    </dateRange> 
  </selector> 
  <reportName 
xmlns="https://adwords.google.com/api/adwords/cm/v201302";>KeywordConversion_20130527_20130917</reportName>
 

  <reportType 
xmlns="https://adwords.google.com/api/adwords/cm/v201302";>KEYWORDS_PERFORMANCE_REPORT</reportType>
 

  <dateRangeType 
xmlns="https://adwords.google.com/api/adwords/cm/v201302";>CUSTOM_DATE</dateRangeType>
 

  <downloadFormat 
xmlns="https://adwords.google.com/api/adwords/cm/v201302";>GZIPPED_XML</downloadFormat>
 

  <includeZeroImpressions 
xmlns="https://adwords.google.com/api/adwords/cm/v201302";>false</includeZeroImpressions>
 

</reportDefinition>

Returned:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
<report>
    <report-name name="KeywordConversion_20130527_20130917"/>
    <date-range date="May 27, 2013-Sep 17, 2013"/>
        <table>
        <columns>
            <column name="campaignID" display="Campaign ID"/>
            <column name="adGroupID" display="Ad group ID"/>
            <column name="keywordID" display="Keyword ID"/>
            <column name="day" display="Day"/>
            <column name="clickType" display="Click type"/>
            <column name="topVsOther" display="Top vs. Other"/>
            <column name="device" display="Device"/>
            <column name="networkWithSearchPartners" display="Network (with 
search partners)"/>
            *<column name="conversionType" display="Conversion type"/>*
            <column name="conversionTrackingPurpose" display="Conversion 
tracking purpose"/>
            <column name="conv1PerClick" display="Conv. (1-per-click)"/>
            <column name="convManyPerClick" display="Conv. 
(many-per-click)"/>
            <column name="totalConvValue" display="Total conv. value"/>
        </columns>
        <row totalConvValue="0.0" convManyPerClick="1" conv1PerClick="1" 
conversionTrackingPurpose="Purchase/Sale" *conversionType*="Reactie op 
vacature" networkWithSearchPartners="Google search" device="Computers" 
topVsOther="Google search: Top" clickType="Headline" day="2013-07-10" 
keywordID="39135148203" adGroupID="6252157952" campaignID="129018032"/>
         (more records....)

See the items in bold. This particular report was requested for customer 
538-185-6853.

The behavior is very unpredictable. For every account we ask five reports 
with this field, half of the accounts have no problem at all, meaning that 
the right name (conversionActionName) is returned. About 10% get the wrong 
name in the first report asked, the remaining (most of them!) get the wrong 
name in one of the later reports.

The reports involved are
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT (the first report requested)
KEYWORDS_PERFORMANCE_REPORT
AD_PERFORMANCE_REPORT
PLACEMENT_PERFORMANCE_REPORT
ADGROUP_PERFORMANCE_REPORT


Can the original behavior be restored? If not, can the documentation 
reflect which field names are returned in which conditions?

Thanks in advance.

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

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to