Hi all,
I have Conversion Action Name where some of the names have the vertical bar
symbol in them (eg; "some words | some more word") and others that do not
contain the vertical bar (eg; "some word some more words").
However, the query to get only the ones with the vertical bar does not seem
to be working
var query = "SELECT customer.descriptive_name,
segments.conversion_action_name, segments.year, segments.month "
+ ",metrics.all_conversions"
+ ",metrics.all_conversions_value"
+ ",metrics.conversions"
+ ",metrics.conversions_value"
+ ",metrics.cross_device_conversions"
+ ",metrics.value_per_all_conversions"
+ ",metrics.value_per_conversion"
+ ",metrics.view_through_conversions"
+ " FROM customer"
+ " WHERE segments.date BETWEEN '2018-01-01' AND '2019-10-31' AND
segments.conversion_action_name LIKE '%|%'";
It seem to ignore the vertical bar completely. I also tried to escape it
with backslash (conversion_action_name LIKE '%\|%') but that did not work
either.
Any ideas?
Thanks
De1
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"AdWords API and Google Ads 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/5b150251-a889-45ee-9586-2bcf08606e77%40googlegroups.com.