Hi Peter,

I have tried exactly the same what you have said. But I have received the 
EntityNotFound.INVALID_ID error for the corresponding label operations

According to the Google Adwords API Documentation, the 
AdGroupCriterionLabelOperation and AdGroupAdLabelOperation are supported in 
BatchJobService 
<https://developers.google.com/adwords/api/docs/guides/batch-jobs#supported_operations>
.

But when I'm trying to create a Keyword or an Ad and assign a label 
alongside with it in the same BatchJob request, the Keyword or Ad creation 
succeeds whereas the LabelOperation fails.

Below is a sample request and response for a Keyword

Request -
Here a TempId is assigned to the AdGroupCriterionOperation since the 
AdGroupCriterionLabelOperation requires the id of the AdGroupCriterion to 
associate a label to it.

[{:xsi_type=>"AdGroupCriterionOperation",
  :operator=>"ADD",
  :operand=>
   {:xsi_type=>"BiddableAdGroupCriterion",
    :ad_group_id=>"50208085678",
    :criterion=>
     {:xsi_type=>"Keyword",
      :text=>"+1 +BHK +Apartment",
      :match_type=>"BROAD",
      :id=>-1},
    :bidding_strategy_configuration=>
     {:bids=>[{:xsi_type=>"CpcBid", :bid=>{:micro_amount=>13000000}}]}}},
 {:xsi_type=>"AdGroupCriterionLabelOperation",
  :operator=>"ADD",
  :operand=>
   {:ad_group_id=>"50208085678", :criterion_id=>-1, :label_id=>"2131330045"}}]



Response -

[{:result=>
   {:ad_group_criterion=>
     {:ad_group_id=>"50208085678",
      :criterion=>
       {:id=>"296137713990",
        :type=>"KEYWORD",
        :criterion_type=>"Keyword",
        :text=>"+1 +BHK +Apartment",
        :match_type=>"BROAD"},
      :ad_group_criterion_type=>"BiddableAdGroupCriterion",
      :user_status=>"ENABLED",
      :system_serving_status=>"ELIGIBLE",
      :approval_status=>"PENDING_REVIEW",
      :bidding_strategy_configuration=>
       {:bidding_strategy_type=>"MANUAL_CPC",
        :bidding_strategy_source=>"CAMPAIGN",
        :bidding_scheme=>
         {:bidding_scheme_type=>"ManualCpcBiddingScheme",
          :enhanced_cpc_enabled=>"false"},
        :bids=>
         [{:bids_type=>"CpcBid",
           :bid=>{:comparable_value_type=>"Money", :micro_amount=>"13000000"},
           :cpc_bid_source=>"CRITERION",
           :"@xsi:type"=>"CpcBid"},
          {:bids_type=>"CpmBid",
           :bid=>{:comparable_value_type=>"Money", :micro_amount=>"10000"},
           :cpm_bid_source=>"ADGROUP",
           :"@xsi:type"=>"CpmBid"}]}}},
  :index=>"0"},
 {:error_list=>
   {:errors=>
     {:field_path=>"operations[1].operand.criterionId",
      :field_path_elements=>
       [{:field=>"operations", :index=>"1"},
        {:field=>"operand"},
        {:field=>"criterionId"}],
      :trigger=>"TempCriterionId{id=1}",
      :error_string=>"EntityNotFound.INVALID_ID",
      :api_error_type=>"EntityNotFound",
      :reason=>"INVALID_ID"}},
  :index=>"1"}]





On Wednesday, September 20, 2017 at 1:25:24 PM UTC+5:30, Peter Oliquino 
wrote:
>
> Hi Everyone,
>
> Good thing there was a bump for this old thread. To update my previous 
> response, all operations should go in the order of the parent object being 
> created first before the child object. Meaning, temporary IDs *should* still 
> be applicable for ads and criterion as long as the operations creating them 
> are called first before operations such as those for labels are called 
> within the batch process.
>
> Best regards,
> Peter
> 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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/7c5f133d-ca32-4d91-9194-b0268ac92b93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: ... Agnel Waghela
    • ... 'Peter Oliquino' via AdWords API Forum
      • ... Agnel Waghela
        • ... 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
          • ... Bryan
            • ... 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
              • ... lukaskellingflixbus
                • ... 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum

Reply via email to