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 conversion. That looks tedious comparing to this code for Google.Api.Ads.AdWords.v201809 which i provided above. OfflineConversionFeed feed = new OfflineConversionFeed(); feed.conversionName = "Offline Conversions"; feed.conversionTime = "2019-05-13 20:40:34 Europe/Stockholm"; feed.conversionValue = 100d; feed.conversionCurrencyCode = "SEK"; feed.googleClickId = "EAIaIQobChMIpeat28qY4gIVyU0YCh16EQ5MEAAYASAAEgIeevD_BwE"; OfflineConversionFeedOperation offlineConversionOperation = new OfflineConversionFeedOperation(); offlineConversionOperation.@operator = Operator.ADD; offlineConversionOperation.operand = feed; OfflineConversionFeedReturnValue offlineConversionRetval = offlineConversionFeedService.mutate( new OfflineConversionFeedOperation[] { offlineConversionOperation }); So, the question is - how to get account by knowing only gclid? is that possible to do in efficient way, not running requests one by one? On Wednesday, May 29, 2019 at 9:27:40 AM UTC+2, adsapiforumadvisor wrote: > > 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 > <https://developers.google.com/google-ads/api/docs/fields/conversion_action#conversion_actionowner_customer> > > in the GAQL to get the owners of each conversion. Let me know if this > helps. > > Regards, > Dannison > Google Ads API Team > > ref:_00D1U1174p._5001UAq7Dn: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. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/aa2cb75e-be9c-4a4a-9dd4-b95ec2561c7d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.