Hi Jeff,

My apologies for the confusion that the documentation may have caused. This 
documentation 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#labels>
 only 
pertains that the Label can be used as filter. However, the values used to 
filter the said field is done differently and is discussed more in details 
in this guide 
<https://developers.google.com/adwords/api/docs/guides/labels#retrieve_objects_using_their_labels>
.

For your second concern, I have tried replicating the issue, however, I did 
not encounter the same results with what you encountered. I was able to 
encounter the error ERROR_GETTING_RESPONSE_FROM_BACKEND, since it 
recognized my predicate as an invalid string filter. Could you confirm if 
you are using the same AWQL statement as the one below? 

"SELECT CampaignId, Cost, Labels, CampaignStatus, BudgetId, LabelIds FROM 
CAMPAIGN_PERFORMANCE_REPORT WHERE Labels CONTAINS_ANY ['Video']"

If yes, let me know if you still encounter the 500 error so I could 
investigate this further.

Regards,
Dannison
AdWords API Team


On Monday, August 6, 2018 at 10:40:20 PM UTC+8, jpuck...@dealerinspire.com 
wrote:
>
> Thanks, that's helpful!
>
> I was confused because the documentation here 
> <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#labels>
>  
> says that specific attribute is filterable. Secondly, I'd expect the API to 
> return a 400 bad request response, not a 500 internal server error - even the 
> SDK message 
> <https://github.com/googleads/googleads-php-lib/blob/30e6f1d6aaf7283b7f9923d903d15ff4d6da576e/src/Google/AdsApi/AdWords/Reporting/v201802/ReportDownloader.php#L241>
>  
> says this is a temporary problem and to retry the request in a few minutes. 
> Normally, we'd see a bad predicate or related error message.
>
> I really appreciate your quick response.
>
> Thanks,
> Jeff P.
>
> On Monday, August 6, 2018 at 2:35:51 AM UTC-5, Dannison Yao (AdWords API 
> Team) wrote:
>>
>> Hi Jeff,
>>
>> Unfortunately, filtering of labels by name is not supported in the 
>> AdWords API as stated in this guide 
>> <https://developers.google.com/adwords/api/docs/guides/labels#retrieve_objects_using_their_labels>.
>>  
>> It is only recommended to use the label Id for filtering.
>>
>> Let me know if you have further clarifications.
>>
>> Regards,
>> Dannison
>> AdWords API Team
>>
>> On Monday, August 6, 2018 at 1:22:32 PM UTC+8, jpuc...@dealerinspire.com 
>> wrote:
>>>
>>> How can I filter reports for campaigns that have a given label's name?
>>>
>>> Attempting to use the predicate Labels CONTAINS_ANY labelName fails with 
>>> a server error. The predicate LabelIds CONTAINS_ANY with the label ID works 
>>> just fine, but I would rather not have to make an additional network call 
>>> just to first look up the Label ID given the Label name.
>>>
>>> Thanks,
>>> Jeff
>>>
>>> POST /api/adwords/reportdownload/v201802 HTTP/1.1
>>> Content-Type: application/x-www-form-urlencoded
>>> Host: adwords.google.com
>>> Authorization: REDACTED
>>> developerToken: REDACTED
>>> clientCustomerId: 4625294097
>>> User-Agent: FUEL API (AwApi-PHP, googleads-php-lib/34.0.0, PHP/7.1.3, 
>>> GuzzleHttp/6.3.3, curl/7.38.0)
>>> skipReportHeader: true
>>> skipColumnHeader: true
>>> skipReportSummary: true
>>> useRawEnumValues: false
>>> includeZeroImpressions: true
>>>
>>> __rdxml=<?xml version="1.0"?>
>>> <reportDefinition><selector><fields>CampaignId</fields><fields>Cost</fields><fields>Labels</fields><fields>CampaignStatus</fields><fields>BudgetId</fields><fields>LabelIds</fields><predicates><field>Labels</field><operator>CONTAINS_ANY</operator><values>Video</values></predicates></selector><reportName>Campaign
>>>  Budget Report for AdWords Client 
>>> 4625294097</reportName><reportType>CAMPAIGN_PERFORMANCE_REPORT</reportType><dateRangeType>TODAY</dateRangeType><downloadFormat>CSV</downloadFormat></reportDefinition>
>>>
>>>
>>> Response:
>>> REDACTED REPORT DATA
>>> --------
>>> Error:
>>> Server error: `POST 
>>> https://adwords.google.com/api/adwords/reportdownload/v201802` 
>>> <https://adwords.google.com/api/adwords/reportdownload/v201802> resulted in 
>>> a `500 Internal Server Error` response
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/961e8a7e-ec09-4810-8eda-24f3d8e8653c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... jpuckett via AdWords API and Google Ads API Forum
    • ... 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... jpuckett via AdWords API and Google Ads API Forum
        • ... 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to