Hi Sachin, I'm afraid the household-income (IncomeOperand <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.IncomeOperand>) is not available in any AdWords report as clicks, cpc, etc. The only thing I know to get the IncomeOperand is by using the CampaignCriterionService <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService> and get the complete LocationGroups <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.LocationGroups>. >From there, you should get the LhsOperand <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.Function#lhsoperand> and RhsOperand <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.Function#rhsoperand> of the MatchingFunction <https://developers.google.com/adwords/api/docs/reference/v201607/CampaignCriterionService.Function>. The AddCampaignTargetingCriteria.php <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201607/Targeting/AddCampaignTargetingCriteria.php> shows an example on how to add a LocationGroups criteria. We don't have an exact example on how to get it but you should be able to get started with referencing on this example code.
Thanks, Joyce, 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/f8309766-2b36-4ec0-9203-654c84249b8a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
