campaign.labels does not return labels in GAQL query

2022-08-05 Thread Hamza Ansari
I have been trying to retrieve a list of campaigns using the below GAQL query but it does not return labels of the campaigns. 'SELECT campaign.id, campaign.name, campaign.status, campaign_budget.amount_micros, campaign.labels, metrics.cost_micros FROM campaign WHERE campaign.status IN ("ENABLE

Re: how to create campaign using api in laravel ?

2020-06-15 Thread Hamza Ansari
Hello, do you have do you have any tutorial based on how to setup adwords api with laravel? i have been struglling for long and coud not do it. Thanks! On Saturday, March 9, 2019 at 12:19:59 AM UTC+5, Siroya Vijaybhai wrote: > > Hi, > > I clone gittub laravel sample code from below url in local

I can not retrieve any Search Express Campaign through Adwords API Reports

2020-06-12 Thread Hamza Ansari
i am using following code to pull Smart Campaigns from my MCC level account using CAMPAIGN_PERFORMANCE_REPORT but it will return nothing. var report = AdWordsApp.report("SELECT CampaignName FROM CAMPAIGN_PERFORMANCE_REPORT WHERE AdvertisingChannelSubType = SEARCH_EXPRESS DURING YESTERDAY");

Re: Cant access Spreadsheet using SpreadsheetApp.openByUrl()

2020-05-11 Thread Hamza Ansari
Thank you for your reply. Im Writing a simple script to use within my MCC account. The one that we implement in Bulk action menu. On Monday, May 11, 2020 at 8:30:30 PM UTC+5, adsapiforumadvisor wrote: > > Hi Hamza, > > Thank you for reaching out to us. Could you confirm with me if you're > using

Cant access Spreadsheet using SpreadsheetApp.openByUrl()

2020-05-11 Thread Hamza Ansari
Im trying to write a script for my MCC Adwords account which is pretty straight forward. Every thing is working great except when i try to access a spreadsheet using function below SpreadsheetApp.openByUrl but i am getting an error saying Service Spreadsheets failed while accessing document wit