shopping_performance_view, list all products in campaigns

2021-08-30 Thread Steven Jeanne
Hello, I'm using Google Ads Api. I have a smart shopping campaign, with only one adgroup. This adgroup (and therefore campaigns) contains a list of products. (36K). When I try to get the list of product using shopping_performance_view , I manage to get 11K product. This is weird, plus some

Re: UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-08-30 Thread Dorian Kind
Hi Yasar, I *think* I have answered privately, but as there doesn't seem to a way to copy oneself when replying in the new Google Groups interface, I'm not completely sure. Could you confirm that you have received the SOAP logs? Thank you very much! Best, Dorian On Wednesday, 25 August 2021 a

Re: How can we query ad customizer values via AWQL?

2021-08-30 Thread 'Rado' via AdWords API and Google Ads API Forum
Hi Aryeh, We are just trying to query the already existing ad customizer values in that Google Ads account, just to double-check. As mentioned, the values have already been submitted and are showing in ads accordingly. Thanks Radoslav On Friday, August 27, 2021 at 9:59:27 PM UTC+1 adsapi wro

Declining Ad Groups Report

2021-08-30 Thread Syanindita Namara
Can I make sure that this script can only report certain datas and will not automate any changes on my account? Also can I send the report to a specific email and not share to other members of this account? -- DISCLAIMER: This email and/or any materials attached contain privileged and confident

Re: how to get client customer id of logged in user in js or in php

2021-08-30 Thread Amol Kawale
Pls help me guys to find solution... On Thursday, August 26, 2021 at 4:00:56 PM UTC+5:30 Amol Kawale wrote: > Guys am also facing same issue for my system. Customers will do sign at my > system to their Google ads account & allow us to access their ads account > details like customer ID, campai

Re: How to get customer Ads account details after APP authorization & scope allowed

2021-08-30 Thread Amol Kawale
Any update pls... On Thursday, August 26, 2021 at 1:09:53 PM UTC+5:30 Amol Kawale wrote: > Hi team, > > I have created App in https://console.cloud.google.com/ and Scope also > added "Google Ads API", "Service Management API" which prompts user during > login to Google Ads account as below scre

Re: Fetch customer Id using email & Create new Google Ads Manager account

2021-08-30 Thread Amol Kawale
Hi Matt, User will come on my site & will select his email. Then using OAUTH2 javascript library user will do login to his gmail. We can retrieve email, profile but cant his google ads customer id though he given permission to access his account in oauth2. another case if user doesn't have gma

Re: Lead Form Extension API ERROR

2021-08-30 Thread Amol Kawale
Any updates pls... On Thursday, August 26, 2021 at 11:57:11 AM UTC+5:30 Amol Kawale wrote: > I have replied to Author as you mentioned in last reply. Pls confirm me > that you received it... > > On Wednesday, August 25, 2021 at 12:34:42 PM UTC+5:30 adsapi wrote: > >> Hi Amol, >> >> Thanks for re

Re: Google Ads API

2021-08-30 Thread Google Ads API Forum Advisor
Hi ZangHong, I'm checking if the UI issues are any indication of a problem with the user list. I'll get back to you on that and the UI issue as soon as I have more information. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q2MiFRp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Audience manager

2021-08-30 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. At the moment, the Ads API does not support Audiences Insights. However, this feature has been requested previously. If this feature is added, it will be announced on the Ads Developer blog. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U11

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-08-30 Thread Estanislao Ledesma
Hello, Any updates on this? Thanks. Estanislao El miércoles, 18 de agosto de 2021 a las 15:35:12 UTC-3, adsapi escribió: > Hello, > > Thanks for checking in. I've been checking in on this daily. It's been > labeled with higher priority, but we're still looking for a solution. > > Best, > > Nadi

Re: how to get client customer id of logged in user in js or in php

2021-08-30 Thread Google Ads API Forum Advisor
Hello, Although there is not a supported Javascript client library at the moment, there is a PHP library. I would recommend looking through the account management guide for more information. To get the client customer ID, you can query the customer resource. Regards, Matt Google Ads API Team

RE: Want to create a DISPLAY ad in PHP, but I get an error message and cannot create it.

2021-08-30 Thread Google Ads API Forum Advisor
Hi there, I tried the sample in my test account that has a conversion tracker set up and it created a Smart Display Ad. You need tracking for Smart display ads to work as described in product support by Create and manage Smart Display campaigns - "Make sure that you’ve set up conversion trackin

RE: Want to create a DISPLAY ad in PHP, but I get an error message and cannot create it.

2021-08-30 Thread Google Ads API Forum Advisor
Hi there, I tried the sample in my test account that has a conversion tracker set up and it created a Smart Display Ad. You need tracking for Smart display ads to work as described in product support by Create and manage Smart Display campaigns - "Make sure that you’ve set up conversion trackin

Re: Can I set a date range when using Generate Historical Metrics of the Keyword Plan service?

2021-08-30 Thread Google Ads API Forum Advisor
Hello, The Ads API is not at feature parity with the Ads UI. There are a number of features supported in the Ads UI that are not supported in the Ads API. New features are announced on the Ads Developer blog. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q23IB

RE: Want to create a DISPLAY ad in PHP, but I get an error message and cannot create it.

2021-08-30 Thread Google Ads API Forum Advisor
Hi there, Smart Display campaigns use target CPA, Maximize Conversions, and target ROAS focusing on conversions. Without conversions data you can use a regular Responsive Display Ad. I tried the sample in my test account that has a conversion tracker set up and it created a Smart Display Ad. Y

Re: AD_PERFORMANCE_REPORT

2021-08-30 Thread Google Ads API Forum Advisor
Hello, In the Ads API, you would query the ad_group_ad resource for ad level reporting. The ad_group_ad resource supports app campaign ad reporting. For more information on reporting in the new Ads API, please see this guide. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1

Retrieves Customer Match Sizes (youtube and gmail) possible?

2021-08-30 Thread Dataseek Business Solutions
Hello, Anybody know if its possible to retrieves youtube and gmail sizes from customer match audience using query code as follows? I wonder if there is .size_for_youtube option or similar query. // Creates a query that retrieves the user list. string query = "SELECT user_list.size_for_disp

Re: HistoricalMetricsOptions

2021-08-30 Thread Eric Shuman
Hi Alex, The code in these examples from the Google API docs are what I used. https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics Specifically the section "Gener

Re: Forecast Metrics based on Daily budget

2021-08-30 Thread Google Ads API Forum Advisor
Hello, Thank you for providing the screenshot for further context. Please allow me to submit a feature request for a daily budget field on your behalf. New features will be announced in the release notes. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2MhvwM:r

RE: WBRAID & GBRAID // Offline Conversion Import via GAds API

2021-08-30 Thread Google Ads API Forum Advisor
Hi Marco, These new parameters are not supported in the Ads API. Can you confirm if you have seen that this is supported in the Ads UI in some fashion? If so, we can submit a feature request for these parameters? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2

Change Event Resource Type

2021-08-30 Thread Scott Vaillancourt
I'm using Python to run a report in Google Ads that pulls change events for the past 28 days. The versions of software installed and the query are shown below: - google-ads: 13.0.0 - google-api_core: 1.31.2 - google-api-python-client: 2.18.0 query = ''' SELECT change_event.c

Re: Keyword planning service with historical demographic data

2021-08-30 Thread Deiva mani Kailasam
Hello Team, Any leads on this? Please guide me. Thank you On Sunday, August 29, 2021 at 11:59:47 PM UTC+10 Deiva mani Kailasam wrote: > Hi Team, > > Is it possible to get historical demographic data for generated keyword > ideas? If so, please guide me. > > Ex: Based on gender, age etc. how man

Error on language setting request

2021-08-30 Thread 1412アントワネット
Hi. I want to change the setting language to Japanese in google.ads.googleads.v8.services and I sent the following request, but I get an error. -request content-. # campaign_budget_operation create { resource_name: "customers/9007301272/campaignBudgets/-1" name: "2021-08-30" amount_micros:

How to update the campaign_criterion

2021-08-30 Thread 1412アントワネット
Hi I want to update the campaign_criterion, but I get an error when I do the following. operation = get_type("CampaignCriterionOperation") campaign_criterion = operation.update campaign_criterion.resource_name = resource_name campaign_criterion.proximity.address.country_code = 'JP' campaign_crite

Third-party analytics API integration

2021-08-30 Thread dayeong
Hello. I understand that customers have the ability to check report data through third-party analysts. It was confirmed through help that it is possible through the link ID of a third-party analytics company. We are currently a third-party analyst position. I created an administrator account, do

Re: Development/Demo Accounts Shut Down for No Spend

2021-08-30 Thread Google Ads API Forum Advisor
Hi Nitin, Thank you for the reply. Could you provide more details to "restricted capabilities" so that we could check if the features you are looking for is available in the test account? As for the customer match, advertisers need to be allowlisted by meeting the requirements, then reach out

Is there SKADNetwork postback api?

2021-08-30 Thread 한진원
Hi, Is there any opened api to get apple's skadnetwork attribution result? If an Advertiser want to use iOS14 - skadnetwork campaign in Google Ads, can the third party MMP solution get the sdkadnetwork postback? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

RE: Keyword planning service with historical demographic data

2021-08-30 Thread Google Ads API Forum Advisor
Hi Deiva, The generate historical metrics feature focuses on your keyword criterion's past performances (not from generated ideas) and not on demographic data criteria performances. If what you are looking for is available in the Google Ads UI's Keyword Planner, you may provide our team with th

How to filter the Campaign Performance Report based on where condition

2021-08-30 Thread Anurag Sinha
Hi Team, I wanted to filter the Campaign Performance Report based on CampaignId, Can you please let me know how to do it? ReportQuery query = new ReportQuery.Builder() .fields( "CampaignId", "CampaignName") .from(ReportDefinitionRe

Re: access annotation data (refine) with keyword ideas service

2021-08-30 Thread Google Ads API Forum Advisor
Hi Alex, If you are looking to retrieve the information of keyword planner in the UI using API, then I would suggest using the Keyword planning feature of Google Ads API. I suggested this because you can retrieve the information of keyword planner that closest in the UI using this API. Let me

RE: pop up -"To start tracking conversions ,you need to put this conversion tag in the website"

2021-08-30 Thread Google Ads API Forum Advisor
Hello, Hope you're safe and doing fine. This is Mark and I'll be assisting you with this. Please note that this forum channel can only provide assistance (via email only) to issues/concerns related to the AdWords API / Google Ads API. Looking on the scenarios you've provided, I can see that yo

extract cost data from compign

2021-08-30 Thread Marger Xiao
hi,thx for watching! We tried to get the cost data of our app--PrestaYa from compaign, we used a package named com.google.ads.googleads.v8.services ( google-ads-13.0.0.jar ) ,the sql was [image: 41d849ff13e44f37c4310641b46dd62.jpg] however,there was one account whose account_id is *1886290945

INVALID_ARGUMENT

2021-08-30 Thread Testing Account
INVALID_ARGUMENT -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API F

Re: Fetch customer Id using email & Create new Google Ads Manager account

2021-08-30 Thread Google Ads API Forum Advisor
Hi Amol, Thanks for the reply. I work with Matt and let me provide support to your concern. To clarify, the List Accessible Accounts can be used to get the Google ads accounts and it will use OAuth credential you've set in your client library, not email address. With this, this is the possible