Doese the Google Ads API V3 wants INI file to be writable or other permissions?

2020-04-05 Thread 本舘勤
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 want get the data of discovery ads.

2020-04-05 Thread 暐陳
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!! -- -- =~=~=~

Re: Get age and gender segmented data in ad, campaign or ad group performance report

2020-04-05 Thread sreenu malae
> > 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

Re: Demographical report (AgeRanges + Gender)

2020-04-05 Thread sreenu malae
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/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Media Bundle Asset Upload

2020-04-05 Thread Sergey Zilberman
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

segments.ad_network_type and segments.device results in numerical values

2020-04-05 Thread sreenu malae
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 .= "