Hi,
Thank you for reaching out to the Google Ads API support team. I hope that you are doing well today. It appears that the error you encountered is *FeedItemError.LEGACY_FEED_TYPE_READ_ONLY*. The possible reason why this error occurred is because this feed type is migrated over to asset. The feed type is already deprecated and read-only, so the user cannot modify it. For more information, you may check this blog post <https://ads-developers.googleblog.com/2022/01/revised-schedule-for-auto-migration-of.html> and this guide <https://developers.google.com/google-ads/api/docs/extensions/assets/migrating-extensions> in Asset-based Extensions Migration. Let me know if you have further questions. Kind regards, Google Ads API Team On Thursday, March 2, 2023 at 1:16:46 AM UTC+8 Google Ads API and AdWords API Forum wrote: > Re-posting the last inquiry ( > https://groups.google.com/g/adwords-api/c/DKG3cgPFxJg) from the forum as > it wasn't routed to our support queue. > > Regards, > Google Ads API Team > On Wednesday, March 1, 2023 at 2:10:58 PM UTC+8 [email protected] wrote: > >> Hi, >> >> I am getting the following error while creating a feed_mapping for an >> existing feed. >> >> The placeholder_type for feed is --> DYNAMIC_CUSTOM >> >> feed_mapping.placeholder_type = client >> .enums.PlaceholderTypeEnum.DYNAMIC_CUSTOM >> >> request = client.get_type("MutateFeedMappingsRequest") >> request.customer_id = f"{customer_id}" >> request.operations.append(feed_mapping_operation) >> request.partial_failure = False >> request.validate_only = True >> feed_mapping_response = feed_mapping_service.mutate_feed_mappings( >> request=request >> ) >> >> I get the following error: >> >> error_code { >> feed_mapping_error: LEGACY_FEED_TYPE_READ_ONLY >> } >> message: "Feed is read only." >> trigger { >> string_value: "[14]" >> } >> location { >> field_path_elements { >> field_name: "operations" >> index: 0 >> } >> field_path_elements { >> field_name: "create" >> } >> field_path_elements { >> field_name: "placeholder_type" >> } >> } >> >> Any suggestions for fixing this issue? >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/1e8ca892-1553-4f30-a6a1-cb51d0c50937n%40googlegroups.com.
