Hi,
Thank you for raising this concern to the Google Ads API support team.
Upon checking your provided logs. I can see that you are doing an
ad.responsive_search_ad.headlines, we don't guarantee that RSA's will be
updated with ad group ads because an RSA can be part of many ad groups. With
this, you may try the below sample REST interface log that worked on our end:
To mutate ad, you may use below REST endpoint as to update ads.
REST Resource: v11.customers.ads
POST /v11/customers/{customerId}/ads:mutate
{
"operations": {
"update": {
"resourceName": "customers/CUSTOMER_PLACEHOLDER/ads/AD_PLACEHOLDER",
"finalUrls": ["http://www.example.com",],
"finalMobileUrls": ["http://www.example.com/mobile",],
"responsiveSearchAd": {
"headlines": {
"pinnedField": "HEADLINE_1",
"text": "new headline update",
},
"headlines": {
"text": "newer headline",
},
"headlines": {
"text": "even newer headline",
},
},
},
"updateMask": {
"paths":"responsive_search_ad.headlines"
},
},
"responseContentType": "MUTABLE_RESOURCE"
}
ads:mutate
Let me know if this works for you.
Best regards,
Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2f6al7: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
"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 on the web visit
https://groups.google.com/d/msgid/adwords-api/ngw7M000000000000000000000000000000000000000000000RJRCBH001qb87x12RpKBD9SGtQTpjQ%40sfdc.net.