When I compared the fields of the existing ad_group and the ad_group 
created using the API, I found an empty object.

```
results {
  ad_group {
    resource_name: "customers/111111/adGroups/111111"
    id: 111111
    name: "250404"
    status: ENABLED
    type_: DISPLAY_STANDARD
    base_ad_group: "customers/111111/adGroups/111111"
    campaign: "customers/111111/campaigns/111111"
    cpc_bid_micros: 100000
    cpm_bid_micros: 10000
    target_cpa_micros: 0
    cpv_bid_micros: 0
    target_cpm_micros: 10000
    optimized_targeting_enabled: true
    targeting_setting {
      target_restrictions {
        targeting_dimension: PLACEMENT
        bid_only: false
      }
      target_restrictions {
        targeting_dimension: TOPIC
        bid_only: false
      }
      target_restrictions {
        targeting_dimension: AUDIENCE
        bid_only: false
      }
      target_restrictions {
        targeting_dimension: GENDER
        bid_only: true
      }
      target_restrictions {
        targeting_dimension: AGE_RANGE
        bid_only: true
      }
      target_restrictions {
        targeting_dimension: PARENTAL_STATUS
        bid_only: true
      }
      target_restrictions {
        targeting_dimension: INCOME_RANGE
        bid_only: true
      }
    }
    audience_setting {
    }
    effective_target_cpa_micros: 0
    primary_status: NOT_ELIGIBLE
  }
}
```


```
results {
  ad_group {
    resource_name: "customers/111111/adGroups/222222"
    id:  222222
    name: "250404"
    status: ENABLED
    type_: DISPLAY_STANDARD
    base_ad_group: "customers/111111/adGroups/ 222222  "
    campaign: "customers/111111/campaigns/111111"
    cpc_bid_micros: 100000
    cpm_bid_micros: 10000
    target_cpa_micros: 0
    cpv_bid_micros: 0
    target_cpm_micros: 10000
    optimized_targeting_enabled: true
    targeting_setting {
      target_restrictions {
        targeting_dimension: PLACEMENT
        bid_only: false
      }
      target_restrictions {
        targeting_dimension: TOPIC
        bid_only: false
      }
      target_restrictions {
        targeting_dimension: AUDIENCE
        bid_only: false
      }
      target_restrictions {
        targeting_dimension: GENDER
        bid_only: true
      }
      target_restrictions {
        targeting_dimension: AGE_RANGE
        bid_only: true
      }
      target_restrictions {
        targeting_dimension: PARENTAL_STATUS
        bid_only: true
      }
      target_restrictions {
        targeting_dimension: INCOME_RANGE
        bid_only: true
      }
    }
    effective_target_cpa_micros: 0
    primary_status: NOT_ELIGIBLE
  }
}
```

The `audience_setting` field is empty in one ad_group but not in another 
ad_group. Does this affect the final presentation of the ad_group? How 
should we set an empty object when creating an ad_group?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/59bdf02a-1c90-4af1-bd15-f4a937ae5037n%40googlegroups.com.

Reply via email to