RE: External conversion source APP_UNSPECIFIED filter value broken

2021-10-24 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Tiana,

Thank you for raising this to us.

So our team can better check on this, can you share to us the following details 
below?

Customer ID
login-customer-id
complete GAQL
complete logs (request and response with request-id)

Please send the requested details via the Reply privately to author option. If 
this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

As aside, I tried using the Query builder with your provided sample query and 
it returns an invalid query message (Field 
'segments.external_conversion_source' in the WHERE clause is causing an error. 
Segments other than core date segments ('segments.date', 'segments.week', 
'segments.month', 'segments.quarter', 'segments.year') must be present in the 
SELECT clause before being added to the WHERE clause.).

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2QEMRv: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/xPeIM0R1IKIH00TcYUgC9YQlWmZRZ8s4pmPQ%40sfdc.net.


External conversion source APP_UNSPECIFIED filter value broken

2021-10-22 Thread Tiana S.
Hi there,

For the external conversion source field, APP_UNSPECIFIED is listed as enum 
value for both the old (Google AdWords: ExternalConversionSource 
)
 
API and the new (Google Ads: segments.external_conversion_source 
)
 
API. 

Filtering on this through the old (Google AdWords) API works fine, but 
filtering on this through the new API triggers a 
PROHIBITED_ENUM_CONSTANT error:

Error: 400 - {"error":{"code":400,"message":"Request contains an invalid 
argument.","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.ads.googleads.v8.errors.GoogleAdsFailure","errors":[{"errorCode":{"queryError":"PROHIBITED_ENUM_CONSTANT"},"message":"Filtering
 
by 'APP_UNSPECIFIED' is not supported."}],"requestId":""}]}}

Example query:

SELECT metrics.conversions FROM campaign WHERE 
segments.external_conversion_source = "APP_UNSPECIFIED" AND segments.date 
>= '2021-10-11' AND segments.date <= '2021-10-17'

Other enum values for the external conversion source field work fine, it's 
just the APP_UNSPECIFIED value that's not working, and only for the new API.

Is this intended behavior?

Thank you,

Tiana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dd557a47-320e-4551-87dd-63a3254f6095n%40googlegroups.com.