GAQL query doubt

2022-02-11 Thread FMore
Hi I am trying to get a list of keywords that had impressions yesterday except campaigns that add the string foo in campaignName (examples: foo Campaign, foobar Campaign, Foobar Campaign) SELECT ad_group_criterion.criterion_id, ad_group_criterion.key

Re: get Labels in keyword report

2022-02-07 Thread FMore
icros, metrics.clicks, metrics.ctr, metrics.average_cpc FROM keyword_view Thanks On Monday, February 7, 2022 at 12:57:19 PM UTC FMore wrote: > Hi > > i am trying to get a keyword report that includes labels > I am following this l

get Labels in keyword report

2022-02-07 Thread FMore
Hi i am trying to get a keyword report that includes labels I am following this link with mappings: https://developers.google.com/google-ads/api/docs/migration/mapping#keywords_performance LabelIds == Select label.resource_name from the resource ad_group_label how can I combine these 2 resourc

how to get Label Values PHP

2022-02-04 Thread FMore
Hi i am trying to get all labels of a customer, here is my code $query = ' SELECT customer_client.id, customer_client.descriptive_name, customer_client.applied_labels, customer_client.client_customer FROM customer_client'; $response = $googleAdsServiceClient->search($customerId, $query); foreac

device issue

2022-02-02 Thread FMore
Hi I am testing this GAQL query : SELECT ad_group.name, ad_group_criterion.keyword.text, campaign.name, metrics.impressions, metrics.clicks, metrics.absolute_top_impression_percentage,metrics.top_impression_percentage, segments.device FROM

php fatal error

2022-01-31 Thread FMore
Hi I am upgrading from googleAdWords API to googleAds API. I am getting a fatal error in the example code of class GetKeywordStats.php: *PHP Fatal error: Uncaught TypeError: Argument 1 passed to Google\ApiCore\Transport\Grpc\ServerStreamingCal