Hello! I am migrating from the AdWords API to the Ads API (v10). Some of my use cases check the states of the Ads in Google, but I have 3 specific cases that I don't know how to migrate, because I can't find a correspondence between states. I share them with you in case you can help me.
- First case: check is pending in Google. Adwords code: *googleAdGroupAd.policySummary.combinedApprovalStatus == PolicyApprovalStatus.UNDER_REVIEW* - Second case: check is disapproved in Google. Adwords code: *googleAdGroupAd.policySummary.combinedApprovalStatus == PolicyApprovalStatus.DISAPPROVED || googleAdGroupAd.policySummary.combinedApprovalStatus == PolicyApprovalStatus.SITE_SUSPENDED; * - Third case: check is enabled in Google: AdWords code: *googleAdGroupAd.PolicySummary.ApprovalStatus == PolicyApprovalStatus.Approved ||* * googleAdGroupAd.PolicySummary.ApprovalStatus == PolicyApprovalStatus.ApprovedLimited ||* * googleAdGroupAd.PolicySummary.combinedApprovalStatus == PolicyApprovalStatus.ELIGIBLE;* The enum values *UNDER_REVIEW, **SITE_SUSPENDED *and *ELIGIBLE *are not matched in GoogleAds. Is there a way to map them or can I just ignore them and my checks will work fine? Thank you very mach. Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/ec437eb7-5ad6-4fb0-b1da-7a6d90e2b3afn%40googlegroups.com.
