Hi,Google Ads Tearm:
    I am using  java api  google-ads module and Google Ads API v2 (Beta)  
,In my  account's shopping campaign I am trying to create  ProductGroups in 
an  AdGroup,   
   But encountered Subdivided listing groups must have an \ "others \" caseļ¼›

Here are my AdGroupCriterionOperation protobuf messages:
[create {
  resource_name: "customers/3516490533/adGroupCriteria/86917420945~-1"
  status: ENABLED
  listing_group {
    type: SUBDIVISION
  }
}

create {
  status: ENABLED
  ad_group {
    value: "customers/3516490533/adGroups/86917420945"
  }
  cpc_bid_micros {
    value: 70000
  }
  listing_group {
    type: UNIT
    case_value {
      product_item_id {
        value {
          value: "7466205_00002_UK_en"
        }
      }
    }
    parent_ad_group_criterion {
      value: "customers/3516490533/adGroupCriteria/86917420945~-1"
    }
  }
}

create {
  status: ENABLED
  ad_group {
    value: "customers/3516490533/adGroups/86917420945"
  }
  listing_group {
    type: UNIT
    case_value {
      product_item_id {
      }
    }
    parent_ad_group_criterion {
      value: "customers/3516490533/adGroupCriteria/86917420945~-1"
    }
  }
}]

the error is:
error_code {
    ad_group_criterion_error: LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE
  }
  message: "Subdivided listing groups must have an \"others\" case."
  trigger {
    string_value: "ProductPartition{id=TempCriterionId{id=1}, 
bidSimulatorStatus=null, partitionType=SUBDIVISION, parentCriterionId=null, 
productGroup=null, productGroupObsoleteStatus=null, caseValue=null, 
decisionPath=[], salesCountry=null, merchantId=null, 
hasPromotedSuggestion=null}"
  }
}
errors {
  error_code {
    field_error: REQUIRED
  }
  message: "The required field was not present."
  trigger {
    string_value: ""
  }
  location {
    field_path_elements {
      field_name: "operations"
      index {
        value: 2
      }
    }
    field_path_elements {
      field_name: "create"
    }
    field_path_elements {
      field_name: "cpc_bid_micros"
    }
  }
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6d44cda3-c950-4853-a2b3-9cd24c5d733d%40googlegroups.com.

Reply via email to