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 example scenario an

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-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Thanks for the detailed response. Unfortunately, there is no way to perform the type of E2E testing with your current setup. The conversions process needs PII (the hashed email in your case) and the accompanying GCLID forwarded from a website to start the process. Otherwise, it will respond with

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-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back and providing your insights on this. Allow me to raise your concern to our wider team for further investigation on the matter. Rest assured that one of our colleagues will get back to update this thread soon. In the meantime, your patience is greatly appreciate

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-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for getting back to us. Upon checking your error message, you are getting a CLICK_NOT_FOUND error, the click can't be found for the specified identifiers. This may be because it did not come from a Google Ads campaign(https://developers.google.com/google-ads/api/reference/rpc/

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-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi everyone, @ Marius, If you'd like to do this via the UI, then it would be best to ask for assistance from the Google Ads Product support team as they are more familiar with the features and functionalities of the Google Ads UI. You can reach them here: https://support.google.com/google-ad

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

2023-08-10 Thread Triple A
I'm quite amazed at how poor google API is regarding this. Any other provider let's you easily report conversions with just a curl (https://developers.facebook.com/docs/marketing-api/conversions-api/using-the-api, https://ads.tiktok.com/gateway/docs/index?identify_key=2b9b4278e47b275f36e7c39a4af

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-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your response. Moving forward to your question on how to create request for conversionAction, you may refer to the following documentations: Create conversion actions - https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions Conversion Action

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

2023-08-09 Thread MKostrosO2
Note, that next steps from documentation does not work properly. Upload summary is mentioned there - Next steps - but query from Update summary

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: > According

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

2023-08-09 Thread MKostrosO2
According to docs UploadClickConversionsRequest , do I understand well, that it's expected behaviour ? my payload once again: body = { "conversions": [ { "user_

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": [

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