RE: Customer list size is getting reduced

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hello there, Thank you for getting back to us and for sharing your CID. I work with Matt and allow me to assist you this time. Since you've confirmed that you're setting the membershipLifeSpan to 1, this list shouldn't expire. However, according to this guide (Customer Match considerations

Re: create customer match audience using rest interface

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi, Please provide the requested details for #1 and #2 via Reply privately to author option. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2CPseQ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

Re: create customer match audience using rest interface

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for the reply. I work with Xiaoming and let me provide support to your concern. For the #1 and #2, if your API request did not encounter any issues, then it most likely encountered the behavior below. However, so that I can further investigate if your API requests encountered any

RE: How to get Cancelled Accounts via Google Ads API?

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Amichay, Unfortunately, cancelled accounts will not be returned in either of the APIs. For more information, you may refer to this blog post. I hope this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2CR6WU:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Bidding Strategy Goal for Non-App Campaigns

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Stav, Thank you for raising this to us. Please note that the bidding strategy goal is only available in App Campaigns as shown on this field (campaign.app_campaign_setting.bidding_strategy_goal_type). Only the field (bidding_strategy_type) is available in the Campaign level. The same goes i

RE: Single quote in campaign name

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You may try following the below examples : If you're using single quotes ('), you would need an escape character (\) same as below : WHERE campaign.status IN ('ENABLED','PAUSED') AND campaign.name IN ('Marine\'s Day Video') However, when using double quotes (")

RE: Similar audience are not being generated

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You may refer to this article for more information on similar audiences. As to the factors and how long Google Ads takes to create the said similar audiences, I'm afraid that this is already outside the scope of our API team. That said, I would recommend that yo

Re: create customer match audience using rest interface

2021-02-15 Thread Coder
Hi Xiaoming, Thank you for the response. I tried to follow the client library and wrote equivalent REST APIs to add customer match user list and added members to it. However I do not see members added in the GoogleAds UI: Could you please clarify below in this regard. 1) After I added members t

RE: Customer list size is getting reduced

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Can you please reply privately with the customer ID? Can you also confirm if you set the list to 'No expiration' via the API (setting the membershipLifeSpan value to 1)? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2CR0RL:r

RE: Best practises for developing a new tool with different devs while keeping old tool running?

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Naseweis, Thank you for reaching out. Please find my response to your questions below: The API token is a key used to grant access to the API. You could use more than one token to access the API. The new devs need to use either your developer token or a token from other sources to access th

RE: AuthorizationError.USER_PERMISSION_DENIED

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Samir, Thank you for reaching out. The error USER_PERMISSION_DENIED usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. As you are using the Google Ads API you need to include the login-customer-id in

Re: Can I create custom reports from the Google Ads/Adwords API? Or is it really limited to only working off from the available reports?

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Saloni, Thank you for reaching out. Please find my response to your questions below: Yes. You are only able to query on each specific report in the API to fetch available data in that report. 2. You could only fetch data from the Pre-Defined Reports via the API. Thanks and regards, Xiaomin

RE: GEO_PERFORMANCE_REPORT is not working for campaigns of type "App"

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Raviv, Thank you for reaching out. The GEO_PERFORMANCE_REPORT is not one of the available reports for App Campaigns via the AdWords API. Please consider fetching the needed information by querying the geographic_view resource via the Google Ads API. Thanks and regards, Xiaoming, Google Ads

How to get Cancelled Accounts via Google Ads API?

2021-02-15 Thread Amichay Miara
Using Google Ads API "Get Account Hierarchy" to get all accounts. https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy?hl=en Found out that *canceled accounts* are not being retrieved. I do see the canceled accounts are being reported in the UI and in thei

How to get Cancelled Accounts via Google Ads API?

2021-02-15 Thread Amichay Miara
Using Google Ads API "Get Account Hierarchy" to get all accounts. https://developers.google.com/google-ads/api/docs/account-management/get-account-hierarchy?hl=en Found out that **cancelled accounts** are not being retrieved. I do see the cancelled accounts are being reported in the UI and in th

Best practises for developing a new tool with different devs while keeping old tool running?

2021-02-15 Thread S Naseweis
Currently we are running our own a Google AdWords API tool for internal use. This tool is several years old and there's lot more than transitioning to the new Ads API to do to keep it up to our needs. Now we decided to do a fresh start with different developers and a complete rewrite of our app

Single quote in campaign name

2021-02-15 Thread teamvadw...@gmail.com
Hi, Here we facing issue ({{ "errorCode": { "queryError": "BAD_VALUE" }, "message": "Error in WHERE clause: invalid value '." }}) with below query which having single quote in campaign name. Please suggest for any work arounds SELECT metrics.cost_micros, campaign.status, metrics.search

AuthorizationError.USER_PERMISSION_DENIED

2021-02-15 Thread Samir Sabri
Hello We had a request that resulted into: HTTP code: 400, error type: 'AuthorizationError.USER_PERMISSION_DENIED', trigger: '', field path: '' However, we have retired it the day after, and it worked fine, any idea why? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Can I create custom reports from the Google Ads/Adwords API? Or is it really limited to only working off from the available reports?

2021-02-15 Thread 'Saloni Verma' via AdWords API and Google Ads API Forum
Hi Team, I wanted confirmation on two topics: 1. If I want to see metrics & dimensions from different *Pre-Defined Reports* together in one report , is it not supported via API as of now? 2. Custom metrics & dimensions are not supported in the API. Only the ones available in Pre Defined Repor

GEO_PERFORMANCE_REPORT is not working for campaigns of type "App"

2021-02-15 Thread Raviv Barzilai
Hi, We are using CAMPAIGN_PERFORMANCE_REPORT to extract data and everything works well and we get all the data we need, but when we try to use GEO_PERFORMANCE_REPORT only the campaigns that are of type "Search" are returned and campaigns of type "App" are not returned. We would be happy to so

Google Ads Api is slow

2021-02-15 Thread 'Matthieu Moullec' via AdWords API and Google Ads API Forum
Hi API team, I've been querying the new Ads Api (v6), which is extremely slow. I'm using async, but it still takes 2hr to retrieve 30 days of data, compared to less than a few minutes for 3 years of data with the Adwords api. This is a big issue for us. Best, MM -- -- =~=~=~=~=~=~=~=~=~=~

Re: Difference between conversion_action_name and ConversionTypeName?

2021-02-15 Thread Gregory Golberg
Thank you, that makes it clear. On Sun, Feb 14, 2021 at 5:30 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Gregory, > > Thanks for posting your concern. > > To answer your question, the conversion_action_name >

Re: The click associated with this Google Click ID is either too old to be imported or occurred before the conversion click through lookback window

2021-02-15 Thread Bohdan Karvatskyi
Hello Mark, thanks for you reply. Not sure why, but I'm not able to reply privately to author. (You do not have permission to reply privately to author in this group.) However, I'd really like to get some help with the issue I'm facing. I'll leave here a RequestId: -D83Zp68zdQQcXc4jTQxiw And my

RE: Is that possible to cancel pending BatchJob?

2021-02-15 Thread Google Ads API Forum Advisor Prod
Hi Antoni, Thank you for raising this to us. According to this Usage flow (under Canceling a batch job section), there should be an existing/running batch job before actually cancelling it. Looking on the CancelOperationRequest, it should have a name of the operation resource to be cancelled.

Re: Shopping Ads BatchJob CANCELED without ant processed ops

2021-02-15 Thread Miquel Isern Roca
Update on the status of this issue. No solution nor cause of the problem has been found yet. I've been messaging privately with a forum advisor to provide BatchJob information to work on the issue but no progress has yet been made. The same issue is still occurring repeatedly to the same compa