Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-15 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Hi Anash - we are not receiving the error message with the duplicate ID. We are using the v9 of the API. Here is the error message we are receiving: "The asset has a name which is different from an existing duplicate that represents the same content." On Friday, February 11, 2022 at 3:32:50 PM

Re: Issue when reuploading image assets (CANNOT_MODIFY_ASSET_NAME)

2022-02-11 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
I found this thread which seems to already have some action: https://groups.google.com/g/adwords-api/c/nM17vGMFwO4/m/nm8IPsaFAQAJ On Friday, February 11, 2022 at 9:26:32 AM UTC-7 Lonny Kapelushnik wrote: > I am having the same issue using the latest released PHP SDK > https://github.com/googlea

Re: Issue when reuploading image assets (CANNOT_MODIFY_ASSET_NAME)

2022-02-11 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
I am having the same issue using the latest released PHP SDK https://github.com/googleads/google-ads-php On Friday, February 11, 2022 at 4:47:02 AM UTC-7 google@innogames.com wrote: > Hi, > > we're using the Google Ads SDK v16.0.2 which is using API v9. > > In the past, we haven't set any a

Re: Empty Ad Group Asset

2022-01-26 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Mark - thanks for the update. I'll look into those services and look forward to having responsive display ads added to the supported ad types for ad_group_ad_asset_view. On Wednesday, January 26, 2022 at 1:37:09 AM UTC-7 adsapi wrote: > Hello Lonny, > > Thanks for getting back to us. > > You ca

Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
It seems like ad_group_ad_asset_view is exactly what I want, but for whatever reason it only works for app ads... On Tuesday, January 25, 2022 at 7:13:14 PM UTC-7 Lonny Kapelushnik wrote: > As far as I'm aware I can only attach assets to ads, not ad groups or > campaigns. Correct me if I'm wron

Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
As far as I'm aware I can only attach assets to ads, not ad groups or campaigns. Correct me if I'm wrong...I'm just not seeing how to do that in the API. Ultimately I think my question is: How can I query assets approval status and performance that are attached to ads? This is for responsive di

Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Ah ok I see it in my SPAM. Thank you. I am a bit unclear on what to do though. I ultimately want to run a report to get all the ad assets that have been rejected. This ad_group_asset report was the only one I saw that could return assets, but none of the assets are associated with ad groups? So

Re: Empty Ad Group Asset

2022-01-24 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Morning - have you received my private message? I'm not sure how Google Groups works, but I'm not seeing it in the thread. On Friday, January 21, 2022 at 9:16:01 AM UTC-7 adsapi wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further,

Empty Ad Group Asset

2022-01-20 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
I am trying to get a list of assets in an ad group. When I run the Ad Group Asset report it _always_ returns empty. Here is the query I run: SELECT ad_group_asset.resource_name, ad_group_asset.ad_group, asset.id, asset.resource_name FROM ad_group_asset WHERE ad_group_asset.ad_group = '*snip*'