Re: api end points to get all conversion action

2023-05-05 Thread Vincent Mary
Thank you for the information.

Now How can i retrieve a keyword associate to a conversion like here :
[image: image.png]

And is there any way to link "SELECT metrics.conversions, metrics.clicks,
metrics.cost_per_conversion, metrics.cost_micros, segments.hour FROM
customer WHERE segments.date = '2023-04-23' AND segments.hour BETWEEN 13
AND 14" And the graphic above ?


Cordialement

*Vincent Mary*
www.1984.agency





Le ven. 5 mai 2023 à 15:06, Google Ads API Forum Advisor
 a écrit :

> Hi Vincent,
>
> Thank you for responding back.
>
> As per your use case wherein you want to get the information between 13h
> and 14h, you may need to utilize the segments.hour field. I've created a
> query for your reference.
>
>
> SELECT metrics.conversions, metrics.clicks, metrics.cost_per_conversion, 
> metrics.cost_micros, segments.hour FROM customer WHERE segments.date = 
> '2023-04-23' AND segments.hour BETWEEN 13 AND 14
>
>
> Regards,
> [image: Google Logo] Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2l9jsS: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 
"Google Ads API and AdWords 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/CAOcB-vbfX35ZE%3DHdofB2Jy60ddpEkODP%2BoNkrxXpgfRPBbETFg%40mail.gmail.com.


Re: api end points to get all conversion action

2023-05-05 Thread Vincent Mary
Thanks a lot.

But If you closely watch my screenshot you can see that on the UI we know
that we had a conversion between 13h and 14h.
If the API mirror the UI, how can I get this information ?
For example, I want to get all clicks of a day for a precise campaign and
know if one of those clicks led to a conversion and when this conversion
happened.


Cordialement

*Vincent Mary*
www.1984.agency





Le jeu. 4 mai 2023 à 21:46, Google Ads API Forum Advisor
 a écrit :

> Hello Vincent,
>
> Thank you for responding back to us.
>
> Confirming that we have received the screenshot you shared. With that, we
> navigated to UI to see the current values you have. Kindly refer to the
> attached screenshot for our view.
>
> Please note that the API mirrors only the UI. Thus, the API can only get
> the data that is being shown in the UI. With that, with regards to your
> question of what data you can get and base on the screenshot also, we can
> only retrieve the clicks, conversions, cost per conversion and cost values
> through API. You may check the below query for the sample.
>
> {
> "query": "
> SELECT metrics.conversions, metrics.clicks, metrics.cost_per_conversion, 
> metrics.cost_micros FROM customer WHERE segments.date = '2023-04-23'
> "
> }
>
>
> And here is the sample result:
>
> {
>   "results": [
> {
>   "customer": {
> "resourceName": "customers/5222643941"
>   },
>   "metrics": {
> "conversions": 22,
> "costMicros": "1809281157",
> "clicks": "511",
> "costPerConversion": 82240052.5909091
>   }
> }
>   ],
>   "fieldMask": 
> "metrics.conversions,metrics.clicks,metrics.costPerConversion,metrics.costMicros"
> }
>
>
> Let us know should you have further concerns with the API.
>
> Regards,
> [image: Google Logo] Google Ads API Team
>
> ref:_00D1U1174p._5004Q2l9jsS: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 
"Google Ads API and AdWords 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/CAOcB-vaMvdaB%2B8FvEK%2BHSFeQMEEosuuSoUHvS41ADKTEZJqGbQ%40mail.gmail.com.


Re: api end points to get all conversion action

2023-05-04 Thread Vincent Mary
Hi ! 

I sent you a direct email to :  adsapi@forumsupport.google with the 
un-cropped  screenshot did you receive it ?

Le mercredi 3 mai 2023 à 14:35:25 UTC+2, Google Ads API Forum Advisor a 
écrit :

> Hi Vincent,
>
> Based on the given context, you may use the *conversion_action* report (
> https://developers.google.com/google-ads/api/fields/v13/conversion_action). 
> However, we would need an un-cropped screenshot of your Google Ads UI 
> showing the entity/data that you want to pull via API as it will greatly 
> help us to identify its equivalent field on the API side. Please do note 
> that the API mirrors the reports/data of the Google Ads UI. Since you 
> mentioned that you can't find the graphic (or Google Ads UI) showing the 
> information for your use case, what I can recommend at this point is to 
> head over to our Product Support team first (via this link: 
> https://support.google.com/google-ads/gethelp), then ask them how to 
> generate (or where to find) the report/data that you need via UI. Once 
> done, you may share it to us, so we can provide guidance on how to pull it 
> via API.
>
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l9jsS: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 
"Google Ads API and AdWords 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/ffe6928f-d4fd-457d-877d-534987394ce5n%40googlegroups.com.


Re: api end points to get all conversion action

2023-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vincent,

Based on the given context, you may use the conversion_action report 
(https://developers.google.com/google-ads/api/fields/v13/conversion_action). 
However, we would need an un-cropped screenshot of your Google Ads UI showing 
the entity/data that you want to pull via API as it will greatly help us to 
identify its equivalent field on the API side. Please do note that the API 
mirrors the reports/data of the Google Ads UI. Since you mentioned that you 
can't find the graphic (or Google Ads UI) showing the information for your use 
case, what I can recommend at this point is to head over to our Product Support 
team first (via this link: https://support.google.com/google-ads/gethelp), then 
ask them how to generate (or where to find) the report/data that you need via 
UI. Once done, you may share it to us, so we can provide guidance on how to 
pull it via API.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9jsS: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 
"Google Ads API and AdWords 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/TgISJ0RU31MJ00ufqScxFfRJOE9gQl1KwtYA%40sfdc.net.


Re: api end points to get all conversion action

2023-05-03 Thread Vincent Mary
Thanks for your answer.

I can't find a graphic where this information (date and time of conversion) 
is visible.
To be more precise, I would like to know if it's possible to list all 
conversions of a campaign from a date and then to get the dateTime of each 
conversion and the "searched keyword" which led to this conversion. 

Do you know if the API is capable to do this ?

Le mercredi 3 mai 2023 à 11:16:39 UTC+2, Google Ads API Forum Advisor a 
écrit :

> Hello Vincent,
>
> Thanks for reaching out to the Google Ads API Team.
>
> Can you confirm if you wish to obtain these data using the Google Ads API? 
> If so, please provide us with an uncropped UI screenshot of this data in 
> the Google ads UI? I am asking this so we will be able to provide guidance 
> as to what report to recommend and what fields are available on the report.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2l9jsS: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 
"Google Ads API and AdWords 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/5e5f8b95-8ae0-4cab-8bce-7db76cd2321en%40googlegroups.com.


RE: api end points to get all conversion action

2023-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Vincent,

Thanks for reaching out to the Google Ads API Team.

Can you confirm if you wish to obtain these data using the Google Ads API? If 
so, please provide us with an uncropped UI screenshot of this data in the 
Google ads UI? I am asking this so we will be able to provide guidance as to 
what report to recommend and what fields are available on the report.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2l9jsS: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 
"Google Ads API and AdWords 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/0nA_C0RU2SFB00ptJPXN5HS3iYLFvU7taC1g%40sfdc.net.


Re: Api end points to get all conversion action

2023-05-03 Thread Vincent Mary
Hello ! 

I am currently searching for conversion date and time but can't find a way 
to get it !

I will wait with you the answer of the Google team.

Le mercredi 3 mai 2023 à 05:45:59 UTC+2, Shubham Kant a écrit :

> Hello team, any update on this?
>
> On Tuesday, May 2, 2023 at 1:56:02 PM UTC+5:30 Shubham Kant wrote:
>
>> Hello Team,
>>
>> I am searching for a google ads api which can provide me all conversion 
>> action list for particular customer_id, from the documentation I can only 
>> find how to create or update a conversion action.
>>
>> Can you please help me out.
>>
>> example : 
>>
>> url = 
>> https://googleads.googleapis.com/v12/customers/['customer_id']/conversionActions
>> method = GET, something like this.
>>
>> Regards,
>> Shubham Kant
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/3b0bc9b1-f997-4348-a67d-c5bee4f6db46n%40googlegroups.com.


Re: Api end points to get all conversion action

2023-05-02 Thread Shubham Kant
Hello team, any update on this?

On Tuesday, May 2, 2023 at 1:56:02 PM UTC+5:30 Shubham Kant wrote:

> Hello Team,
>
> I am searching for a google ads api which can provide me all conversion 
> action list for particular customer_id, from the documentation I can only 
> find how to create or update a conversion action.
>
> Can you please help me out.
>
> example : 
>
> url = 
> https://googleads.googleapis.com/v12/customers/['customer_id']/conversionActions
> method = GET, something like this.
>
> Regards,
> Shubham Kant
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/ff77b18f-8bb3-4025-b713-39e602de239dn%40googlegroups.com.


Api end points to get all conversion action

2023-05-02 Thread Shubham Kant
Hello Team,

I am searching for a google ads api which can provide me all conversion 
action list for particular customer_id, from the documentation I can only 
find how to create or update a conversion action.

Can you please help me out.

example : 

url = 
https://googleads.googleapis.com/v12/customers/['customer_id']/conversionActions
method = GET, something like this.

Regards,
Shubham Kant

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/14284770-a91c-42cc-8cb8-3eddba7e6026n%40googlegroups.com.