Hi,
1) I tried a query but it said BAD_ENUM_CONSTANT
My query: 
SELECT conversion_goal_campaign_config.custom_conversion_goal,
conversion_goal_campaign_config.goal_config_level,
campaign.id,
custom_conversion_goal.name,
custom_conversion_goal.status,
custom_conversion_goal.conversion_actions
FROM conversion_goal_campaign_config
WHERE conversion_goal_campaign_config.goal_config_level = 
'GoalConfigLevel.CAMPAIGN'

I tried: conversion_goal_campaign_config.goal_config_level = 3 or 
conversion_goal_campaign_config.goal_config_level = 'CAMPAIGN". No success 
too.

I follow this 
doc: 
https://developers.google.com/google-ads/api/rest/reference/rest/v9/ConversionGoalCampaignConfig?hl=en#GoalConfigLevel

2) How to dismiss data fields in response?
Ex: in my query SELECT campaign.id
Response gives full detail of campaign. I just want *campaign id* only.
"campaign": {
"bitField0": 3,
"campaignBiddingStrategyCase": 0,
"resourceName": "customers/9112513441/campaigns/11344822329",
"id": 11344822329,
"name": "Test 46",
"status": 0,
"servingStatus": 0,
"adServingOptimizationStatus": 0,
"advertisingChannelType": 0,
"advertisingChannelSubType": 0,
"trackingUrlTemplate": "",
"urlCustomParameters": [],
"labels": [],
"experimentType": 0,
"baseCampaign": "",
"campaignBudget": "",
"biddingStrategyType": 0,
"accessibleBiddingStrategy": "",
"startDate": "",
"endDate": "",
"finalUrlSuffix": "",
"frequencyCaps": [],
"videoBrandSafetySuitability": 0,
"paymentMode": 0,
"optimizationScore": 0.0,
"excludedParentAssetFieldTypes": [],
"excludedParentAssetFieldTypesconverter": {},
"excludedParentAssetFieldTypesMemoizedSerializedSize": 0,
"urlExpansionOptOut": false
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/12932ce6-7e6e-45a0-90b0-6c931c23e051n%40googlegroups.com.
  • In... san...@knorex.com
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to