Hello David,

This issue should be resolved now.


-Danial, AdWords API Team.


On Tuesday, March 17, 2015 at 3:33:42 PM UTC+3, Danial Klimkin wrote:
>
> Hello David,
>
>
> We are aware of this issue and working to fix it.
>
>
> -Danial, AdWords API Team.
>
> On Tuesday, March 17, 2015 at 1:37:57 PM UTC+3, david wrote:
>>
>>
>> We're having a problem since moving to API 201502.
>>
>> The Ad Group Performance Report doesn't seem to be returning any entries 
>> where AdGroupStatus  = REMOVED 
>> Where as the same query in 201409, using Status = REMOVED works ok.
>>
>> Why the difference?
>>
>> eg. 
>>
>> The following returns an empty result:
>>
>> <reportDefinition xmlns="
>>> https://adwords.google.com/api/adwords/cm/v201502";>
>>> <selector>
>>> <fields>AdGroupStatus</fields>
>>> <fields>CampaignId</fields>
>>> <fields>AdGroupId</fields>
>>> <fields>AdGroupName</fields>
>>> <predicates><field>CampaignId</field>
>>> <operator>EQUALS</operator>
>>> <values>xxxxxxxx</values></predicates>
>>> <predicates><field>AdGroupStatus</field>
>>> <operator>EQUALS</operator>
>>> <values>REMOVED</values></predicates>
>>> <dateRange>
>>> <min>20150317</min>
>>> <max>20150317</max>
>>> </dateRange>
>>> </selector>
>>> <reportName>ADGROUP_PERFORMANCE_REPORT</reportName>
>>> <reportType>ADGROUP_PERFORMANCE_REPORT</reportType>
>>> <dateRangeType>CUSTOM_DATE</dateRangeType>
>>> <downloadFormat>XML</downloadFormat>
>>> </reportDefinition>
>>
>>
>> But in 201409, the equivalent query returns hundreds of entries.
>>
>> <reportDefinition xmlns="
>>> https://adwords.google.com/api/adwords/cm/v201409";>
>>> <selector>
>>> <fields>AdGroupStatus</fields>
>>> <fields>CampaignId</fields>
>>> <fields>AdGroupId</fields>
>>> <fields>AdGroupName</fields>
>>> <predicates><field>CampaignId</field>
>>> <operator>EQUALS</operator>
>>> <values>xxxxxxxx</values></predicates>
>>> <predicates><field>Status</field>
>>> <operator>EQUALS</operator>
>>> <values>REMOVED</values></predicates>
>>> <dateRange>
>>> <min>20150317</min>
>>> <max>20150317</max>
>>> </dateRange>
>>> </selector>
>>> <reportName>ADGROUP_PERFORMANCE_REPORT</reportName>
>>> <reportType>ADGROUP_PERFORMANCE_REPORT</reportType>
>>> <dateRangeType>CUSTOM_DATE</dateRangeType>
>>> <downloadFormat>XML</downloadFormat>
>>> </reportDefinition>
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e0a0e7f-b1dd-46d2-a8a4-1fe39763ab43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to