I used the google analytical API to fetch the data for Adwords with metric - **
ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions and dimensions=ga:date,ga:adGroup,ga:adwordsCustomerID,ga:campaign, ga:keyword,ga:sourceMedium, ga:channelGrouping**
when I queried them all together, I am not able to fetch the "GoogleAdsCustomerId" dimension values. all values are coming as (not set).
though below combinations of Metrics and Dimensions are working fine
Adwords with metric - ga:impressions,ga:adClicks,ga:adCost,ga:users,ga:sessions and dimensions=ga:date,ga:adGroup,ga:adwordsCustomerID,ga:campaign.
What is the possible way to get the GoodleAdsCustomerId with all the required metric and dimensions - Highlighted Bold above? Please guide me.
Thank you