I am trying to obtain conversion actions from GoogleAds Api with following query: SELECT conversion_action.app_id, conversion_action.category, conversion_action.counting_type, conversion_action.id, conversion_action.name, conversion_action.resource_name, conversion_action.status, conversion_action.type from conversion_action
It returns: { "results": [ { "conversionAction": { "resourceName": "customers/3441037340/conversionActions/242296203", "id": "242296203", "name": "TOOFUN (Android) installs", "status": "REMOVED", "type": "GOOGLE_PLAY_DOWNLOAD", "category": "DOWNLOAD", "countingType": "ONE_PER_CLICK", "appId": "com.toofun" } } ], "totalResultsCount": "1", "fieldMask": "conversionAction.appId,conversionAction.category,conversionAction.countingType,conversionAction.id,conversionAction.name,conversionAction.resourceName,conversionAction.status,conversionAction.type" } However in the UI there are 3 items (see attached file). Is this a bug or? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/e8089f7d-1b87-4cfb-b886-3e574b6c8369%40googlegroups.com.