Hello Sai Teja,

Thank you for your response.

Basically I create many "ads" with one mutate request. Let's say 1000 ads. 
Each ad has "h1, h2, h3, d1, d2" attributes.
I get a response from Google Ads API as List[MutateAdGroupAdResult] where 
each item has only `resource_name` and it is the list of 1000 items.
I want to persist the result of the operation List[(resource_name, h1, h2, 
h3, d1, d2)].
So if you say that there is no order correlation, how can I correlate the 
1000 items I sent with the 1000 resource_names I got?

On Tuesday, 6 August 2019 18:26:44 UTC+2, adsapiforumadvisor wrote:
>
> Hello Dmitrii,
>
> The bulk mutate operation may not complete the execution in the same order 
> they were sent. Also, each MutateGoogleAdsRequest accepts a 
> repeated MutateOperation, each of which can include a single operation for 
> one resource type as mentioned here 
> <https://developers.google.com/google-ads/api/docs/mutating/bulk-mutate>. 
> In case if you are intend to use the resource name from the other 
> operations in the API call which are yet to be created, you can use 
> Temporary name as mentioned here 
> <https://developers.google.com/google-ads/api/docs/mutating/best-practices>. 
> Please let me know if you have any further questions.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UEI0px:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d59266d3-a539-4422-9d0a-189cc96b6e51%40googlegroups.com.

Reply via email to