Hi,
I would like to get metics cost by segments.device but i can not get any return data.
my query sql is like bellow:
"SELECT segments.device,
campaign.id,campaign.advertising_channel_type, campaign.status FROM campaign where
campaign.id=13880131199"
the request information is( CustomerID:
7049669050, RequestID: FVfXt640nfErUOXTxxMrmg)
when i removed the segments.device in query sql. such likes
"SELECT
campaign.id,campaign.advertising_channel_type, campaign.status FROM campaign where
campaign.id=13880131199"
the request information is (CustomerID:
7049669050, RequestID: 49RU7PGMRpzE44cahNGPbg)
and this time. i could get return data likes:
results {
campaign {
resource_name: "customers/
7049669050/campaigns/13880131199"
status: ENABLED
advertising_channel_type: SEARCH
id: 13880131199
}
}
I'm confused about this problem.and i hope someone could help me.
Thanks