Hi Swapnil, Can you confirm if you are using the AdWords API or AdWords Scripts? If you are using the AdWords API, the priority for campaigns is only available in shopping campaigns. There is no priority field for other campaign types such as search and display campaigns.
For the shopping campaigns, you can get the priority via the campaignPriority <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService.ShoppingSetting#campaignpriority> field of your shopping campaign's ShoppingSetting <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService.ShoppingSetting> object. In the CampaignService.get() <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService#get>, you can just include the settings <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignService.Campaign#settings> field in your selector, and it would automatically return the ShoppingSetting if your campaign is a shopping campaign. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/22d90f8f-8d81-44a3-80cf-81f5a646b47a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
