video campaigns in Google API

2021-01-05 Thread muthu kumar
How to create the video campaigns in google Ads API -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: update ad with REST throws fieldMask error

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Thank you for sending these details. You can try and review this documentation for more information on how you can implement REST and include the necessary fields/details for your request. Let me know if this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team

Negative Keyword Conflicts - Single Account | Cannot call method "clearContent" of null

2021-01-05 Thread Thomas
Google Ads Script Negative Keyword Conflicts - Single Account Source: https://developers.google.com/google-ads/scripts/docs/solutions/negative-keyword-conflicts I get the following error message: TypeError: Cannot call method "clearContent" of null. (file Code.gs, line 313) How can I fix

Re: Store Sales Upload Using API Data Not Reflecting

2021-01-05 Thread Ketav Sharma
What level of logging should i enable ? Get Outlook for iOS From: Google Ads API Forum Advisor Prod Sent: Wednesday, January 6, 2021 2:54:43 AM To: Ketav Sharma Cc: adwords-api@googlegroups.com Subject: Re: Store Sales Upload Using API

Re: Using Service account [HTTP error 401]: “Request had invalid authentication credentials. Expected OAuth 2 access token…”

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Eylon, Glad to know that your service account is already working. That said, would there be any further concerns that our team can assist with? Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q29TUMy:ref -- --

RE: get account hierarchy issue

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Frank, Thank you for reaching out. The login-customer-id should be specified in the properties file along with other details such as your OAuth2 credentials and developer token. For the Python configuration of the said properties file, you may reach out to the Python client library owners,

Adding Google Hotels campaign bidding strategy via REST/JSON

2021-01-05 Thread Steve Wilcox
Greetings forum faithful! I'm adding campaigns via the API. I'm able to add display and search campaigns no problem. When I try to add Hotels campaigns, though, I get "message": "The required field was not present.", "trigger": { "stringValue": "" }, "location": { "fieldPathElements": [ {

RE: Bulk Download - Google Ads API

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Harshi, Thank you for reaching out. Please find my response to your questions below: You could use BatchJobService to perform batches of operations on multiple services without synchronously waiting for the operations to complete. This way, you would be able to bulk download various

Re: Store Sales Upload Using API Data Not Reflecting

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hello, You can follow the instructions here for how enabling logging is done. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AHRhG:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Service account and Google Ads Api

2021-01-05 Thread Eylon Raymond Harari
I had the exact same problem - NOT_ADS_USER If you indeed completed all the prerequisites and the succeeding steps

Re: update ad with REST throws fieldMask error

2021-01-05 Thread Antonio Cortina
Thanks for your response. Im not using Node.js client library, Im just using REST. The payload sended is something like this: {"operations":[{"updateMask":"final_urls,

Re: Using Service account [HTTP error 401]: “Request had invalid authentication credentials. Expected OAuth 2 access token…”

2021-01-05 Thread Eylon Raymond Harari
** SOLVED *** !!! Now it's all working. Turns out I was not creating the token precisely the correct way. Here's a sample of the code I use to generate the correct access token in *NodeJs*: const private_key = require('./key.json').private_key; const token = jwt.sign( { iss:

Re: OAuth2 refresh token expiration?

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Samir, The refresh token could be expired if one of these occurs. Also thanks Zweitze for the explanation. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2AH6DO:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Security alert email every time I log in to my app

2021-01-05 Thread john p
Hi, looking for advice on this issue. I have created a .NET app which uses OAuth and the Google Ads scope. Every time I log in, I am sent an email with subject "Security Alert' and body " was granted access to your Google Account. If you did not grant access, you should check this activity and

Re: Getting User ID of authenticated user.

2021-01-05 Thread john p
Thanks for the further info Anash. As detailed in response above, I have retrieved the email address using IDToken of the UserCredential. On Tuesday, January 5, 2021 at 4:19:52 PM UTC adsapiforumadvisor wrote: > Hi John, > > The UserID field in the credentials object is unrelated to the UserId

RE: getting custom affinity audience from adwords API

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Krishnadas, Thank you for reaching out. If you refer to the affinity categories, you could see a list of the categories here. You could also retrieve this list via the getUserInterestCriterion method of ConstantDataService by passing userInterestTaxonomyType = BRAND. Thanks and regards,

Re: Using Service account [HTTP error 401]: “Request had invalid authentication credentials. Expected OAuth 2 access token…”

2021-01-05 Thread Eylon Raymond Harari
Hi Ernie, sorry for the late response. I have created all the process from scratch and tested, retested, and still getting the same error. The *Reply privately to author* option is disabled and I can only send a public response - Is there an address for me to send the details or can you

Re: How to pull cumulative data of gender and agegroup for adword account

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hello, Is the campaign from the screenshot the campaign you don't see in the UI? Because I was able to see this campaign in the UI, along with its age range data. The AdNetworkType1 is the same as segmenting your UI by Network. If you want me to have a look at your full report, please send

Re: GoogleAds V5 - PHP - AddBatchJobOperations socket closed

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Thorsten, I've been corresponding with the engineering team about your issue and wanted to confirm something before pressing forward. Specifically, regarding your implementation when submitting batch job requests, are you using the sequence token from the previously submitted request, as

Re: Audience Targeting Setting

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for confirming. All the criteria associated to campaigns and ad groups can be retrieved with the Google Ads API by querying the resources campaign_criterion and ad_group_criterion. Both of these resources have many fields that you can filter on including "type" (CriterionType)

get account hierarchy issue

2021-01-05 Thread Frank Harvey McManus
Hi I was getting this error message in Python when trying to fetch campaigns for our MCC account: message: "Metrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account." So, I am trying to use the

Bulk Download - Google Ads API

2021-01-05 Thread Harshi Manju
Hi there, how to fetch data from google ads API. Here are my questions. 1.Is there any way to bulk download all the campaign structure and stats (Including adgroups, keywords, ads), or should we send each request separately to get the response in the object form? 2. Also, Is there anyway like

Re: Store Sales Upload Using API Data Not Reflecting

2021-01-05 Thread Ketav Sharma
I am using python library how do i get full request and response in that ? Get Outlook for iOS From: Google Ads API Forum Advisor Prod Sent: Tuesday, January 5, 2021 10:50:29 PM To: Ketav Sharma Cc: adwords-api@googlegroups.com Subject:

Re: Store Sales Upload Using API Data Not Reflecting

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Ketav, We will need the full API request and response for this call. If you are unable to reply privately, you can email us at googleadsapi-supp...@google.com. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AHRhG:ref -- --

Re: Getting User ID of authenticated user.

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi John, The UserID field in the credentials object is unrelated to the UserId field in Ads. One way you can try to solve this problem is as follows: 1. Use the people.get method from the People API to get the login email of the current user:

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2021-01-05 Thread Mat
Hi Ben, thank you for that information. However, I'm using the Version 1.5.2 Build: Nov 12 2020 16:43:56 and there does not seem to be a newer one. What's the latest version and where can I download it? Regards Mat adsapiforumadvisor schrieb am Dienstag, 5. Januar 2021 um 16:42:47 UTC+1: > Hi

Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi All - The issue here appears to be related to the version of Editor that's being used when making changes. Older versions of Editor are connected to a separate backend service that the Google Ads API doesn't read from. If you update your version of Editor to the latest you should start

Re: The Google Ads API doc is down

2021-01-05 Thread Alfonso Hernandez
Hi Peter, it is working - only if I access by using incognito in Chrome or a different browser. There might be something off in my end that is causing this error. Thanks though! Regards, Alfonso El martes, 5 de enero de 2021 a la(s) 00:40:37 UTC-5, adsapiforumadvisor escribió: > Hi

RE: Bug in DownloadCriteriaReportWithAwql app

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hello, Can you please share your CID and the report query you used so that I can further investigate? Thanks, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AHTAt:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Negative Conversion Value

2021-01-05 Thread Zweitze
I've had negative conversions a few times. See https://groups.google.com/g/adwords-api/c/cjvqmrLz0wc The 2019 posts were (probably) about changes in conversion types that contribute to general conversions - you could end up with negative conversions in reports WITHOUT segmentation to

RE: How to enable Google drive API from Google Ads MCC script

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, this forum only handles Google Ads API related issues. For Google Ads Scripts issues, you will need to post on their forum. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2AHVOw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Error with Basic access

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hello, We have determined that it may be an error with the field "ad_group_ad.ad.video_responsive_ad.videos". Please try rerunning the query without including that field and let me know if it goes through. We're currently investigating why this field is causing issues, so I'm going to keep an

Re: How to pull cumulative data of gender and agegroup for adword account

2021-01-05 Thread Nishant Sehgal
Hi Anthony, Thanks for getting back to me. In that case, I think the question comes down to why the data calculated in the Ads dashboard is different than the data calculated for the campaigns fetched through the API. To give you some insight, we are fetching the data using ConversionValue

Re: Failed to retrieve responsive video ad

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hello, Nothing to share yet. I will monitor progress and let you know as soon as we do have any information. For now it looks like you'll just have to avoid using that field. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5004Q29SImo:ref -- --

Re: OAuth2 refresh token expiration?

2021-01-05 Thread Zweitze
If a RefreshToken is not used for six months, it expires. See also the OAuth2 documentation . And do take notice of the other reasons when a RefreshToken may become invalid. On Monday, January 4, 2021 at 9:15:32 PM UTC+1

How to enable Google drive API from Google Ads MCC script

2021-01-05 Thread Jiří Franěk
Hi I have MCC account with old script and see link to console.developres where I can enable google drive api. But when I create new script this button is missing. How i can enable for my script drive api? Old script https://ctrlv.cz/amBb

Re: Conversion Action as Segment for ad_group_ad_asset_view

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for the follow up. Our team is currently working with this feature request, however, we don't have a definite timeline on when this feature will be supported. For the meantime, please follow our blog or refer to our Release Notes as we will post there any news and updates for

RE: Store Sales Upload Using API Data Not Reflecting

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi Ketav, Thanks for posting your concern. To further investigate the issue, could you provide the following details via Reply privately to author option? Customer ID complete SOAP request and response logs with request screenshot of the whole UI where you are expecting to reflect the store

Re: ChangeStatusResourceType map to UI

2021-01-05 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, there is currently no direct mapping that can be used between API change status against the Change History of the UI. Regarding Feed or Criterion changes, these should already be available via the API. Their details should then be included in the ChangeStatus resource or by

getting custom affinity audience from adwords API

2021-01-05 Thread Krishnadas D
Hi i want to get custom affinity audience names and it's Ids , i there any way to do that in adwords API ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: How to get view-through store visits per store

2021-01-05 Thread Hisashi Hayashi
Thanks Peter I'm looking forward to adding features! Best regards, 2021年1月5日火曜日 14:35:24 UTC+9 adsapiforumadvisor: > Hi Hisashi, > > The report I provided earlier was only an example of which other report > would support the metric you were looking for since it was not supported in > the

Bug in DownloadCriteriaReportWithAwql app

2021-01-05 Thread Ngô Minh Tùng
Hi all, I have a bug when i try run DownloadCriteriaReportWithAwql (refer: https://developers.google.com/adwords/api/docs/samples/java/reporting) but i just get only first item in my list, Many thanks -- *Ngô Minh Tùng | Student of FPT University* Phone: * 0168 372 4638 *| Email: