Re: Syntax for REGEXP_MATCH

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi Deborah, You can use the Query Builder here to check if you queries are valid, including the LIKE and NOT LIKE operators. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHH7Hf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: How can I query a list of Negative Keywords By Campaign.Id?

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hello Dylan, Thank you for writing to us today. You could use the campaign_criterion resource to retrieve the list of all the negative keywords set at the campaign level by specifying the campaign_criterion.negative field to true in your report query. Please find below the sample report query

RE: Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi John, Thank you for reaching out. I understand that you are migrating from Adwords API to Google Ads API. You could use KeywordPlanIdeaService which is equivalent of TargetingIdeaService in Google Ads API. Please note, the search parameter for the keyword idea types is not available in

RE: Bug Google Ads Search Customer Client

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hello Tony, We are taking a look into this issue. We will get back to you with an update soon. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHIA6P:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: How to get AppAdInfo via Google Ads v2

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi Stefan, If you want metrics for your app ads, you will need to select fields associated to app ads such as ad_group_ad.ad.app_ad.descriptions. You can find all the supported fields here. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHI7my:ref -- --

Re: Extremely long query times on getting a lot of data.

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi Team, We are awaiting the requested information from your end to investigate this issue further. Could you please share the requested information in private message for us to assist you better? Please use Reply privately to author option while sharing the details. Regards, Nikisha Patel,

Re: Extremely long query times on getting a lot of data.

2019-09-27 Thread AVB Analytics
Hi I never got your response. Did you look into the staff that I sent in the private message. On Wednesday, September 25, 2019 at 7:10:15 AM UTC-7, adsapiforumadvisor wrote: > > Hi Team, > > Apologies for rewriting. Could you please share the complete request and > response logs along with the

How can I query a list of Negative Keywords By Campaign.Id?

2019-09-27 Thread Dylan McBurnett
Hi, I'm trying to find a query that will return a list of the Negative Keywords set at the Campaign level. I could not find a way to do this with the Query Builder, but I can view a list of Negatives by Campaign in the UI. Is it possible with queries? I have the query below for negative

Missing App Ad Extension Click Type in Google Ads API

2019-09-27 Thread Francesco Scarpino
Hello, In the Google Ads API Reports I couldn't find the predicate value for clicks on the app ad extensions of search campaigns.

Re: Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-09-27 Thread John Doe
I'm Getting Class 'App\Http\Controllers\GenerateKeywordIdeas' not found error please help me to fix this On Wednesday, July 10, 2019 at 3:56:03 PM UTC+5:30, Youness Chetoui wrote: > > Hello everyone, > > I need some help with the library "googleads/google-ads-php". I juste > moved of

Class Google\AdsApi\AdWords\v201809\cm\CampaignService does not exist laravel Sample App

2019-09-27 Thread John Doe
eflectionException in AdWordsServiceDescriptor.php line 44:Class Google\AdsApi\AdWords\v201809\cm\CampaignService does not exist -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: TargetingIdeaService, difference between API results and Web UI results

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi Giuseppe, Thank you for posting your concern. I understand that you are encountering data discrepancy between the result from the AdWords API and the UI. With this, so I can further investigate the issue, could you provide the following information via Reply privately to author? complete

Bug Google Ads Search Customer Client

2019-09-27 Thread tony teo
I've got CustomerClient during 1 month. But today, i coudn't get CustomerClient because it returned empty. I really don't know why, my code didn't change! Please help me, thank you in advance Here my code: query = ('SELECT ' 'customer.currency_code, ' 'customer.resource_name,

TargetingIdeaService, difference between API results and Web UI results

2019-09-27 Thread Giuseppe
Hi, I'm experiencing a big difference between API results and Web UI results from Keyword Planner, in particular working on brands. >From my previous ticket (Include brand name in results calling TargetingIdeaService) it's clear that is not yet possible use brand search with API, however using

Re: insertionText restriction "Can use / between two numbers. For example 4/1 and 0.95/0.45 are valid." ?

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi Artur, Thank you for your patience. The "/" is indicated as an allowed character when you wish to represent certain information involving numbers, such as possibly : A representation of a date in the text "Sale ends on {}" wherein the insertion text could be "1/10" to represent October

RE: Exclude Product on the basis of ItemId/OfferId in shopping campaign using c#

2019-09-27 Thread Google Ads API Forum Advisor Prod
Hi, It appears that my response from the original forum thread was deleted. However, you may refer below for my response if you were not able to view it : "My apologies as our team cannot provide the specific example you are looking for. You can refer to this example code (also available in