Re: dynamic_search_ads_search_term_view

2020-11-22 Thread beyond Clicks
Hi Ernie, The below screenshot is what I'm looking for. a list of each of them for every campaign available to be specific. On Tuesday, 10 November 2020 at 05:32:36 UTC adsapiforumadvisor wrote: > Hi, > > Thanks for posting your concern. > > Could you provide a sample screenshot of the field

dynamic_search_ads_search_term_view

2020-11-06 Thread beyond Clicks
Hi Guys, I'm trying to use AWQL to get a list of all the target URL's of a campaign, so I can have my web app scour them and check for 404's and the like, using this ; https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder I have been given the query SELECT campa

Re: MinuteOfHour from query

2020-10-06 Thread beyond Clicks
hi API Advisor, Unfortunatley that hasn't clarified it much at all... As a response from the query above, ->getEndMinuite() and ->GetStartMinuite() provide me values between 0 and 5 but nowhere can I find listed what those numbers correlate to. On Tuesday, 6 October 2020 at 06:57:09 UTC+1 adsa

Re: MinuteOfHour from query

2020-10-05 Thread beyond Clicks
lue(); $EMin = $obj->getEndMinute(); $EHour = $obj->getEndHour()->getValue(); $time = $SHour . ":" . $SMin . " to " . $EHour . ":" . $EMin; On Monday, 5 October 2020 at 15:52:46 UTC+1 beyond Clicks wrote: > &

MinuteOfHour from query

2020-10-05 Thread beyond Clicks
Ive got the query SELECT campaign_criterion.ad_schedule.start_hour, campaign_criterion.ad_schedule.start_minute, campaign_criterion.ad_schedule.end_hour, campaign_criterion.ad_schedule.end_minute FROM ad_schedule_view Two of these values bring back one of These

Extracting values from googleAdsRow

2020-10-05 Thread beyond Clicks
I have a query in place through the google ads API that SELECT's the following; SELECT campaign_criterion.ad_schedule.start_hour, campaign_criterion.ad_schedule.start_minute, campaign_criterion.ad_schedule.end_hour, campaign_criterion.ad_schedule.end_minute FROM ad_schedule_view WHERE campa

Re: Google Ads Query Ad Schedule fetch

2020-10-02 Thread beyond Clicks
Whenever I've attempted to add ad_schedule_view to the query I placed in my question, I get a 400 error back, the documentation doesn't clearly show how it should be formatted. .campaign.ad_schedule_view in the select doesn't work, nor does simply trying to put ad_schedule_view in the FROM clau

Google Ads Query Ad Schedule fetch

2020-10-02 Thread beyond Clicks
Currently my query reads as; SELECT campaign.id, campaign.name, campaign.status, metrics.cost_micros, campaign_budget.amount_micros, metrics.search_impression_share FROM campaign WHERE campaign.serving_status = SERVING AND segments.date DURING TODAY ORDER BY campaign.id I'm looking for whatev

Ads API error for enabling a campaign

2020-08-27 Thread beyond Clicks
Hi Guys, I've got a laravel job set up that runs at midnight to enable campaigns that the same application had paused earlier when their budget goes over. public function handle() { $clientId = ""; $clientSecret = ""; $refreshToken = ""; $developerToke

Re: How to retrieve ads Labels

2020-08-05 Thread beyond Clicks
Hi Xiaoming, I've looked around for how to "create labels using the TextLabel object. To create a TextLabel" as https://developers.google.com/google-ads/api/docs/reporting/labels this guide tells me and I can find no exa

Re: How to retrieve ads Labels

2020-08-04 Thread beyond Clicks
Hi Xiaoming. The system I'm working on will have a large amount of accoutns under a variety of MCC's, Is there a way to CREATE the label if it isn't present in that clients account as a failsafe? On Monday, 3 August 2020 16:38:41 UTC+1, adsapiforumadvisor wrote: > > Hi, > > Thank you for reachi

How to retrieve ads Labels

2020-08-03 Thread beyond Clicks
SoIm using the new beta API to with Labels and am trying to figure out this... label ID it keeps mentioning, all the examples and information I can find points to people already having the ID or making the label... but I have a

Re: Google Ads API get accounts under an MCC

2020-07-21 Thread beyond Clicks
Hi Xiaoming, Is there a document anywhere where all these "get" fields are listed? such as ->getIdUnwrapped()? Rather than having to look through the examples it'd be much easier to have documentation to reference. On Monday, 20 July 2020 at 18:56:14 UTC+1 adsapiforumadvisor wrote: > Hi, > > T

Google Ads API get accounts under an MCC

2020-07-20 Thread beyond Clicks
Hi Guys, I'm running the below query; SELECT customer.id, customer_client.id, customer_client.descriptive_name FROM customer_client which is then run through like so; $stream = $googleAdsServiceClient->searchStream($customerId, $mccQuery); the goal being to give the system an account number