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

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Estanislao, Thank you for the details you have provided to our team. I have once more raised the issue with the campaign start_date to the rest of our team. We'll provide an update once we receive feedback on the issue. Best regards, Peter Laurence Napa Oliquino Google Ads API Team

Re: Google Ads API

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Emelie, Thank you for providing updates to your concern. I am also a member of the Google Ads API team and let me provide support to your concern. I would like to inform you first that I am going to delete the last 3 posts as it contains confidential information, rest assured that all the

RE: How to get all Campaigns Performance data under MCC account

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Hao Long, I'm Kevin from the Google Ads API Team. I'm afraid that it's not possible to retrieve performance data of all accounts in a single request. I suggest you check out parallel report downloads (Google Ads API sample, AdWords API sample) as an alternative option to looping through

RE: Recommendation

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, I'm Kevin from the Google Ads API Team. Can you provide the complete request and response logs with request ID so I can take a closer look at the issue? Also, please confirm if you're consistently getting 0 in the API response if you try the request on the same account multiple times.

Re: Tracking bidding changes with Google Ads API

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Erik, I'm a colleague of Jakeia. Thank you for providing more context on what you want to retrieve via API. Can you please provide the complete request and response logs with request ID as well as some UI screenshots of the change history that you expect to retrieve via API so I can

RE: Can I use Keywords Planner without downloading the whole Google Ads API and grpc

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Mostafa, Thank you for reaching out to us. It appears that your concern is more on implementation/integration of our client libraries rather than anything specific to Google Ads API itself. Since this is more of implementation/integration specific, then we would recommend reaching out the

how to setting optimized targeting through Google Ads API?

2021-12-09 Thread shunzhang Yan
[image: Snipaste_2021-12-10_11-39-25.png] I created an AdGroup through Google Ads Web, but I not find optimized targeting setting by the query result of Google Ads Api, so i don't know how to setting optimized targeting through Google Ads API, and not understand which class I should care in

RE: Adwords API v201809 - Performance Max

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Giuseppe, Thank you for posting your concern. The reason why you can't retrieve the information of the Performance Max is because this type of campaign is not supported in AdWords API. With this, I would suggest to migrate to the Google Ads API as it supports more types of entities like

Image Extension for Campaign in Asset(not FeedItem): What is the appropriate AssetFieldType for ImageExtension?

2021-12-09 Thread hishid...@gmail.com
Hi, I want to create ImageExtension via GoogleAds API. https://support.google.com/google-ads/answer/9566341?hl=en After I created ImageAsset successfully, I tried to create CampaignAsset, and found no appropriate AssetFieldType for ImageExtension.

How to get New Ad Type(Performance Max Campaign) report?

2021-12-09 Thread Man Lin
Recently, I am trying to use new types of advertising activities(Performance Max campaigns) to expand our business. However, I found that the report information returned in the API does not contain this new advertisement type.(https://developers.google.cn/google-ads/api/docs/reporting/example)

Re: Recently I got nothing from GAQL which was working well before

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi KK, Thank you for sharing additional information. I work with Kevin and allow me to assist you as well. Upon checking, the account that you specified in your query only has App campaigns. I also was not able to see any video ads on the said account. That said, could you confirm if the said

How to use script export asset report?

2021-12-09 Thread 陶雨
I want to use manage account query and export asset report, are sample scripts available? How do other console UI reports map to script? We are expecting a reply. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Not able to Download Reports(Resources) in CSV from GAds using GAQL

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Akash, Thank you for posting your concern. I am afraid that downloading reports in a CSV file is currently not supported in the Google Ads API. The API does not support formatting or file output so you will need to create a process on your end instead that will import the data into a CSV

Re: No DISPLAY network data for keyword_view

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oksana, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. Yes, I can confirm that your understanding is correct that the special criterion IDs such as 306 and 300 will no longer be included in the Google Ads API. As

RE: Create new customer list in audience manager

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Users are subject to API limitations in addition to general Ads limits. There isn't an API limit for total daily customer list uploads. You may try checking with the product team for more information on if there is a maximum number list numbers for a Customer

Re: customer_client.applied_labels

2021-12-09 Thread Aaron Weiner
That worked perfectly. Thank you! Aaron On Thursday, December 9, 2021 at 3:10:46 PM UTC-6 adsapi wrote: > Hi Aaron, > > The query you provided will work with a few changes: > >1. Instead of *CONTAINS_ANY* with an underscore, please use *CONTAINS >ANY* with a space. >2. Use

Re: customer_client.applied_labels

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aaron, The query you provided will work with a few changes: Instead of CONTAINS_ANY with an underscore, please use CONTAINS ANY with a space. Use parentheses instead of square brackets around the list of label resource names. Quote the label resource names within parentheses. With the

Exclude groups

2021-12-09 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Hello i cant find how to exclude listing groups in shopping campaigns with google ads api. Please help. I saw something like this, but i dont understand how to do this Note: In Smart Shopping campaigns, listing groups are not used to set bids (like in standard Shopping campaigns) but rather to

RE: Trying to edit Product Status via API Bulk upload of CSV file.

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Michael, Thanks for reaching out. You can issue a MutateAdGroupCriteriaRequest to make changes to ad group criterion, such as product listing groups statuses. However, the Ads API documentation does not contain a code sample for implementing this in bulk. The closest sample is the

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

2021-12-09 Thread Estanislao Ledesma
Hello, I've just sent the full logs for creation and query. As you can see the start date differs in one day. Same happens for the end date with other timezones. If you have any other questions please refer to the previous messages in this thread. I need to know if this will be fixed any time

Re: Upload a customer list to the audience manager using google ads api

2021-12-09 Thread 'chaithanya M S' via AdWords API and Google Ads API Forum
So you mean with basic access I can only upload 15000 customers to my list per day? On Thursday, December 9, 2021 at 9:46:58 AM UTC-7 adsapi wrote: > Hello, > > User lists are not supported in test accounts. You are limited to 15,000 > operations per day with Basic Access. However, the 1,000

Can I use Keywords Planner without downloading the whole Google Ads API and grpc

2021-12-09 Thread Mostafa Ezzat
I want to use Keyowrds Planner for generarate Ketwords and Youtube tags that have High Search volume in PHP to use in a Web Application without needing to download the whole Google Ads library and grpc If this now possible what are options of Web Hosts that I could download grpc on it and

RE: Retrieving Correct Click Data for Non-Search Campaigns (YouTube Video Ads)

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Here's a product support page that explains what interactions are for Youtube. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2SdGq9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to get MonthlySearchVolume from the new Google Ads API?

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ruslan, For this issue I suggest you log at 'DEBUG' level, if you catch an error when the program hangs then you can send this issue including the logs generated plus system logs to the Ruby Ads API Client Library issue tracker. Regards, Aryeh Baker Google Ads API Team

RE: How to get criteria Id for each click?

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Fedor, Thanks for reaching out to us. Kindly see below answers to your queries: 1) how to get keyword id and targeting id (=Criteria Id in click_performance_report)? >>Note that Criteria Id is deprecated in Google Ads API. You can refer to this >>guide for AdWords API to Google Ads API

Re: Upload a customer list to the audience manager using google ads api

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, User lists are not supported in test accounts. You are limited to 15,000 operations per day with Basic Access. However, the 1,000 request limit only applies to GET requests, so limit is not relevant here. The function, _build_offline_user_data_job_operations, should be used to create a

Batch Job Service Mutate Response

2021-12-09 Thread Skander Mansouri
Hi, I'm using the Batch Job Service in order to create multiple Campaigns after creating the campaign budget and the bidding strategies. The batch job runs fine and the campaigns are created in the platform. The issue I'm having is that I need the Ids of the campaigns created from the

RE: Associate an Image Asset to a Campaign using a CampaignAsset

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Yes, setting AssetFieldType to IMAGE is not supported. However, you may see these supported enums for the AssetFieldType in the CampaignAsset. I’ve reached out to the rest of the team in order to create campaign image extensions without feed services. We

RE: Google Adwords Report mapping required in Google Ads API

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Kindly see below answers to your queries: 1. Campaign_negative_keywords_performance_report >>You can use the campaign_criterion report and filter by >>campaign_criterion.type = KEYWORD and campaign_criterion.negative = true. 2. Criteria_performance_report

Re: Recently I got nothing from GAQL which was working well before

2021-12-09 Thread kyoo hk
Hello, Kevin, I've replied privately with the information asked, have you seen that? 在2021年12月9日星期四 UTC+8 10:45:29 写道: > Hi kk, > > > > I'm Kevin from the Google Ads API Team. I'll try my best to assist you. > > > > In order for me to proceed with my investigation, can you provide the >

RE: How to Download a report in google ads

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Aakash, Thanks for reaching out to us. Kindly note that there is no service to download report data in a specific file format using Google Ads API. However, you may convert JSON report data to desired files such as CSV. Note that converting JSON report data to a CSV is an implementation on

How to select Assets linked to an Account?

2021-12-09 Thread SeriousJ
How can I select Assets linked to an Account? For example, I can select assets linked to a Campaign through CampaignAssets. I would use the following query: SELECT campaign.id, campaign_asset.asset, FROM

Refresh token is only giving me access to accounts I own

2021-12-09 Thread Stiofán Ó Riain
Hi all I must be misunderstanding something simple here. The documentation unfortunately isn't great so it's hard to find an answer to this. I would appreciate your advice. I have a website which uses a test Google Ads app I have developed. Users create an account at my website, and then use

Re: Google Ads API

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Emelie, Thanks for getting back to us. Kindly see below responses to your follow up queries: 1) What is the validity period for refresh token, since my app is in Testing Mode and External ? Based on this documentation, a Google Cloud Platform project with an OAuth consent screen

asset_field_type_view report respond no data

2021-12-09 Thread Adam Lin
Hi team, Our team has migrate some extensions from feed-item to asset as your suggestion in document, and being able to see those asset-based-extensions on google ads UI by selecting ALL(updated) as filter. But here's a problem, since I had moved those extension, it has been over 24 hours, I

Recommendation

2021-12-09 Thread KO
Hello! We are currently using the API to get account recommendation data https://developers.google.com/google-ads/api/reference/rpc/v8/Recommendation#campaign_budget_recommendation Each time for different accounts we get a value of 0 in the response for the parameters

Re: How can I create ResponsiveDisplayAd inside of smart shopping campaign via Google Ads API?

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, The Responsive Display Ad that is inside a smart shopping campaign in the UI is equivalent to SHOPPING_SMART_AD in the API. As mentioned by my colleague William, there's a difference in labeling between the API and UI. Regards, Kevin Gil Soriano Google Ads API Team

Adwords API v201809 - Performance Max

2021-12-09 Thread Giuseppe Pandolfino
Each time I use the report of AdWords (https://developers.google.com/adwords/api/docs/appendix/reports/all-reports) I never receive data about the campaign. How can I retrieve data about these campaigns? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: SummaryRow data differs when segments.date is or isn't requested

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Tiana, Thanks for getting back to us. I’ve checked the GAQL used in your initial thread. It appears that the segments.date >= '2021-11-01' AND segments.date <= '2021-11-30' in the where clause are mismatching the GAQL used without segments.date. I’ve tried to generate the same report, and

RE: ads api

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to our team. Could you confirm if you are looking for the functionality in the API to manage the UI that you provided? If yes, then you can update it on the TargetingSetting field of the Campaign and AdGroup resources. Let me know if you have further questions.

Not able to Download Reports(Resources) in CSV from GAds using GAQL

2021-12-09 Thread Akash Prajapati
Hello, In Adwords documentation we have *client.GetReportDownloader.* which basically helps us to download report, but how to perform the same in Google ads ? How to download a report in google ads because now *reports are changed to resources* and we have *GAQL* instead of *selectors* kindly

RE: Keeping the access token valid during API calls

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Deepa, Thanks for commenting on this forum thread. Could you provide us with the complete request and response logs with the request-id, so our team can better check? If you are using a client library, you may first enable logging by navigating to the Client libraries > Your client library

Re: No DISPLAY network data for keyword_view

2021-12-09 Thread 'Oksana Sulyma' via AdWords API and Google Ads API Forum
Hi Aryen and team, I'm not sure I understand the answer completely. "I reproduced the discrepancies, however, when filtering out enabled Content, with keyword Id of 300 and AutomaticContent, with

RE: I can't change the Display Campaign to Maximum_conversations.

2021-12-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for posting your concern. I would like to inform you first that I am going to delete your initial post as it contains generated logs on your end. I will paste instead below the body of your concern. "I have questions about Google Ads API v9. Display Campaign's

How to get all Campaigns Performance data under MCC account

2021-12-09 Thread 'Hao Long' via AdWords API and Google Ads API Forum
Hi Google Ads Team, we have below account and campaign relationship cases: MCC account - account - campaigns MCC account - account - account - campaigns and the requirement is we want got all campaigns performance data, we do not want to loop the accounts list to query the campaign