Hi Golnoush, Thank you for reaching support. You could get the values for the required fields using the product_bidding_category_constant resource in Google Ads API. Please find below the sample query to get the product bidding category constant name and the category level along with the resource name: SELECT product_bidding_category_constant.localized_name, product_bidding_category_constant.resource_name, product_bidding_category_constant.level FROM product_bidding_category_constant LIMIT 100 Additionally, please refer to this code sample to get the set of product bidding categories. Let us know if you need additional information.
Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UHEGxd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/_uCz5000000000000000000000000000000000000000000000PWNNSR00Dv3vRWF9SyevZPM0kTNfVA%40sfdc.net.
