Re: Bid simulation not working

2021-08-02 Thread Cristian
Hi Aryeh, I've tried using *Search *instead of *SearchStream*, but I get the same result. I've found this in the issue tracker: https://github.com/googleads/google-ads-dotnet/issues/283 but the issue it's still open. The strange thing is that, in my project, I use many times *SearchStream *but

RE: LinkManagerToClient API manager_link_error : The manager and client have incompatible account types.

2021-08-02 Thread Google Ads API Forum Advisor
Hi Amol, Thank you for posting your concern. To investigate the issue, could you provide the complete request and response logs with request ID generated on your end where we can see the error? You can provide it via Reply privately to author option. If you haven't enabled the logging of the A

Adding budget to account return an error

2021-08-02 Thread Александр Чернуха
{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type": "google.ads.googleads.v8.errors.googleadsfailure-bin", "data": "" }, { "@type": "grpc-status-details-bin

Fetch keyword concept while generating Keyword Ideas

2021-08-02 Thread 'Kaushik Komanduri' via AdWords API and Google Ads API Forum
As we are using the planning services in Google Ads API for generating keyword ideas on our application, we would like to retrieve the keyword concept, which is none other than the theme of the keyword. We are referring to the same code

managed_placement_view vs group_placement_view

2021-08-02 Thread Boris DETRY
What are the main differences between these two reports *managed_placement_view* and *group_placement_view*? When I request from *group_placement_view *looks like placements are grouped by campaigns. When I request for *managed_placement_view* I only get results from one campaign even if the

Re: managed_placement_view vs group_placement_view

2021-08-02 Thread Boris DETRY
Correction**:* group_placement_view *looks like placements are grouped by placement. On Monday, August 2, 2021 at 11:31:35 AM UTC+2 Boris DETRY wrote: > What are the main differences between these two reports > *managed_placement_view* and *group_placement_view*? > > When I request from *group

How to authenticate users only once ?

2021-08-02 Thread 'Kaushik Komanduri' via AdWords API and Google Ads API Forum
The web application that we are building would need the user to authenticate himself over Google Ads, so that only the accounts accessible for him will be fetched and processed. Hence when the user hits the application url, the oauth page comes, where he logs in and allows access for our applic

Does BatchJob has PartialFailure param to set ?

2021-08-02 Thread ewin zhou
When i use batch job, I want as a Transactional in one request or same batchjobresource. if one operation fail ,all request fail. i can find *PartialFailure* param in *MutateGoogleAdsRequest*, but how can i to set in batch job as *AddBatchJobOperationsRequest?* thanks -- -- =~=~=~=~=~=~=~=~

Re: Settting up "DynamicSearchAdsSetting" element when creating a campaign through Bulk Upload.

2021-08-02 Thread miguel...@jot-im.com
I firstly contacted to them and they provided me some templates which only sets basic settings such as the campaign name, budget and tracking template. Nothing related to "DynamicSearchAdsSetting". On Wednesday, July 21, 2021 at 10:18:47 AM UTC+2 adsapi wrote: > Hi Miguel, > > Thanks for raisi

TargetRestriction missing method "getBidOnlyCase"

2021-08-02 Thread 'Kate Orlova' via AdWords API and Google Ads API Forum
Hi! I'm receiving *campaign.targeting_setting.target_restrictions* and then I want to get this list just as json string, but when I call *googleAdsRow.getCampaign().getTargetingSetting().getTargetRestrictionsList().toString()* I receive an exception *Generated message class "com.google.ads.goo

RE: Fetch keyword concept while generating Keyword Ideas

2021-08-02 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Keyword annotations must be specified in the field keyword_annotation[], in the request. If they are not specified, they will not be present in the response. Please let us know if you have any further questions on this. Regards, Matt Google Ads API Team Matt Go

RE: Adding budget to account return an error

2021-08-02 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Can you please provide us with the complete request and response log so we can understand the full context of the issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2LUJx4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Non-approved developer tokens

2021-08-02 Thread 'Miloš Jedlinský' via AdWords API and Google Ads API Forum
No, the developer token is not approved, but the request is against a testing account, so it should be ok, shouldn't it? 1. Response/request details: *2021-08-02 12:18:02,159 [INFO] google.ads.googleads.client: Request* *---* *Method: /google.ads.googleads.v7.services.CustomerService/CreateC

Customer Match List removed by API

2021-08-02 Thread 'Katharina Grewing' via AdWords API and Google Ads API Forum
Hi everyone, I would love to pick your brains on the following case: My client uploaded Customer Match data to their Google Ads MCC Account. For a short time the Data is visible in Google Ads, but then those Customer Match lists are deleted via API (Internal-Screenshot

Get Lead Form Extension Data

2021-08-02 Thread pradeep...@gmail.com
Hi, How do i get the details of Lead form Extension in Adwords API and Ads API. I was able to find documentation for Create and Update of Assets and example for Lead form. I would like to know how to get Lead Form Asset. Pls provide example or document in both adwords api and Ads api https://de

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-08-02 Thread Kate Ammann
Peter, Regarding the OfflineCallConversionError.INVALID_CALL question regarding *where *the calls were recorded, are you asking specifically about in what system we record calls? In the interim, can we please escalate the *UNEXPECTED_INTERNAL_API_ERROR *ASAP? This is a critical issue we're e

Re: Lead Form Extension Leads report

2021-08-02 Thread pradeep...@gmail.com
HI Peter, [image: leadform.JPG] [image: leadform1.JPG] I would like to get the data submitted in lead form of google ads by users through API. Is this possible? Thank You, Pradeep Datla. On Sunday, August 1, 2021 at 11:38:45 PM UTC-7 adsapi wrote: > Hi Pradeep, > > Thank you for reaching ou

RE: Does BatchJob has PartialFailure param to set ?

2021-08-02 Thread Google Ads API Forum Advisor
Hi Ewin, Thank you for reaching out to us with your question. You can check this section out that talks about the param. If you want to set the whole job to fail if one fails, you can set the param as false and this will cause the whole job to fail then. Regards, William Pescherine Google Ads

Re: Get Lead Form Extension Data

2021-08-02 Thread pradeep...@gmail.com
I would like to check if there is a lead form extension linked to a campaign. If it does i would like to get the lead form extension details. On Monday, August 2, 2021 at 8:23:16 AM UTC-7 pradeep...@gmail.com wrote: > Hi, > > How do i get the details of Lead form Extension in Adwords API and Ad

Maintaining Stitch connectivity while moving Ads accounts to Google Marketing Platform

2021-08-02 Thread Justin Aurand
Hey folks, We currently have the following setup for our business: - A Google Marketing Platform (GMP) established (including an organization) - A Google Ads (GA) manager account that an employee set up using their business account - A GA client account that employee set up under

Re: User in the cookie is not a valid Ads user

2021-08-02 Thread Brandon Ramsey
"We recommend you use installed app or web flows instead of the service account as they are a lot less complex and easier to maintain." Its amazing how this seems to be the goto dodge for this

Re: NOT_ADS_USER error using service account and REST API

2021-08-02 Thread Brandon Ramsey
"We recommend you use installed app or web flows instead of the service account as they are a lot less complex and easier to maintain." Its amazing how this seems to be the goto dodge for this

RE: managed_placement_view vs group_placement_view

2021-08-02 Thread Google Ads API Forum Advisor
Hi Boris, Thanks for reaching out. The managed_placement_view reports targeted placements (managed placements), whereas the group_placement_view returns automatic placements. If you have previously used the AdWords API, you can find the field mapping to the group and managed placement views her

RE: How to authenticate users only once ?

2021-08-02 Thread Google Ads API Forum Advisor
Hi Kaushik, Thank you for reaching out to us with the questions about this. From what I understand, you need to get authentication for access to the user's account upon logging into your application. Looking over what you have sent us, let me first start by saying this would appear to be an iss

Re: User in the cookie is not a valid Ads user

2021-08-02 Thread Google Ads API Forum Advisor
Hi Brandon, Thank you for responding to our initial feedback. In looking over the previous statements. You will see that the NOT_ADS_USER is an error pointing to the fact that there is currently no account associated with the login information given, thus it was unable to load the API. We are t

Re: NOT_ADS_USER error using service account and REST API

2021-08-02 Thread Google Ads API Forum Advisor
Hi Brandon, Thank you for reaching out to us about this. In seeing that you have responded to us in another post. I just want to reiterate what has been said previously as well as what the issue and solution to this is. You will see that the NOT_ADS_USER is an error pointing to the fact that th

Re: Settting up "DynamicSearchAdsSetting" element when creating a campaign through Bulk Upload.

2021-08-02 Thread Google Ads API Forum Advisor
Hi Miguel, Can you please clarify if you are using either the Ads or AdWords API? If you have any inquiries related to these APIs, we can assist, if you can provide more information on the issue. However, if you are only looking to upload a CSV using the UI, I'm afraid this is out of our team's

RE: TargetRestriction missing method "getBidOnlyCase"

2021-08-02 Thread Google Ads API Forum Advisor
Hi Kate, Thanks for bringing this question to our attention. First when looking at this, I would like to ask if you are working on the current version of the API. As you are showing an issue with v7, but all of our documents show v8. If using the lower version we would say to upgrade to 8. Here

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR - OfflineCallConversionFeedService

2021-08-02 Thread Google Ads API Forum Advisor
Hi Kate, For the OfflineCallConversionError.INVALID_CALL, could you confirm if these call conversions were recorded by Google Ads? Also, I am now raising the issues to the rest of our team. You may also provide additional information regarding the above to help with our investigation. We'll th

RE: Non-approved developer tokens

2021-08-02 Thread Google Ads API Forum Advisor
Hello, Thanks for getting back to us and for sharing those logs. As per checking on the CID (4230269174), this is a Production MCC account and not a test MCC account. You should create a test MCC account by following this guide. Once a test MCC account has been created, use this in the login-c

RE: Customer Match List removed by API

2021-08-02 Thread Google Ads API Forum Advisor
Hello Katharina, Thank you for reaching out to us. Could you confirm if those customer match data has been uploaded to client's Google Ads MCC Account using the API (AdWords API / Google Ads API)? If yes, are there any errors encountered? If so, could you share with us the following details be

RE: Get Lead Form Extension Data

2021-08-02 Thread Google Ads API Forum Advisor
Hi Pradeep, You can use the campaign_asset report to retrieve assets associated to a campaign, and then use the asset.type = LEAD_FORM filter for retrieving lead form only asset types. Also, since the asset resource is an attributed resource of the campaign_asset report, you may also include ot

Re: Lead Form Extension Leads report

2021-08-02 Thread Google Ads API Forum Advisor
Hi Pradeep, For retrieving details of the lead form asset itself, you may refer to this guide. You can use the asset report to retrieve details such as : asset.lead_form_asset.business_name asset.lead_form_asset.description asset.lead_form_asset.headline However, if you are looking for the end