Hello Team,

We are using the Google Ads API to retrieve campaign data based on the 
GCLID for an App Install campaign. However, each time the API returns a 
blank value. When we check with a Search campaign, we can see the campaign 
name and other related data. But for the App Install campaign, we are not 
receiving similar data.

API call URL:
https://googleads.googleapis.com/v18/customers/$customerID/googleAds:searchStream
Customer ID:- 852-543-9060
Data Query used:-
"SELECT
                            campaign.id,
                            campaign.name,
                            ad_group.id,
                            click_view.gclid,
                            click_view.page_number,
                            click_view.keyword
                        FROM
                            click_view
                        WHERE
                            click_view.gclid = '$gclid_value'
                        AND 
                            segments.date = '$date'
                        Limit 1"

Regards,
Savan Barot

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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 visit 
https://groups.google.com/d/msgid/adwords-api/f79e4e5c-c4b4-4a15-aeb8-fdbfdcf61df6n%40googlegroups.com.

Reply via email to