We updated the Google Ads API Version from V2 to V3 via the composer.
(We use this API in the PHP system.)
Before updated, our system went well.
However after updated, our system using this API says "segmentation fault".
The below is the code when occurs the error.
```
// We set the API setting
I set bunch of campaign in my google ads platform, and I use my AutoReport
to gain the data form platform, my AutoReport ran very well as usual;
however, I found out that my code cannot get the campaign has discovery ads
inside.
Plz help me to deal with this problem, Thx you!!
--
--
=~=~=~
>
> Hey Nikisha Patel,
How can i create a reports segmented by age and gender. Please let us know
if there is any example.
$query = 'SELECT campaign.id, ad_group_criterion.age_range.type
,ad_group.id,metrics.clicks,metrics.ctr,metrics.impressions,segments.ad_n
etwork_type,segments.device, ad_g
Hey Bharani,
Is there any update regarding Demographic data.
I would like to get gender and age range data from google ads api.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Thanks, but why I can use this file in Google ads UI and I don't see errors
there?
On Wednesday, April 1, 2020 at 7:42:03 PM UTC+3, adsapiforumadvisor wrote:
>
> Hi Sergey,
>
> The error coming up from the back end
> is MEDIA_UPLOAD_ERROR_CUSTOM_EXIT_NOT_ALLOWED which is because you are
> tr
I'm trying to get the network type and device type from segments
$query = 'SELECT
campaign.id,
ad_group.id,metrics.clicks,metrics.ctr,metrics.impressions,segments.ad_network_type,segments.device,
ad_group.name
FROM ad_group';
if ($campaignId !== null) {
$query .= "