Re: How to split conversions into purchases and mobile app installs?

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Aleksandr, You will need also to check the field's compatibility if they can be selected with other fields in the report. For the ConversionCategoryName, you can check which fields it is not compatible with via the Not compatible with the following fields: dropdown in the link. Thanks and

Get description of api error

2019-06-25 Thread duong xuan toi
Hi, Is there any way to get description of error like this https://developers.google.com/adwords/api/docs/reference/v201809/ManagedCustomerService.ManagedCustomerServiceError.Reason via api or something like that ? Im using Java SDK. Thanks. -- --

RE: About impression share

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Andy, I've occasionally heard from other users with similar requests, and the only approach currently available is to run separate reports for each segment combination where you want to collect SearchImpressionShare. For example, if you want SearchImpressionShare at the campaign level and

Re: How to setup billing information using Google Ads API

2019-06-25 Thread 'Ting Wang' via AdWords API and Google Ads API Forum
Hi, Regarding this "*You may contact a representative for help in setting up permissions*". Which representative I should talk to? Customer Support? I've already used the admin user token to do the billing setup through API. I didn't see there is any other permissions that I should set up for

upload CRM users to Ads audience lists using Ads API

2019-06-25 Thread François-Xavier Hippert
Hello, I am currently trying to import user data from my CRM into Google Ads audience lists, using the Ads API. Google Ads allows to create a remarketing list by importing a .CSV file (UI). I want to do the same but automating the process using the Ads API. So, I want to create and update

Google Ads API - language criterion id

2019-06-25 Thread Jakub Samsel
Hi, I'm using your python library for Google Ads. I would like to set campaign criteria for selected languages in a campaign created via API. Is it possible to receive language criterion id from some service or I need to store these ids in my app based on CSV from docs

Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-25 Thread Liam Connors
Hi, I responded privately with the requested information. Do you have an update or require any further information from me? Thanks On Saturday, 15 June 2019 16:25:05 UTC-4, Liam Connors wrote: > > Hi, when requesting reports for Feb 2018 for some accounts, we are > noticing that the impressions

Hotel Performance View does not have segmentation by user country

2019-06-25 Thread Joao Martins
I can't find a way of getting to segment hotel performance (impressions, clicks, etc.) from *hotel performance view *by *user country* - that functionality is crucial on reporting and it's something provided by Google Hotel Ads and it's something we can see in the Google Ads dashboard. Could

Opting out of Google Discover using the APIs

2019-06-25 Thread Martin
Hi fellow Google AW API aficionados, Starting in mid-July, Shopping campaigns will become automatically opted in to show in Google Discover. From last week, it's possible to opt out of this using the AW frontend UIs. Is there any way to do this programmatically using the APIs? I would've

Re: [3-7896000026236] Google Ads API: MutateJobService Code Examples

2019-06-25 Thread RY
Any update on this? When will this be released? On Tuesday, May 14, 2019 at 3:26:42 AM UTC-4, googleadsapi-forumadvisor wrote: > > Hello Wesley, > > I apologize for keeping you waiting. > The engineering team is working their best to make this feature complete > and robust before releasing it

Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-25 Thread Liam Connors
Hi, Is there an update on this? I sent the report definitions by private message. Regards, Liam On Sunday, 16 June 2019 23:47:08 UTC-4, adsapiforumadvisor wrote: > > Hi Liam, > > Thanks for raising your concern. > > To investigate the data discrepancies, could you provide the complete report

household income report in new ads api

2019-06-25 Thread Zhi
we would like to fetch the household income report, but can't find any api in the new google ads api can do that. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

logLevel

2019-06-25 Thread Dima
Hi We are using php lib for google ads api and all credentials are saved in google_ads_php.ini here is [LOGGING] ; Optional logging settings. logFilePath = "../log/google-ads-logger.log" logLevel = "INFO" now in log file are saved info about all requests and we want only error to be stored.

RE: Google Ads: MobileApplicationVendor enum seems missing

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for contacting support. The equivalent for appVendor property in Google Ads API is app_store field of AppCampaignSetting. For your other concern, you could refer to AppCampaignAppStore enum for the replacement of MobileApplicationVendor enum in Google Ads API. Additionally,

Getting error while mutating customer manager link "Client has no active user that can access the client account."

2019-06-25 Thread Jason f
Hello, I am getting the following error while mutating the customer manager link with "mutateCustomerManagerLink". Any idea what could be the cause ? Response > > Headers: > Metadata(content-type=application/grpc,request-id=JBh-_QtTXEELHTQmU75-Xw,date=Tue, > > 25 Jun 2019 20:38:47

RE: Can get AdW data from multiple clientcustomerids in single request - SHOPPING_PERFORMANCE_REPORT

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello Bala, It is not possible to create session with more than 1 client customer id and to get data on both the accounts in a single query. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UCZMTs:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Tiana, Thanks for the question and for sending your query over to us. Can I ask, what value do you expect to receive for SearchRankLostImpressionShare for those date ranges? Would it be 0.00 or do you expect another value there? Thanks, Ben Karl, Google Ads API Team

Re: cleanUp categoryFilters for account level location extension

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Sergey, In the SOAP requests where you are updating the feed via a SET operation, could you try issuing 2 separate requests? First, a request without category filters. Second, a request with only the new category filters. The first request should clear the list of filters, and then the

RE: Filter by campaign type in adwords api reporting python

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello Praveen, There are no specific code samples for this scenario but in general to get the reports you can refer this code sample in Python language. To filter and to fetch the campaign Ids for display campaigns you can refer my example query below. Query: SELECT CampaignId FROM

RE: Temporary IDs for label

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for contacting support. With regards to your concern, it looks like you are trying to make changes to the resource_name for the label which is not expected when you create a new label using LabelOperation.create operation. Please refer to this guide for more details on label

RE: conversion tracker installation verification

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Ankit, My apologies for the inconvenience. With regards to your concern, it is not possible to check conversion tracking tag via API. However, you could refer to this article if you are interested in checking the conversion tag via UI. Let us know if you need additional information.

The Criterion is not allowed to be excluded. Cannot exclude Content Label Criterion "GAMES".

2019-06-25 Thread vibhesh kaul
Hi, I had added a negative campaign criterion for excluding Games from being targeted in my campaigns and it was working fine until a last couple of days as it suddenly started throwing exceptions for not allowing the negative campaign criterion to be added to the campaign. I get the

Google Ads: MobileApplicationVendor enum seems missing

2019-06-25 Thread integrations bidalgo
Hello, In AdWords API there was appVendor property of UniversalAppCampaignSetting and its type was MobileApplicationVendor enum. I can't find this property in GoogleAds API. It does not exist in AppAdInfo or AppCampaignSetting. Also, MobileApplicationVendor enum does not exist. Is there any

RE: Error code is 13

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello, To investigate further could you please share the complete scenario you are trying and the complete error log contacting request id? Please use reply privately to the author option while sharing the details requested. Regards, Sai Teja, Google Ads API Team

Re: Impressions value is not match KEYWORDLESS_CATEGORY_REPORT and Google Ads Manager

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Apithana, That's right. To pull the negative keyword list, you may use the IsNegative field. You can also use the Campaign Negative Keywords Performance Report to retrieve attributes of keyword-based NegativeCampaignCriterion objects. Let me know if you have any other questions. Regards,

Can get AdW data from multiple clientcustomerids in single request - SHOPPING_PERFORMANCE_REPORT

2019-06-25 Thread Bala Murugan
Hi We have MCC and Sub MCC accounts and lot of client accounts under it. Need to get traffic data from 2 accounts which is in a sub-mcc. through single AWQL query using IN operator. Getting single account traffic only. bcaz creating session with one client-customer-id. Can you please

RE: can google ads be created (with smart bid strategies like target_cpa, maximize_conversions etc.) even when the conversion tracker is disabled?

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Both bidding strategies requires you to setup conversion tracking before they can be used. You can refer to the TargetCPA and Maximize Conversions guides for more information. I hope this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZKbV:ref -- --

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-25 Thread Christoph Lanz
Hi Thanet, Perfect, now I'm able to follow on this, many thanks! Kind regards, and have a nice day, Christoph On Tue, 25 Jun 2019 at 12:23, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Christoph, > > I'm sorry for that. Somehow the link was lost. > The

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello Christoph, I'm sorry for that. Somehow the link was lost. The actual link is this one. Best, Thanet, Google Ads API Team ref:_00D1U1174p._5001UCYgra:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Error code is 13

2019-06-25 Thread 嵐宇科技API
The google_ads_php.ini setting works fine when using the previous version, but this error will occur in the new version. Google ads api version is standard. ApiException was thrown with message '{ "message": "Internal error encountered.", "code": 13, "status": "INTERNAL", "details": [] }' --

Temporary IDs for label

2019-06-25 Thread 'Брат Серёга' via AdWords API and Google Ads API Forum
Cannot create label with temporary ID in bulk mutation. Creation fails with error message: Field 'resource_name' cannot be modified by 'CREATE' operation. PLease fix this bug. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Field 'resource_name' cannot be modified by 'CREATE' operation

2019-06-25 Thread 'Брат Серёга' via AdWords API and Google Ads API Forum
I try to create campaign with GoogleAdsService.Mutate and mutations like these: [ { "Operation": { "CampaignBudgetOperation": { "Operation": { "Create": { "resource_name": "customers/809186/campaignBudgets/-1", "amount_micros": {

Is there a bug with labels and temporary IDs?

2019-06-25 Thread 'Брат Серёга' via AdWords API and Google Ads API Forum
I try to create campaign budget, campaign, label and campaign label with single call to GoogleAdsService.Mutate and gets error: ``` { "error_code": { "ErrorCode": { "RequestError": 11 } }, "message": "Field 'resource_name' cannot be modified by

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-25 Thread Christoph Lanz
Hi Thanet, Great, I'm sure this will be fixed soon then! I have problems opening the link from the GitHub you sent - could I please ask you to send it again? Many thanks! Christoph On Tuesday, 25 June 2019 08:35:14 UTC+2, adsapiforumadvisor wrote: > > Hello Christoph, > > This is a known

Re: How to extract information from Google Click ID (gclid) ?

2019-06-25 Thread Paul Ericksen
While Google refrains to say it, it sounds like pulling details about an individual GLCID, they are happy to give you aggregate data. I also want to know where every GCLID came from, which campaign, etc to associate with my buyers. But it seems that Google wants to be the source and only in

Re: How do I get Campaigns clustered by Labels at the keyword level?

2019-06-25 Thread K-T75
Hi, thanks for your answer. Is it planned to be able to get this data or do we have find another way somehow? Best regards Am Freitag, 14. Juni 2019 08:39:43 UTC+2 schrieb adsapiforumadvisor: > > Hi, > > Thanks for raising your concern. > > Unfortunately, it is not currently possible to get

RE: How to setup billing information using Google Ads API

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Ting, Thank you for reaching out to us. What is the correct behavior to setup billing? As per this page, Billing Setups can only be created by customers who have permission to setup billings. You may contact a representative for help in setting up permissions. Does my MCC has to be

Re: How to split conversions into purchases and mobile app installs?

2019-06-25 Thread Aleksandr Filippov
I get following error: > Cannot select a combination of ConversionCategoryName and > AverageCost,AverageCpc,AverageCpe,AverageCpm,AverageCpv,AveragePosition,Clicks,Cost,Ctr,EngagementRate,Engagements,Impressions,InteractionRate,InteractionTypes,Interactions,VideoViewRate,VideoViews when I use

Google Ads: Error during portfolio bidding strategy update

2019-06-25 Thread integrations bidalgo
Hello, I'm updating the portfolio bidding strategy (in the code below setUpdate is called) : // if biddingStrategyName is null, set it to campaignId if ($biddingStrategyResourceName) { $biddingStrategy = new BiddingStrategy([ 'resource_name' => $biddingStrategyResourceName ]); }

Re: Google Ads: update campaign bidding strategy

2019-06-25 Thread integrations bidalgo
Thanks, worked for me! On Monday, June 24, 2019 at 11:27:37 PM UTC+3, adsapiforumadvisor wrote: > > Hello, > > The bidding_strategy data is returned if you have Portfolio strategy > associated with the campaign. It looks like the specific account has no > Portfolio bid strategies in the

can google ads be created (with smart bid strategies like target_cpa, maximize_conversions etc.) even when the conversion tracker is disabled?

2019-06-25 Thread Ankit Agarwal
can google ads be created (with smart bid strategies like target_cpa, maximize_conversions etc.) even when the conversion tracker is disabled? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

How to setup Billing for new customer through Ads API

2019-06-25 Thread 'Ting Wang' via AdWords API and Google Ads API Forum
Hi, I have a question regarding setting up billing for new customer under MCC. I have MCC account and one client customer under MCC with proper billing setup. I created a new client customer under MCC through Ads API and try to setup a billing refer to this doc

How to setup billing information using Google Ads API

2019-06-25 Thread 'Ting Wang' via AdWords API and Google Ads API Forum
Hi, I have a question regarding Billing Setup in Ads API. I have a MCC account 'A' and one client account 'B' (which billing has been set up) under it. I'm trying to use Ads API to create a new customer and try to use the same payments that I set up with 'B'. I'm following this doc

Re: Filter by campaign type in adwords api reporting python

2019-06-25 Thread Praveen Jose
Hi , Thanks for the information. Is there any python code sample which illustrates the options provided? Thanks, Praveen On Wednesday, June 19, 2019 at 1:16:45 PM UTC+5:30, Praveen Jose wrote: > > Hi Guys, > > > I am reaching out since I am in need of some guidance here. > > > I am using

Re: Not working? CONNECTED_TV in Device Enum / Google Ads API

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Jordan, The fix is on the way. It might take around 1 week to hit. Feel free to let us know if it doesn't work after that period. Best, Thanet, Google Ads API Team ref:_00D1U1174p._5001UAqzJE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Reporting Error: Error occurred during parsing: Enum field only accepts integer or enum value name. (Used to work previously)

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hello Christoph, This is a known issue and we're working on fixing it. You can follow up in this GitHub issue . Best, Thanet, Google Ads API Team ref:_00D1U1174p._5001UCYgra:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: conversion tracker installation verification

2019-06-25 Thread Ankit Agarwal
This solution is of no help to me. I am developing an application that let the user create an ad over the google adwords platform. So *I need to verify the tracker installation through some API* (I cannot check individual user account for conversion tracker) so that I can allow my users to use

Re: Adwords API returns Sitelinks errors for other objects

2019-06-25 Thread Wesley Bowman
Still no news? It has been quite some time since I have had any update on this post. On Friday, June 7, 2019 at 10:53:22 PM UTC+2, adsapiforumadvisor wrote: > > Hi Wesley, > > I've pulled the relevant logs and asked the relevant teams to take a look. > I'll keep you posted. > > Cheers > Anash

Re: Impressions value is not match KEYWORDLESS_CATEGORY_REPORT and Google Ads Manager

2019-06-25 Thread Apithana B.
Thank you for the answer. i will try to use Keywords Performance Report instead. So if i want to get a negative keyword list, i have to fillter "isNegative" fields to be True right ? On Monday, 24 June 2019 23:19:09 UTC+7, adsapiforumadvisor wrote: > > Hello Apithana, > > Thank you for the