Hi Team,

Getting BiddingStrategy as null in Campaign
I am using Google Ads API V10 PHP Libray.

please provide the example on how we can get the bidding_strategy details 
because we are currently getting it as null using the below query.
SELECT campaign.id, campaign.network_settings.target_content_network, 
campaign.network_settings.target_google_search, 
campaign.network_settings.target_partner_search_network, 
campaign.network_settings.target_search_network, 
campaign_budget.delivery_method, campaign.ad_serving_optimization_status, 
campaign_budget.amount_micros, campaign_budget.id, 
campaign.frequency_caps,campaign.bidding_strategy,campaign.bidding_strategy_type,
 
bidding_strategy.type, bidding_strategy.id, bidding_strategy.enhanced_cpc, 
bidding_strategy.name, 
bidding_strategy.maximize_conversion_value.cpc_bid_ceiling_micros, 
campaign_budget.name, campaign.advertising_channel_sub_type, 
bidding_strategy.currency_code, campaign_budget.explicitly_shared, 
bidding_strategy.campaign_count, 
campaign.geo_target_type_setting.negative_geo_target_type, 
campaign.geo_target_type_setting.positive_geo_target_type FROM campaign 
WHERE campaign.id IN (16693978983)

All these giving the null values

$googleAdsRow->getBiddingStrategy()->getId();
$googleAdsRow->getBiddingStrategy()->getName();
$googleAdsRow->getBiddingStrategy()->getType();
$googleAdsRow->getBiddingStrategy()->getTargetSpend();
$googleAdsRow->getBiddingStrategy()->getEnhancedCpc();
$googleAdsRow->getBiddingStrategy()->getScheme();

Can someone please help on this?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/66b6501b-9318-45b0-8f94-4669bd55cc8fn%40googlegroups.com.

Reply via email to