Hi Google Team,

I'm making use of the Google Ads API, and more precisely the Google Ads 
Service and I'm getting weird results.

I'm executing a POST request like this:

URL:
 
{{GOOGLE_API_ENDPOINT}}/v{{API_VERSION}}/customers/{{CUSTOMER_ID}}/googleAds:searchStream

BODY:
{
"query": "SELECT metrics.impressions, asset.id, ad_group.resource_name, 
ad_group.type, asset.type, ad_group_ad_asset_view.field_type FROM 
ad_group_ad_asset_view WHERE segments.date = '2022-11-09' AND 
ad_group_ad_asset_view.field_type = 'HEADLINE' AND ad_group_ad.ad.id = 
<specific ad id>"
}

And I can see 15 headlines being shown!

Now if I select `segments.date` to be part of the result:

BODY:
{
"query": "SELECT metrics.impressions, asset.id, ad_group.resource_name, 
ad_group.type, asset.type, ad_group_ad_asset_view.field_type, segments.date 
FROM ad_group_ad_asset_view WHERE segments.date = '2022-11-09' AND 
ad_group_ad_asset_view.field_type = 'HEADLINE' AND ad_group_ad.ad.id = 
<specific ad id>"
}

I get only 13 results!.

This is weird, as the headlines returned for the same ad varies depending 
on the fields I select? 
Shouldn't I always get 15 headlines in this case? Could this be a bug in 
the API?

Thanks!!

Christian -

-- 


Taxfix GmbH

Köpenicker Str. 122 
10179 Berlin, Germany

Taxfix.de 
<https://taxfix.de/> 
Taxfix in Play Store 
<https://play.google.com/store/apps/details?id=de.taxfix&hl=en&gl=US> 
Taxfix in App Store 
<https://apps.apple.com/us/app/taxfix-easy-tax-declaration/id1163776422>Geschäftsführung:
 
Martin Ott | Lino Teuteberg | Dr. Daniel Kreter
Sitz: Berlin, Amtsgericht 
Charlottenburg HRB 178817B


Please consider the impact on the environment 
before printing this email.

Diese E-Mail einschließlich evtl. angehängter 
Dateien enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind und Sie diese E-Mail irrtümlich 
erhalten haben, dürfen Sie weder den Inhalt dieser E-Mails nutzen noch 
dürfen Sie die evtl. angehängten Dateien öffnen und auch nichts kopieren 
oder weitergeben/verbreiten. Bitte verständigen Sie den Absender und 
löschen Sie diese E-Mail und evtl. angehängte Dateien umgehend.

The 
information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. 
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than 
the intended recipient is prohibited. If you receive this in error, please 
contact the sender and delete the material from any computer.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/721fbafe-4473-47a8-857e-7c2678d40bfcn%40googlegroups.com.
  • Go... Christian Adam
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Christian Adam
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to