Hi,

I am using an testing account to check some GAds API capabilities and found 
that the ad strength returned by the API is different than what the API 
shows.
Also, the API always return a PENDING strength.

This is pretty much the same issue discussed in these two conversations:
Here: https://groups.google.com/g/adwords-api/c/9jHR6-2dxNA/m/lvWGm6GBAgAJ
and here: 
https://groups.google.com/g/adwords-api/c/e0QOXF5aMPE/m/MZRmGMZcFQAJ

But I cannot get a solution from there.
Could some one please help me understand how to obtain the same strength as 
the Gads UI?

My query to GoogleAdsService is similar to what we have in the API 
documentation:
query = f"""
        SELECT
            ad_group.id,
            ad_group.name,
            ad_group.status,
            ad_group_ad.ad.id,
            ad_group_ad.ad.responsive_search_ad.headlines,
            ad_group_ad.ad.responsive_search_ad.descriptions,
            ad_group_ad.status,
            ad_group_ad.ad_strength
        FROM
            ad_group_ad
        WHERE
            ad_group.id = {ad_group_id}
            AND ad_group_ad.ad.id = {ad_id}
    """
Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/d7bf97c6-ecb7-4cf5-b76f-7a04530ad71fn%40googlegroups.com.

Reply via email to