I'm pulling data for clients and when I requested that field I'm not getting it (I can filter by it) this is the query I'm using: SELECT segments.date, campaign.id, campaign.name, customer.currency_code, campaign.app_campaign_setting.app_id, campaign.app_campaign_setting.app_store, segments.sk_ad_network_conversion_value, metrics.sk_ad_network_conversions, segments.sk_ad_network_user_type, segments.sk_ad_network_ad_event_type, segments.sk_ad_network_attribution_credit FROM campaign WHERE segments.date >= '2023-02-05' AND segments.date <= '2023-02-05' AND campaign.name IS NOT NULL ORDER BY segments.date
when I added to the query that field (segments.sk_ad_network_attribution_credit) I got more records due to it but without the ability to know what is the value. Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/5caa602b-4595-4694-bba4-f4d9c0e14d0bn%40googlegroups.com.
