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

2021-11-28 Thread James Grace
Just implemented a hack to modify a random pixel by a single blue (as in 
RGBA) pixel value (254 vs 255 for example) and it seems to be working.  

Not ideal...but workable.  

On Sunday, November 28, 2021 at 7:48:55 PM UTC-10 James Grace wrote:

> I'm struggling with this same problem.  
>
> The combination of not being able to delete assets and not being able to 
> get the resource_name of the "duplicate" makes this a pretty significant 
> problem in my opinion.  
>
> Is there really no proposed work-around?
>
> On Wednesday, November 17, 2021 at 4:35:02 PM UTC-10 adsapi wrote:
>
>> Hi Meir,
>>
>> Thanks for following up.
>>
>> You may continue to follow our blog 
>> <https://ads-developers.googleblog.com/search/label/google_ads_api> for 
>> updates. Should you have additional concerns with the API, you may start a 
>> new thread and our team would be happy to assist you.
>>
>>
>> Best regards,
>>
>> Reminder: Share your feedback about the Google Ads (AdWords) API! Take 
>> the 2021 Google Ads API and AdWords API Annual Survey 
>> <https://google.qualtrics.com/jfe/form/SV_eQbOpf4VxRyyqqO?source=so>
>>   
>> [image: Google Logo] 
>> Peter Laurence Napa Oliquino 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Hyur3: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/be93e6e8-1290-4674-b304-56a4ccb95f18n%40googlegroups.com.


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

2021-11-28 Thread James Grace
I'm struggling with this same problem.  

The combination of not being able to delete assets and not being able to 
get the resource_name of the "duplicate" makes this a pretty significant 
problem in my opinion.  

Is there really no proposed work-around?

On Wednesday, November 17, 2021 at 4:35:02 PM UTC-10 adsapi wrote:

> Hi Meir,
>
> Thanks for following up.
>
> You may continue to follow our blog 
>  for 
> updates. Should you have additional concerns with the API, you may start a 
> new thread and our team would be happy to assist you.
>
>
> Best regards,
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hyur3: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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/628e0962-9dfb-41be-b9b0-2287de6e9e1fn%40googlegroups.com.


Display Ad Images / Preview Using Google Ads API Beta

2020-03-05 Thread James Grace
I'm trying to get access to Display Ad images via the Google Ads API.  At 
the moment, my code doesn't seem to be working for certain ads.  As near as 
I can tell from my debugging efforts so far, the issue is that it's not 
working for HTML5 ads.  

Here is the query I'm using :

SELECT
 ad_group.name,
 campaign.name,
 ad_group_ad.ad.responsive_display_ad.logo_images,
 ad_group_ad.ad.responsive_display_ad.marketing_images,
 ad_group_ad.ad.image_ad.preview_image_url,
 ad_group_ad.ad.image_ad.image_url
FROM
ad_group_ad
WHERE
campaign.advertising_channel_type = \'DISPLAY\'
LIMIT
100

For accounts using HTML5 ads, there is nothing returned for any of the last (4) 
fields.  For other accounts, I'm using the "ad_group_ad.ad.image_ad.image_url" 
field to get the ad image.  


What am I missing?  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/27e5377b-61d9-4696-84a7-893701fc00e1%40googlegroups.com.