Re: Getting account's conversion actions with AWQL

2020-06-08 Thread Google Ads API Forum Advisor Prod
Hi Etay,

Thank you for the update. You can use the query you've provided but make sure 
that you're using it with Google Ads API, as it's a GAQL query and not an AWQL 
query, so this will not work if you use this query in AdWords API. Let me know 
if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q20WIyK: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/g5KWW0QBM5340036XGJapHQBuUiH2tGMjRsg%40sfdc.net.


Re: Getting account's conversion actions with AWQL

2020-06-06 Thread Etay Tchechanovski
Thanks Bryan,
I actually wanted to get a list of all configured conversion actions under 
an account (e.g. for the example in my first post it will be a list of 
['Website Sale', 'Purchase',  'Purchase #2', etc..]).

I got an answer from another thread (
https://groups.google.com/forum/#!topic/adwords-api/IaFgViYiV2Q):

SELECT
   conversion_action.id, conversion_action. 
name
FROM
   conversion_action

Thanks,
Etay.

On Friday, June 5, 2020 at 6:24:24 PM UTC+3, adsapiforumadvisor wrote:
>
> Hi Etay,
>
> Thank you for reaching out to us. You can use the Account Performance 
> Report in AdWords API, and query ConversionTypeName 
> ,
>  
> ConversionTrackerID 
> ,
>  
> and ConversionCategoryName 
> 
>  
> for the list of conversions using AWQL. Let me know if you have further 
> questions.
>
> Thank you,
> Bryan, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q20WIyK: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/c12b49d1-b057-4f4e-817d-1e4087352ddeo%40googlegroups.com.


RE: Getting account's conversion actions with AWQL

2020-06-05 Thread Google Ads API Forum Advisor Prod
Hi Etay,

Thank you for reaching out to us. You can use the Account Performance Report in 
AdWords API, and query ConversionTypeName, ConversionTrackerID, and 
ConversionCategoryName for the list of conversions using AWQL. Let me know if 
you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q20WIyK: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/-x75G0QBGLG100IbOfUlmyS1uLKhoU1v9qCw%40sfdc.net.


Getting account's conversion actions with AWQL

2020-06-04 Thread Etay Tchechanovski
Hey,
How can I get all the account's conversion actions using AWQL?
The following list as we can see in the UI:




Thanks!
Etay.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cbad8c04-64cf-4de5-b519-1e4ca3fc4997o%40googlegroups.com.