Hey Mike, I think I've run into this before, try using:
use Google\Ads\GoogleAds\V10\Enums\CampaignStatusEnum\CampaignStatus; And then do CampaignStatus::name($campaign->getStatus()); That should map the number to the name. Hope that helps. -Matt On Tuesday, June 21, 2022 at 4:41:16 PM UTC-4 [email protected] wrote: > I noticed starting around April or so? That certain values no longer > display the text word variation for them... > For instance: > Campaign.status and Ad_Group.Status > ENABLED = 2 > PAUSED = 3 > REMOVED = 4 > > The items received from the query show as a numerical value... > > This is also for... > segments.day_of_week > campaign.serving_status > segments.search_term_match_type > search_term_view.status > > To name a few... > Is this working as intended or? > If it is, is there a key comparison we can use to match the values to what > they used to be? > > Any help would be greatly appreciated, > Mike Jenkins > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/565fd5ca-660a-42b6-a753-0fbf15716b9en%40googlegroups.com.
