To get only 30 days data using Youtube APIs

2021-10-08 Thread Varsha Sinha
Hello support team , As per their documentation, we can get only 30 days data using YT APIs . Can we get data for more than 30 days ? Thanks & regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

CampaignBidModifierService and Location.

2021-10-08 Thread Greta Musu
Hello, i want to apply the same bid on different locations on a campaign. I used CampaignBidModifierService and i created a criteria list (criteria.append({'xsi_type': 'Location', 'id': value})) but it returns this error: No type 'Location' in namespace https://adwords.google.com/api/adwords/

What is OfflineConversionError.INVALID_CLICK ?

2021-10-08 Thread Delacon DS
I have recently started to get this error OfflineConversionError.INVALID_CLICK? I cant find any documentation for this? Please help, as I have a sitatuion where I cannot help my customer understadn what's going wrong. thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Creating CustomerLabels (sometimes) fails

2021-10-08 Thread Christian H.
Hi Ernie John, you were right. The mails were in the spam folder (don't know, why google groups mails are marked as spam in gmail). Unfortunately, your answer didn't help me much. I used the label from a MCC ("parent") of the client account and it didn't work. But as I tried to figure out under

AOuth2 error: access_denied

2021-10-08 Thread li li
Hi, I register a google manager account and generate a developer token ,my access level is test account,then I want to use OAuth2 to authorization,but I got a mistake like" 错误 403: access_denied The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t bee

RE: Cannot get statistic from single account

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Could you try the new API using the customer view? I checked and it returns data for this month and last. Please note that the AdWords API is deprecated and will be sunset on April 27, 2022. We strongly recommend that you migrate to the Google Ads API as soon as possible. Regards, Aryeh

How to change default language from english to any other while campaign creation

2021-10-08 Thread Amol Kawale
Hi team, I'm using google ads v8 php library. How to change default language from english to any other while campaign creation or target? Regards, Amol -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

RE: API returns empty responses for particular account(Adwords and Google ADS)

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alex, Thanks for reaching out to us. Could you please provide the following details where we can see the issue occurs in both the AdWords and Google Ads API, so that our team may check better? For the AdWords API, provide us the complete SOAP request and response logs, and requestId (enabl

Re: Track the API calls made

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Piyush, I agree with what Mat said on how to monitor Google Ads API usage. You may use the Google Cloud Console's API Dashboard to view your API metrics of all your API usage, or you can drill down to your usage of a specific API. Let us know if you have any further questions. Regards, Yas

RE: How to decode age range, gender, device etc from google ads api

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Bing, https://developers.google.com/google-ads/api/reference/rpc/v8/DeviceEnum.Device is what you are looking for. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2PHr0d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: How to decode age range, gender, device etc from google ads api

2021-10-08 Thread Bing Bu
Hi Aryeh, Thanks for the info. But how could I map the integer id values to these string names? I mean I get device id 2, 3, 4, 6 from google ads api, and I have no idea how to map these ids to the string names. Is 2 for Desktop? Bing On Friday, October 8, 2021 at 11:49:58 AM UTC-5 adsapi wrote

RE: How to get the landing page address of Google ads from Google ads api

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Thank you for reaching out to Google Ads API support. Is landing_page_view what you are looking for? If not, could you privately send us a screenshot of the UI that you are looking to replicate in the API? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2PHtnw:ref --

RE: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Wayne, Thank you for sending us your Id's privately. I checked and you have a developer token that can only access a test account that has the red square on the top right showing when looking at it in the UI. Your "test accounts" may be accounts you test on but they are still considered prod

RE: To get only 30 days data using Youtube APIs

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Can you please confirm if you are using Google Ads API? If you are using YouTube API, please reach out to their support team here. Best regards, Jakeia Sabrina Google Ads API Team ref:_00D1U1174p._5004Q2PHvpu:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: When I run upload_offline_conversion.py sample code, it does not complain but the conversion is not fired.

2021-10-08 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Rodolfo, Thank you for reaching out to Google Ads API with your Python Client Library issue with upload_offline_conversion.py. For us to assist you we will need the request and response log of API communications that you can set the library to produce when setting logging to "DEBUG". The res

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-08 Thread Martin Levi
Hi Aryeh, I also need some assistance getting set up for Google Ads API. I'm completely confused as to what the difference is between a "Test Account" and a "real test account" in your reply to Wayne. I need the API only to upload offline click conversions, and it's not clear to me how I can

Re: When I run upload_offline_conversion.py sample code, it does not complain but the conversion is not fired.

2021-10-08 Thread Rodolfo Ortega
With the insights provided by the DEBUG log messages. I think I solved it. First I got this message: message: "Resource name \'customers/2793184560/conversionActions/AW-338690233\' is malformed: expected \'customers/{customer_id}/conversionActions/{ConversionType.conversion_type_id}\'., at

how to get smart campaign performance??

2021-10-08 Thread pingtao lu
Hi, I am using googleads scripts to gather reports for our campaigns. However i am not able to see any metrics for Smart campaigns when using: CAMPAIGN_PERFORMANCE_REPORT. Here are my codes: function main() { var now = new Date(); var timeZone = AdsApp.currentAccount().getTimeZone() var report =

ads api

2021-10-08 Thread lin joinf
Hi, Why do I edit age audience's bid adjustment through API, When editing, some audiences report that "resources are not found". Strangely, these audiences are not excluded from the advertising group, and their status is also valid. Excuse me, why?[image: 微信截图_20211009134108.png] Cheers. ChenA