how to convert Campaign to json

2021-11-18 Thread null
when i convert Campaign to json,it was wrong,like this: Type definition error: [simple type, class com.google.protobuf.UnknownFieldSet$Parser]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class com.google.protobuf.UnknownFieldSet

RE: Save response

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. Please note that this support channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Currently, the Java client library doesn't offer exporting those results into a csv; however, you can do this programmatica

RE: Product from feed

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. Can you share any screenshot so we can visualize what stats you are trying to retrieve? Please send the requested details vi

Save response

2021-11-18 Thread 'Fan, Jason(AWF)' via AdWords API and Google Ads API Forum
Hi all, I got a response after send a request. So may I know how to save this reponses into a csv file. Does google ads api provide API for this? [cidimage001.png@01D7DCAB.698D8680] Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

Re: Get only active asset from adgroup

2021-11-18 Thread Evgeniy Lepikov
Hi Aryeh, I mean, when I use the Edit Ad button in the GA user interface and delete some assets, it looks like this https://ibb.co/NrCf7CC and then query for a list of Assets within the group, I will get all the Assets as in the image, i.e. active and deleted. Is there a way to filter out only

RE: Get only active asset from adgroup

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy, Assets can't be removed. To stop an asset from serving, remove the link to the campaign, ad group, and so on. There is also no global quota on the number of assets allowed per account, though we are planning to add limits in the near future. For optimal performance, edit an existin

RE: Authentication error "NOT_ADS_USER"

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Simba, Thank you for reaching out. The NOT_ADS_USER error usually occurs when the login user account / email address used to generate the OAuth Credentials is not associated with any Google Ads account. Could you please confirm if you’ve indeed followed every step of the guide, specifica

RE: DUPLICATE_NAME error when creating a label that already exists

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, Thank you for pointing this out. I reproduced this lack of resource name in the error and raised with my team your request that we offer the resourceName in the error of the already existing duplicate. This request is subject to review. You may monitor our blog for an update. Reminder

RE: Google Ads ApI response write to hdfs

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for providing your concern with us. We don’t have a proper example to provide you with how to save a Json response to a csv file. Additional response processing is out of scope for our support channel. Please let us know if we can help you with anything else. Reminder: Share your

RE: how to search extension_feed_item by level?

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, I had to delete your post because it contained part of a log. Here's a redacted copy: hi there, i have same problem with extension_feed_item view Q1: how to query by level ? Q2: extension_feed_item.targeted_ad_group, extension_feed_item.targeted_campaign do not return in result ext

Product from feed

2021-11-18 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Hello, what should i do to get stats about product from feed (Google merchant center) ? Cannot find this in api documentation -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: sorry

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. With regards to your concern, it looks like we have a separate thread for this issue. We can keep correspondence related to this issue on the other thread to limit any confusion. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Goo

Re: How to retrieve customer Id for specific client?

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Filip, If the customer creation request is successful, you should receive the resource name of the newly created customer in the response log. You can also search for client customers using the customer_client resource. Regards, Matt Google Ads API Team Reminder: Share your feedback about

RE: CriteriaId and other Id's in click_view

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Fedor, Click_view has all these fields. AdGroupAd is creative Id. Criteria Id is split between user list and keyword location targets, ect... The others are self explanatory. Feel free to get back to us. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google

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

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Ruslan, The Generate Historical Metrics guide in Ads API gives an overview which includes a migration guide from AdWords. Feel free to get back to us. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey ​​​Regards,

Get only active asset from adgroup

2021-11-18 Thread Evgeniy Lepikov
Hi there, The addgroup shows both active and deleted assets. When I make a request for assets in the group query = f""" SELECT asset.type, asset.resource_name, asset.text_asset.text FROM ad_group_ad_asset_view WHERE ad_group.id = '{ad_group_id}' """ then I get all the Assets, regardless of

RE: Getting Conversion Action type IDs

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oriol, 'Hire' is the issue, it's not a ConversionType.conversion_type_id. Customer Id should be without dashes. Could you privately send us a request and response log of API communication that returns this error? The request and response appears similar to the JSON Mappings in our REST doc

DUPLICATE_NAME error when creating a label that already exists

2021-11-18 Thread Meir Mouyal
It would be nice if the existing Id of the duplicate label is returned. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

CriteriaId and other Id's in click_view

2021-11-18 Thread Fedor Ivanov
Good day! I have the following question: we need to find the following ID's and parameters for each click: - CriteriaId - CampaingId - Date - CreativeId - AdNetworkType1 - Device - Slot - Gclid Previously in v8 API we used ClickPerformanceReport (https://developers.g

How to get MonthlySearchVolume from the new Google Ads API?

2021-11-18 Thread Ruslan
How to get MonthlySearchVolume for single or multiple keywords from the new Google Ads API (Not from Adwords API as it is going to be deprecated soon)? This field is visible in the Google Ads API V9 here but not clear how

RE: 自动回复: final urls in feed

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Could you confirm if you have the same problem with what was posted in this forum thread? If yes, I would like to reiterate the response of my colleague and you can see below: "Thank you for reaching out to us. With regard to your concern, you may refer to the following link below to know

Re: How to retrieve customer Id for specific client?

2021-11-18 Thread Filip Pećanac
Hi Mark, Thanks for the response, but I think you might have misunderstood me :) To better explain my issue, I will use the following example. Let's say I create a Manager Account with certain ID that later serves as LoginCustomerId. After that, i use CreateCustomer.php to create a new Custome

Authentication error "NOT_ADS_USER"

2021-11-18 Thread Simba Technologies
I'm trying to authenticate API Request: GET https://googleads.googleapis.com/v8/customers:listAccessibleCustomers using Service Account Authentication with Key File and Email Id. The Google account that I'm using is associated with a valid Google Ads Account. I'm getting in Response:

sorry

2021-11-18 Thread 림쩡이
i don't understand.but not using plz. 2021년 11월 18일 (목) 오후 4:33, 'Jinhe Fan' via AdWords API and Google Ads API Forum 님이 작성: > Hi > > I built a request using google ads api got a response. May I know how can > I save this reponse to csv file. May I know if google ads api provide > method to

Google Ads ApI response write to hdfs

2021-11-18 Thread 'Jinhe Fan' via AdWords API and Google Ads API Forum
Hi I built a request using google ads api got a response. May I know how can I save this reponse to csv file. May I know if google ads api provide method to save SearchGoogleAdsStreamResponse into a csv file? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

RE: 自动回复: AuthorizationError.USER_PERMISSION_DENIED

2021-11-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. Please note we can only respond to you in the English language, so feel free to correct us if we misunderstood anything. As per Google translate, you're getting a USER_PERMISSION_DENIED error on your API request. Is this correct? If so, please do note th

Getting Conversion Action type IDs

2021-11-18 Thread Oriol Barcelo
Good morning. I'm trying to trigger a click conversion with https://developers.google.com/google-ads/api/reference/rpc/v8/ConversionUploadService#uploadclickconversions. Currently I'm receiving the following error "Resource name 'customers/xxx-yyy-/conversionActions/Hire' is malformed: ex