Uploading Enhanced conversion via REST API (not client library)

2023-08-08 Thread MKostrosO2
Hey folks, it has took me some time to go through the docs, forums or another sources, but I haven't found an answer, so hopefully I'll be more successful here. I'm preparing custom integration for Uploading enhanced conversions. As I'm using a CRM system able to comunicate via REST API, I n

Re: uploading enhanced conversion via rest api (not client library)

2023-08-09 Thread MKostrosO2
Thank you for your help. I've managed to prepare whole request and it's working. I have just no idea which conversions could be updated this way. I've tried few of them, but with the request body: body = { "conversions": [ { "user_identifiers": [

Re: uploading enhanced conversion via rest api (not client library)

2023-08-09 Thread MKostrosO2
that are not from a Google Ads campaign. This will allow you to focus only on errors that you can address.* *Default is false.* On Wednesday, August 9, 2023 at 10:28:09 AM UTC+2 MKostrosO2 wrote: > Thank you for your help. > I've managed to prepare whole request and it's workin

Re: uploading enhanced conversion via rest api (not client library)

2023-08-09 Thread MKostrosO2
So my question is, how to check, whether it works properly? How to check it processed request (for example in Google Ads GUI), as the only information I get is repsonse 200 with jobId Thank you very much for help. On Wednesday, August 9, 2023 at 12:13:28 PM UTC+2 MKostrosO2 wrote

Re: uploading enhanced conversion via rest api (not client library)

2023-08-09 Thread MKostrosO2
;}, 'id': '92**29' }} ], 'fieldMask': 'customer.id,customer.conversionTrackingSetting.googleAdsConversionCustomer,customer.offlineConversionClientSummaries'}* No daily summary as mentioned in docs <https://developers.google.com/google-ads/api/docs/conversions/upload-summari

Re: uploading enhanced conversion via rest api (not client library)

2023-08-09 Thread MKostrosO2
Thank you for your response. I've read the documentation you shared, however is it necessary to create it via API ? I would prefer GUI, as it is only one-time task for testing, so it would be much more effective. Nevertheless, your point about *validateOnly* was helpful, somehow I haven't reali

Re: uploading enhanced conversion via rest api (not client library)

2023-08-14 Thread MKostrosO2
Monitoring upload summaries (with query via googleAds:search API) suddenly started to work. The query passes the query validator (maybe some fix on google side, I have no idea). However, my uploads were not successful, see the summary: *'alerts': [ {

Re: uploading enhanced conversion via rest api (not client library)

2023-08-15 Thread MKostrosO2
Thanks for response, but, with every answer I'm not sure, whether we're moving forward or backwards. You say - *You need to associate your offline click conversions with a conversion action by passing either the gclid, gbraid, or wbraid identifier* And you referencing me to Upload Click Conversi

Re: uploading enhanced conversion via rest api (not client library)

2023-08-16 Thread MKostrosO2
Hey Bob, thanks for joining the conversation. - *You are uploading enhanced conversions for leads and NOT web. https://support.google.com/google-ads/answer/9888656#leads * - YES, there was maybe quite a misunderstanding

Re: uploading enhanced conversion via rest api (not client library)

2023-08-17 Thread MKostrosO2
OK, thank you. I understand, that this means my integration should work properly then. Let's go through example scenario and please validate every step, whether this will work or not: 1. Customer is targeted with some Google ad 2. He clicks through it and is redirected to my website, moreo

Re: uploading enhanced conversion via rest api (not client library)

2023-08-22 Thread MKostrosO2
Are you able to answer the questions/notes from the last reply? Thank you in advance. Have a nice day On Friday, August 18, 2023 at 8:57:21 AM UTC+2 MKostrosO2 wrote: > OK, thank you. > I understand, that this means my integration should work properly then. > Let's go through ex