Hi,

The simple script below worked perfecty for almost 3 years, and since 
January it's showing this error:

*Feed-based extension is read-only for this extension type. 
({"errorCode":{"feedError":"LEGACY_EXTENSION_TYPE_READ_ONLY"},"message":"Feed-based
 
extension is read-only for this extension 
type.","trigger":{"stringValue":"[17]"},"location":{"fieldPathElements":[{"fieldName":"mutate_operations","index":0},{"fieldName":"extension_feed_item_operation"}]}})*

I read on Google that they are migrating "feed-based" extensions to 
"asset-based" format (I have no idea what this is)... but there is 
absolutely no information how to do this "assect-based" using the Google 
Ads Script.

The code is below. As you can see it's pretty simple and it worked for 
years... Any suggestion how to make this work again?

















*function main() {        var calloutBuilder = 
AdsApp.extensions().newCalloutBuilder();        var calloutOperator = 
calloutBuilder.withText("Testando Teste").build();           if 
(calloutOperator.isSuccessful()) {                           
Logger.log("Ok.");                           }        else{                 
          Logger.log("Not Ok:" + calloutOperator.getErrors().join("\n"));  
         }}*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8fd40ef9-0303-4f00-95c3-4f361e2a8eddn%40googlegroups.com.

Reply via email to