I'm working on a migration process from AdWords API to the Google Ads API.
I'm having problems to get the `labels` for the Campaigns report(or the Label data does not match/is not the same), I'm using the Ruby Client, so I tried to get the labels from the "Campaign" object(Google::Ads::GoogleAds::V2::Resources::Campaign), but I got an empty list, the same report using Adwords api IS NOT empty. I've also read the Migration Docs <https://developers.google.com/google-ads/api/docs/migration/reports#campaign_performance>, and I could not understand what I need to do. I don't know if the `campaign.labels` should return the resource(s) path, or should I make another query? [image: Screenshot 2020-01-07 at 18.43.26.png] <about:invalid#zClosurez> I also think the description above(found on the Migration docs) is not clear. And looks conflicting with the docs found here <https://developers.google.com/google-ads/api/fields/v2/campaign#campaign.labels> and here <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v2.resources#campaign> . If I add the `campaign.labels` in the query, I got the following error(using Ruby Client): ``` Error: 'GaxError Exception occurred in retry method that was not classified as transient, caused by 13:Internal error encountered.' Cause: '13:Internal error encountered.' Code: 13 Details: 'Internal error encountered.' ``` I've also tried to get the labels from `ad_group_ad_label` and `campaign_label` and also I didn't succeed getting the same information. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2ba932d7-e190-4351-8a58-026217f8683b%40googlegroups.com.