Re: How to get whole customer object from updateCustomer()?

2022-02-03 Thread Vedran Presečki
Hi Matt, Thank you. On Thursday, February 3, 2022 at 5:07:48 PM UTC+1 adsapi wrote: > Hi Vedran, > > Thanks for reaching out. The MUTABLE_RESOURCE return type will only > provide mutable fields. You can read about this here >

Does AddOfflineUserDataJobOperationsRequest ensure the request with removeAll operation is executed first?

2022-02-03 Thread Paid Media
Hi, As per the Google Ads API documentation - *https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match *it says *To completely replace the members of a user list

RE: campaign_criterion.type empty on removed criterions

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Dan, Thank you for raising this concern to our Google Ads API support team. For better illustration of what you get when the keyword is removed, can you please provide us with the complete request and response logs with request ID and request header generated on your end. You may then

Re: campaignCriterion.bidModifier returns 1 while UI shows 0%

2022-02-03 Thread Oliver
Apologies, the last bullet point should say an API value of 9! On Friday, February 4, 2022 at 6:06:05 AM UTC Oliver wrote: > The way it works in API is different from UI. Here are examples of how > the 2 values are mapped: > >- UI value of 0% = API value of 1 >- UI value of -10% = API

Re: campaignCriterion.bidModifier returns 1 while UI shows 0%

2022-02-03 Thread Oliver
The way it works in API is different from UI. Here are examples of how the 2 values are mapped: - UI value of 0% = API value of 1 - UI value of -10% = API value of 0.9 - UI value of 10% = API value of 1.1 - UI value of 800% = API value of 8 You can easily translate between the 2

RE: Adwords API, account creation error: FRAUDSTER_CANNOT_ADD_CLIENTS

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for the replies. I'm also a member of the Google Ads API support team. To investigate the error you've mentioned, please provide us with the complete request and response logs generated on your end. You may then send the requested information via the Reply privately to the

RE: Get criterion id from AdGroupCriterion - MobileAppCategory

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to us. To have further investigation into observed behavior, could you provide us with the complete request and response logs with the request-id generated when getName() did not returns google play or apple, so our team can better check? Also, could you please

Deleting Assets

2022-02-03 Thread Stepanian
I know how to create an asset, associate it with an asset set and disassociate it from an asset. But how how can you delete the asset itself once it is disassociated? I use the Java SDK, but the question applies to any SDK or method to use the API. -- --

RE: campaignCriterion.bidModifier returns 1 while UI shows 0%

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Tiana, Thank you for reaching out to us. Can you further elaborate your concern by sharing the following details below? Full screenshot from the Google Ads UI Complete API logs (request and response with request-id) Please send the requested details via the Reply privately to author

RE: UNKNOWN API error when trying to create a responsive display ad with a GIF as a marketing image

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meir, Thank you for reaching out to our API support team. However, I had to delete your initial post due to the logs displayed. That said, so that I may raise this to the rest of our team, could you share once more your logs privately along with the request headers, using the Reply

Video Views metric is 0 in Ads API, not in AdWords API

2022-02-03 Thread j.e.frank
We are in the process of migrating from the AdWords API to the Ads API. In comparing the results, we have noticed that for some campaigns, the video_views metric is 0 in the Ads API where it is not 0 in the AdWords API. However, we do see the "video quartile rate" information as non-zero, and

campaign_criterion.type empty on removed criterions

2022-02-03 Thread Dan
I am pulling the change events using change_event but when I come across items that are removed and then do a lookup on the resource_name on say a keyword thats been removed, it doesn't give me the campaign_criterion.type or the actual keyword thats been removed, even though you can see it in

Adwords API, account creation error: FRAUDSTER_CANNOT_ADD_CLIENTS

2022-02-03 Thread sgas...@adverit.com
(sorry if it is duplicate, i didn't a notification about delayed messages) Hi, I'm currently receiving this error while trying to create a new account/customer with the API: [ManagedCustomerServiceError.FRAUDSTER_CANNOT_ADD_CLIENTS @ operations[0]] Old thread found but with no useful

Error while creating account: [ManagedCustomerServiceError.FRAUDSTER_CANNOT_ADD_CLIENTS @ operations[0]]

2022-02-03 Thread sgas...@adverit.com
Hi, I'm currently receiving this error while trying to create a new account/customer with the API: *[ManagedCustomerServiceError.FRAUDSTER_CANNOT_ADD_CLIENTS @ operations[0]]* Old thread found but with no useful responses: https://groups.google.com/g/adwords-api/c/gYJv6A2pAwo/m/CQTZlQuhBAAJ

RE: I want to get Keyword States for 100 keywords

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Rohit, Thanks for reaching out to the Google Ads API support. There are several ways you can create seeds for generating new keywords: For words or phrases that describe what you're advertising, use KeywordSeed. This could be a general type of business you are targeting such as plumbers,

RE: Google Ads geographic_view report misses data

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oksana, Could you try taking out segments.geo_target_region, segments.geo_target_metro and replacing them with segments.geo_target_most_specific_location? I am asking this because you are filtering out all metrics that aren't from a region and a metro area. If this still doesn't fix the

Re: Can't find authentication examples

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kyle, This sample should be included upon installing the Python client library. Can you try installing it once more? If you do not find on a second try, I'd recommend reaching out to the Python client library owners, here. Regards, Matt Google Ads API Team Matt Google Ads API Team

RE: Batchjob query details

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Prince, The BatchJobsService ListBatchJobResults method should return a list of BatchJobResults. Assuming no errors, you can find the mutate_operation_response within the BatchJobResult, and you can locate the resource name for the specific response type (e.g. campaign_result). Regards,

RE: Campaign Service example needed- Google Ads API

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Saurabh, Thanks for reaching out to the Google Ads API support. With regards to your concern, you can use our client library sample code to get all campaign details from Get campaigns. Could you please give us more clarity about wsdl urls? Please share a full screen screenshot of the UI

RE: Get items count on result row search stream.

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Boris, GoogleAdsService.Search has a return_total_results_count field while SearchStream doesn't. The total row count gets returned on the first page of results. Our Report Streaming guide explains more. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team

Get criterion id from AdGroupCriterion - MobileAppCategory

2022-02-03 Thread Vedran Presečki
Hi, when using MobileAppCategoryService and trying to get for example "Medical" category, name returned is Google Play and/or Apple. But getName() will not return neither of those two, but only Medical. Is there any way of getting also category for that medical (google play or apple), I

Re: Required field not present, even though it is defined (AdGroupCriteria create)

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thomas, For us to check if this is correct, could you privately send us a request and response log of API communication that creates your tree? The request and response appears similar to the JSON Mappings in our REST documentation. Our client libraries have loggers with logging

campaignCriterion.bidModifier returns 1 while UI shows 0%

2022-02-03 Thread Tiana S.
Hi there, Question about the campaign_criterion.bid_modifier field. When requested from the API's ad_schedule_view resource , I get back 1 as value. But when checking the bid modifier in the ad schedule overview of the

Re: DataUploadResult - Google Ads Api V1.0

2022-02-03 Thread Maria Cook
Thanks Yasar, makes sense. Best, Maria On Thursday, February 3, 2022 at 5:38:35 AM UTC-5 adsapi wrote: > Hi Maria, > > Thanks for reaching out to us. > > There is no equivalent to datauploadresult >

RE: How to get whole customer object from updateCustomer()?

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vedran, Thanks for reaching out. The MUTABLE_RESOURCE return type will only provide mutable fields. You can read about this here. To obtain all attributes of an object, you must issue a Get request. However, Get should be used sparingly. Regards, Matt Google Ads API Team Matt Google Ads

Re: Processing Time for OfflineUserDataJob

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tomas, Thanks for the additional info. Can you please privately send us the complete request and response logs associated with this job? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VO6hF:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: Conversion Upload EXPIRED_EVENT Error

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete logs (request and response with request-id) via the Reply privately to the author option? Thanks, Nirmita Patel Google Ads API Team

RE: PERMISSION_DENIED Error when changing google account role

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tomas, If the removed user was the user that created the Cloud Console project used to generate the OAuth credentials, then this would explain the error you mentioned. You can leave that user with Admin or Standard access in the account, or you can create a new Cloud Console API project

UNKNOWN API error when trying to create a responsive display ad with a GIF as a marketing image

2022-02-03 Thread Meir Mouyal
Request: POST to the adGroupAds:mutate resource Request Body: { operations: [ { create: { ad: { name: "some name", finalUrls: [ "https://google.es;, ], responsiveDisplayAd: { marketingImages: [ {

Re: Asset based google ads api call extensions are not creating properly

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vijay, Could you privately send us a full screen screenshot of this call extension showing Afghanistan as the country? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2W3a2N:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: .NET SDK Bug report: Can't set the Operations property on the MutateCampaignBudgetsRequest object

2022-02-03 Thread Gercek Ilke Gultekin
The same bug exists in the CampaignServiceClient object as well. (MutateCampaignsAsync method) On Thursday, February 3, 2022 at 3:01:33 PM UTC+1 Gercek Ilke Gultekin wrote: > Hi, > > I'm using the .NET SDK for the Google Ads API (Google.Ads.GoogleAds > package, version 10.2.0) > I'm trying

.NET SDK Bug report: Can't set the Operations property on the MutateCampaignBudgetsRequest object

2022-02-03 Thread Gercek Ilke Gultekin
Hi, I'm using the .NET SDK for the Google Ads API (Google.Ads.GoogleAds package, version 10.2.0) I'm trying to create a new campaign budget using the MutateCampaignBudgetsAsync method on the CampaignBudgetServiceClient object. I can make the request if I use this particular overload "public

Re: What is the limit of customers we can create per account?

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Yes, these two operations are the same. The API mirrors the UI, so the same limits apply. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2W3Jd7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Retrieving sitelinks

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zweite, In Asset-based Extensions Migration guide it states that if both Asset-based and Feed-based extensions of a particular type are attached to the same customer, campaign, or ad group, the Asset-based extensions will be served. This only applies for entities at the same level. So for

Re: Working Google Ads Data Transfer after deprecating AdWords API

2022-02-03 Thread Zweitze
I'm dealing with the same situation, and have some new insights. I submitted a bug on the web page of the documentation, and got some feedback. This is the bug report The feedback stated some preview is/was going on. I requested access but got

Google Ads geographic_view report misses data

2022-02-03 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi Google Ads / AdWords API support team! We are in process of migration from AdWords API to Ads API and I have a question on geographic_view. I have 2 reports for the same account_id / date got from AdWords API

Re: Retrieving sitelinks

2022-02-03 Thread Zweitze
Hi, Thanks for the link to the guide! I dismissed that part of the documentation because, well, I will not write code to migrate accounts. But I learnt it's really helpful for learning to deal with feed-based extensions, thanks again. Another question though: I understand Google will be

Re: geographic_view doesn't return data when segments.geo_target_metro is empty

2022-02-03 Thread Boris DETRY
*I believe this is the correct behavior but it complicates our programs. * Downloading multiple reports with/without segment and then merging these results could turn into an extremely heavy process. For example: Imagine I have 4 millions search terms and only 1 million has keywords, to make

How to get whole customer object from updateCustomer()?

2022-02-03 Thread Vedran Presečki
Hi, I'm using CustomerServiceClient to update name of the customer and I want updated object back. >From what I see, I only get resource name from the updated customer which is forcing me to use another request after update, getCustomer(). Is there a way to get the full customer from

Batchjob query details

2022-02-03 Thread Prince Polly
Hi, I've read serveral threads on this forum that is not possible anymore to get id's from the uploaded Campaigns, adgroups, keywords, etc via the batchjob results. So can someone tell me how a can query these results afterwards? I only want to query the uploaded items, not the rest. Eg, I

Get items count on result row search stream.

2022-02-03 Thread Boris DETRY
Since segmentation with new API skips the results with no segment, I need to run some extra request and extra code. For example, concatenating search terms with and without keywords... my code execution could take hours for accounts with millions of search terms. *My question is if it's

Campaign Service example needed- Google Ads API

2022-02-03 Thread Saurabh Suman
Hi Team, Is there any exmaple using Java to how to use Campaign Service api calls to get campaignId related details in new Google Ads APi? Also is it needed to use wsdl urls ? Thanks, Saurabh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

I want to get Keyword States for 100 keywords

2022-02-03 Thread Rohit Nishad
Hi, I am useing Google Ads API rest interface, generateKeywordIdeas function with this body, "includeAdultKeywords": true, pageSize: inputs.length, "keywordSeed": { "keywords": [ "seo", "something", 100+ ] } I get this error, error: { code: 400, message: 'Request contains an invalid

Re: When will RecommendationType include all (or most) recommendation types?

2022-02-03 Thread Wijnand Meijer
That would be great, thanks! On Wednesday, February 2, 2022 at 10:31:50 PM UTC+1 adsapi wrote: > Hi Wijnand, > > I work with Teejay and will assist you. I raised with my team your request > for all recommendation types. This request is subject to review. You may > monitor our blog >

Re: Required field not present, even though it is defined (AdGroupCriteria create)

2022-02-03 Thread Thomas D'heer
Hi, I managed to make it figure it out in the end. It worked by creating three criteria for every product: a subdivision node as the root, one unit node to determine the *product_item_id*, and one *other *unit node. In case anyone wonders, the three nodes look like this (you have to convert