Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hi Oleksandr, It seems that you did not receive my private message sent previously. Cascading the message here. The Google Ads API will mostly reflect the feature in the AdWords API. In AdWords API perspective, the only way to also know who owns the GCLID is also by downloading the Click

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-06-19 Thread Oleksandr Dyklevych
yes, but how comes it is working with no problem in Google.Api.Ads.AdWords.v201809 under the hood? what shall i do when Google.Api.Ads.AdWords.v201809 gets deprecated? On Thursday, May 30, 2019 at 8:23:34 AM UTC+2, adsapiforumadvisor wrote: > > Hi, > > I am afraid that there is no direct way to

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-30 Thread Google Ads API Forum Advisor Prod
Hi, I am afraid that there is no direct way to know who manages the GCLID as of the moment except for downloading the click_view report. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAq7Dn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-29 Thread Oleksandr Dyklevych
Hi Dannison, No, not owners of conversion actions. i need to know, for example, which of 20+ managed accounts the conversion with gclid "EAIaIQobChMIpeat28qY4gIVyU0YCh 16EQ5MEAAYASAAEgIeevD_BwE" belongs to. then, i would need to get resource name from that account, and only then upload the

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-29 Thread Google Ads API Forum Advisor Prod
Hi Dannison, Just to be clear, you wish to get the owners of these individual conversion actions. Is this correct? You can include conversion_action.owner_customer in the GAQL to get the owners of each conversion. Let me know if this helps. Regards, Dannison Google Ads API Team

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-28 Thread Oleksandr Dyklevych
Hi Danisson, yes, i've tried this way, and it kind of works. But, it introduces a new issue, namely, for each conversion, i need to know which account it is coming from. Then i need to go to that account and find out conversion action resource name with GAQL, because each of them has

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-27 Thread Google Ads API Forum Advisor Prod
Hi, I am a colleague of Dave, allow me to provide support for your concern. Sorry for the delayed response, my colleague was able to respond to you privately. However, it seems that the response did not reach you. Kindly refer to the response below. The format of the resource name you need as

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-27 Thread Oleksandr Dyklevych
Is there any update on the topic? What is the best way to proceed? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-17 Thread Oleksandr Dyklevych
To be more specific, this is a piece of code that works in Google.Api.Ads.AdWords.v201809 OfflineConversionFeed feed = new OfflineConversionFeed(); feed.conversionName = "Offline Conversions"; feed.conversionTime = "2019-05-13 20:40:34

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-17 Thread Oleksandr Dyklevych
Hi Dave, I still cannot get it. you say "To get the resource name of the conversion_action, you may use the ConversionActionService.GetConversionAction

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The resource name is different from name. You may check this guide to see the difference of resource name and name. To get the resource name

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread Oleksandr Dyklevych
Hi Dave, i read that guide, but it is not clear where i should get actual value for conversion_action. Once again, under each managed account i created a conversion action and gave it name "Offline Conversions". here is what i mean: [image: ConversionActions.jpg] in old

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread Oleksandr Dyklevych
Hi Dave, i read that guide, but it is not clear where i should get actual value for conversion_action. Once again, under each managed account i created a conversion action and gave it name "Offline Conversions". here is what i mean: [image: ConversionActions.jpg] in old

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread Oleksandr Dyklevych
Hi Dave, i read that guide, but it is not clear where i should get actual value for conversion_action. Once again, under each managed account i created a conversion action and gave it name "Offline Conversions". here is what i mean: [image: ConversionActions.jpg] in old

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for providing the complete logs. Upon checking, you are passing an incorrect value to the field conversion_action which is Offline Conversions. As stated on this guide

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread Oleksandr Dyklevych
Hi Dave, i am using this library https://github.com/googleads/google-ads-dotnet. i enabled logging as specified in the documentation, and here is the request details: Method Name: /google.ads.googleads.v1.services.ConversionUploadService/UploadClickConversions Host:

Re: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-16 Thread Oleksandr Dyklevych
Hi Dave, i am using https://github.com/googleads/googleads-dotnet-lib. so, the JSON is composed by the library, i presume. How can i capture it? On Wednesday, May 15, 2019 at 5:19:30 AM UTC+2, googleadsapi-forumadvisor wrote: > > Hi, > > Thank you for reaching out. RESOURCE_NAME_MALFORMED

RE: new AdWords API, ClickConversion conversion_action how to specify?

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. RESOURCE_NAME_MALFORMED occurs when the resource name provided in the request is incorrect. To further investigate this, could you provide the complete JSON request and response logs when you encountered this error? If you haven't enabled logging yet, kindly tell