Re: Query to get Conversion Action Names containing vertical bar (pipe) symbol not working

2020-01-27 Thread De1
Great! Thank you! On Monday, 27 January 2020 16:30:19 UTC-4, adsapiforumadvisor wrote: > > Hi De1, > > Thank you for reaching out to us. I’m looking into this internally with my > team and will get back to you as soon as I can. > Thank you, > Bryan, Google Ads API Tea

Query to get Conversion Action Names containing vertical bar (pipe) symbol not working

2020-01-25 Thread De1
.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

Re: How to use the Google Ads API using REST Only

2019-03-20 Thread De1
Awesome! That worked! Thanks Much! On Wednesday, 20 March 2019 14:33:05 UTC-4, googleadsapi-forumadvisor wrote: > > Hello, > > You could try using the Method: > google.ads.googleads.v1.services.CustomerService/ListAccessibleCustomers > and Endpoint: googleads.googleapis while trying your RESTful

Re: How to use the Google Ads API using REST Only

2019-03-19 Thread De1
Hi Sai, The issue is that I'm not using a client library and I don't know how to resolve CustomerService.ListAccessibleCustomers into a RESTful call. On Tuesday, 19 March 2019 13:35:24 UTC-4, googleadsapi-forumadvisor wrote: > > Hello, > > To get the accessible accounts for a user you can use

Re: How to use the Google Ads API using REST Only

2019-03-18 Thread De1
I need. Hope someone can help! On Monday, 25 February 2019 14:53:41 UTC-4, derek@metrictheory.com wrote: > > Hi De1, > > Try this: > > var options = { > method: 'POST', > muteHttpExceptions: true, > headers: { > &#

Re: How to use the Google Ads API using REST Only

2019-02-25 Thread De1
Thanks a bunch Derek. Seems like when in doubt...Query! Nice. On Monday, 25 February 2019 14:53:41 UTC-4, derek@metrictheory.com wrote: > > Hi De1, > > Try this: > > var options = { > method: 'POST', > muteHttpExceptions: true, > header

How to use the Google Ads API using REST Only

2019-02-25 Thread De1
th credentials by issuing a > CustomerService.ListAccessibleCustomers request. The login-customer-id is > not required for this request type, and has no effect on the list of > customers returned. I can't figure out how to resolve that into a RESTful call. Any guidance? Thanks De1 -- -- =~=~=~=~=~=~