Re: Is there any REST api for Link manager and client?

2021-08-03 Thread Dipak Tewary
my request: { "previousCustomerManagerLink": "", "newManager": "9438064993", "validateOnly": true } can you please help me to find *previousCustomerManagerLink*? On Tuesday, August 3, 2021 at 11:27:49 PM UTC+5:30 adsapi wrote: > Hi Dipak, > > Thank you for reaching back out to us with your

Re: GeoTargetConstantService

2021-08-03 Thread Roman Bondarenko
Hello again. Thanks for helping me out! I am using code exactly the same as in the example here As you might notices there are only 3 names for locations and could be up to 25. How could I

Re: GeoTargetConstantService

2021-08-03 Thread Roman Bondarenko
Hello again) Thanks for helping me out. I am using code snippet from here As you might noticed there are 3 locations in example which can be up to 25. Is there a way to extend the amount of names? Thanks! On

Re: Does BatchJob has PartialFailure param to set ?

2021-08-03 Thread Google Ads API Forum Advisor
Hi Ewin, When using the BatchJobService, it should already handle the partial failures for you. You may then poll your job's status while running, or list all the jobs once it's done. However, if your requirement requires you to fail the entire job in the event of even just a single failure

Re: Does Google AdWords API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Google Ads API Forum Advisor
Hi Gaurav, Thank you for commenting on this forum post. I can see that you've created a forum post for this concern and I already posted my response there. However, allow me to reiterate my response here and you can see it below: "I am afraid that the OfflineUserDataJobOperation which used to

RE: Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Google Ads API Forum Advisor
Hi Gaurav, Thank you for posting your concern. I am afraid that the OfflineUserDataJobOperation which used to that code is not supported in batch processing. However, if your concern is the number of members that you can upload, then I believe that you can upload 100,000 elements in an

RE: Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Google Ads API Forum Advisor
Hi Adiya, Thank you for posting your concern. I am afraid that the OfflineUserDataJobOperation which used to that code is not supported in batch processing. However, if your concern is the number of members that you can upload, then I believe that you can upload 100,000 elements in an

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

2021-08-03 Thread Google Ads API Forum Advisor
Hello Estanislao, Thanks for checking in. It appears that making this change in the API is a bit more difficult than originally thought. Some of my fellow engineers are at the drawing board trying to figure out how that would work. I do want to set the expectation that due to the difficulty of

RE: GeoTargetConstantService

2021-08-03 Thread Google Ads API Forum Advisor
Hi Roman, Thank you for reaching out to us regarding this. I would start by asking if you are looking to use the gRPC to call the service as shown here . While at the same time also thinking of how to reduce the size of the request so as to increase the amount of possible locations that can be

RE: Unknown targeting value

2021-08-03 Thread Google Ads API Forum Advisor
Hi Samir, Thanks for reaching out. Can you please privately provide us with the request and response logs so that we can look at which geo targets resulted in the unknown change? If you are aware of the geo targets that did result in an unknown value and provide an example, this will help our

RE: I cannot get the correct GCLID and AdGroupId from CLICK_VIEW

2021-08-03 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. I understand you're having an issue with the click_view and the report data. Can you please reply privately to us and provide us with the complete request and response logs, along with the report data. Can you please also point out any discrepancies that you are

Re: Is there any REST api for Link manager and client?

2021-08-03 Thread Google Ads API Forum Advisor
Hi Dipak, Thank you for reaching back out to us with your issue. In reading over the response that you showed us, it would look like one of the values in the query that you sent either is wrong or not included. If you can also share with us the request that is made or any other information

RE: Google Video Pause issue - MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2021-08-03 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Unfortunately, video campaign management is not supported in the Ads or AdWords API. If video campaign management does become supported, it will be announced on the Ads Developer blog. Regards, Matt Google Ads API Team Matt Google Ads API Team

Google Ads search returning millions of incorrect objects

2021-08-03 Thread dhmitc...@gmail.com
When I send this query via the ads api, I get back millions of keywords. The thing is, this account is a remarketing account and when I look in the web console, it has no keywords. When I hand checked 99 of the returned keywords, they were from another account(s) and our DB thought they were

Re: TargetRestriction missing method "getBidOnlyCase"

2021-08-03 Thread 'Kate Orlova' via AdWords API and Google Ads API Forum
Hi! I've upgrade API to v8, but still have same problem: *Generated message class "com.google.ads.googleads.v8.common.TargetRestriction" missing method "getBidOnlyCase".* You can reproduce this like that: *TargetRestriction.Builder targetRestriction =

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

2021-08-03 Thread Estanislao Ledesma
Hi Nadine, Any news? Thanks in advance. Cheers, Estanislao El jueves, 8 de julio de 2021 a las 12:38:18 UTC-3, adsapi escribió: > Hello, > > I was able to follow up with a few folks. It appears there's some > additional work that needs to be get done to get the dates to align. Right > now, it

Can you use the Google Ads API to Target In-Market Audiences?

2021-08-03 Thread Daniel Alvarado
Hi there, We've been going through the Audience Targeting Docs listed here: https://developers.google.com/google-ads/api/docs/remarketing/audience-types/custom-audiences but I can't seem to find an option to target using Affinity audiences or In-Market Audiences. For example: Affinity

Re: Maintaining Stitch connectivity while moving Ads accounts to Google Marketing Platform

2021-08-03 Thread Justin Aurand
Hey Peter, Appreciated. I'll follow up with the support link you provided. Thanks! On Tuesday, August 3, 2021 at 3:06:27 AM UTC-4 adsapi wrote: > Hi Justin, > > Thank you for reaching out to our API support team. > > From the API's perspective, it does not appear to be possible to link >

gathering data types of each attributes via the api

2021-08-03 Thread Ahamed Arshad
hi there , can you please guide me on extracting each individual metrics data type via the google ads api for ETL purpose , if you can suggest me a pythonic way that would be more helpful . i went through so many documentation's but didn't find any useful infos ! thanks and regards, Arshad

Re: Does Google AdWords API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Aditya Naukri
Hi, I am able to populate a user list(email) Audience using the Google Ads API ( *AddCustomerMatchUserList )* https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java . Now I am looking

Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Aditya Naukri
Hi, I am able to populate a user list(email) Audience using the Google Ads API ( *AddCustomerMatchUserList )* https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java. Now I am

GeoTargetConstantService

2021-08-03 Thread Roman Bondarenko
Hello there :) I am currently implementing targeting location for campaign level using Google Ads API. Objective is to add up to 1000 locations to a campaign using only name of location... So we have to use *GeoTargetConstantService* to get *id* of each location criterion. But service has a

Re: Is there any REST api for Link manager and client?

2021-08-03 Thread Dipak Tewary
getting following error while using * Method: customers.customerManagerLinks.moveManagerLink* { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type":

Re: TEMPLATE_AD missing data

2021-08-03 Thread Miryam Miryam
Please find attached in the previous mails the API responses needed for both adwards and google ads. On Tuesday, 13 July 2021 at 04:16:06 UTC+2 adsapi wrote: > Hi Miryam, > > Could you confirm if this is the subject "*Private message regarding: > TEMPLATE_AD missing data*" of the email where

RE: What level of access required to obtain Google Ads API Key?

2021-08-03 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. So our team can better assist you, could you share with us the following details below? MCC account ID Screenshot where the error was encountered Could you confirm if you're accessing the application form directly from the API center and encountered

Re: Does BatchJob has PartialFailure param to set ?

2021-08-03 Thread ewin zhou
this section is support to MutateAdGroupsRequest , which contains partial_failure param. but i

Unknown targeting value

2021-08-03 Thread Samir Sabri
Hello At the change history for targeting changes, we notice that we have unknown targeting value, as attached snapshot, as, the ids we have used are taken from the geo locations csv file version 2021-04-16 , while looking at https://developers.google.com/adwords/api/docs/appendix/geotargeting

I cannot get the correct GCLID and AdGroupId from CLICK_VIEW

2021-08-03 Thread Summer
I intend to obtain click data from click_view in batches for a certain day in the past, including data such as gclid, campaign, adgroup, adgroupad, etc., to match the gclid obtained by the APP client from the Google Play install Referrer API to determine the user’s source ad . But when I called

Google Video Pause issue - MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2021-08-03 Thread Paramjeet Singh
I'm using Google Ads - V7 . when I paused any campaign using Update Campaign API for *Google Video* i get this "* MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT* *" *from google* .* Google Display and Google Search Works fine but face this issue in Google Video Campaign Id only. full exception here :

What level of access required to obtain Google Ads API Key?

2021-08-03 Thread 'Robbo' via AdWords API and Google Ads API Forum
Hi, I want to apply for an API Key for Google Ads API for the purpose of custom reporting. When I filled in the form at MCC level I got this message: "The user does not have permission to perform this action" So I'm wondering what level of access does my account need? Thanks for reading! --

RE: Maintaining Stitch connectivity while moving Ads accounts to Google Marketing Platform

2021-08-03 Thread Google Ads API Forum Advisor
Hi Justin, Thank you for reaching out to our API support team. >From the API's perspective, it does not appear to be possible to link Google >Ads accounts to the Google Marketing Platform. Our API team also does not have >visibility to the GMP and we would not be able to provide further

Re: Lead Form Extension Leads report

2021-08-03 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

RE: Get Lead Form Extension Data

2021-08-03 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