Re: Update headlines in an asset group

2022-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gionni, Thank you for the reply. We're glad that you were able to find the information related to the behavior you observed. If you have additional questions regarding the topic being discussed in this thread, feel free to send those over to our team and we would be happy to assist you furt

Re: Update headlines in an asset group

2022-07-04 Thread Gionni Lone
Hi, I figured that in order to replace assets like headlines I need first to delete the headline I want to replace and then add the new one. That worked, thank you. On Monday, July 4, 2022 at 12:31:45 PM UTC+2 adsapi wrote: > Hi Gionni, > > Thank you for the reply. Could you please provide more

Re: Update headlines in an asset group

2022-07-04 Thread Gionni Lone
I also tried to update a single asset in this way, but received an error: def update_asset_group_headlines(self, account_id, new_text, asset_resource_name): asset_group_service = self.get_service("AssetGroupAssetService") asset_group_asset_operation = self.get_type("AssetGroupAsset

Re: Update headlines in an asset group

2022-07-04 Thread Gionni Lone
Hi, thank you for your reply. I know the maximum number I can have per asset is 5, but what I want to do is replacing them. With RSA when I wanted to replace them I would just upload other 15 headlines and they get correctly replaced, but in this case it says "exceeded the limit". Can you plea

RE: Update headlines in an asset group

2022-07-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Gionni, Thank you for raising this concern to the Google Ads API Forum. Upon checking the provided logs, I can see that you are encountering the headline limit for asset groups. According to this document, you can only add up to 5 headlines for the asset group. However, upon checking the cou

Update headlines in an asset group

2022-07-01 Thread Gionni Lone
Hi, I'm struggling to update headlines in an existing asset group, belonging to a perf max campaign. I need to replace those which have a "Low" performance label. I don't know if I should first delete the headlines I want to replace and then create the new ones. This is what I tried and the err