Re: Can I get In-market audiences list via api?

2018-08-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, As discussed here , you can use the ConstantDataService.getUserInterestCriterion()

Re: Can't sign in: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2018-08-23 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Piotr, Could you confirm if you encountered this error when using the AdWords API ? If yes, the I nternalApiError.UNEXPECTED_INTERNAL_API_ERROR

Re: How to target only Android OperatingSystemVersion python

2018-08-23 Thread wesley
Also looking at the ConstantDataService (https://developers.google.com/adwords/api/docs/appendix/codes-formats#mobile-platforms), I can't seem to find criterion ids for BlackBerry or WebOS but I still see them in the adwords UI. Are these options still configurable? Thanks, On Thursday,

Re: How to target only Android OperatingSystemVersion python

2018-08-23 Thread wesley
Hi Bharani, Thank you for your response. You mentioned that it is currently not possible to exclude the criteria through the API but you also posted an example to remove the criteria. Is excluding and removing not the same thing? Could I just remove OperaringSystemVersion criteria for all

API PHP dont list campaigns and ADD_OPERATION_NOT_PERMITTED

2018-08-23 Thread Snayder Acero
I am configuring the connection to the API "PHP", to be able to create and list the campaigns of my account I performed the following procedure * Create admin account * from this account create the test account * I generated developer token * I generated credentials from administrator * enter

Can I get In-market audiences list via api?

2018-08-23 Thread Ken Hsu
Can I get In-market audiences list via api? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

MMCCに紐づけしたユーザー(標準権限)広告アカウントが閲覧されてしまうのかされないのか?

2018-08-23 Thread m . ito
添付のように実施した場合、MCCの標準権限をもっているユーザーもAPIをいじれるのでしょうか? また、Aには他にアカウントをみられずAPIをいじる事は可能でしょうか? ベストな方法をご教授頂けると幸いです。 実施したい事 AにAPIをいじらせたい Aに他のアカウントをみられたくない 何卒宜しくお願い致します。 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Can't sign in: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2018-08-23 Thread Piotr Roszatycki
Hi. Is it a bug in AdMob or something wrong with my Google Accout? Stacktrace: com.google.ads.api.services.common.error.ApiException: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro; stackTrace:

Re: How to target only Android OperatingSystemVersion python

2018-08-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Wesley, You will be able to only target the OperatingSystemVersion using the CampaignCriterionService by selecting the Criteria as OperatingSystemVersion

Re: AuthorizationError.SERVICE_ACCESS_DENIED | python | manager account + admin role + dev_token enabled

2018-08-23 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Therese, My team can address the technical issues specific to AdWords API. However, the root cause of the failure here is due to usage of a developer token that was approved for App Conversions & Re-marketing API to make the AdWords API calls. To use a developer token and make AdWords

Re: How to fetch Household Income/Demographic Data through Adwords API?

2018-08-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ronak, Thank you for sharing the details privately. I was able to replicate the issue you're describing. Based on this help center article , the household income is only supported for Video

Re: Placement perfomance report

2018-08-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vlad, Thanks for sharing the details. The Managed Placements report maps to the Placement Performance Report in the API. Please refer to the 'Managed Placements Report' section in this guide

Re: What is the better way to use AdWords Api for different client accounts from Agency Account that are not linked to them.

2018-08-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Please find my responses inline: - According step 4, i can use this data immediately, but will i have to use this tokens later? The guide that you are referring to is the correct one to check. As you might have seen in the step #3, you can store the refresh token in the

Re: AuthorizationError.SERVICE_ACCESS_DENIED | python | manager account + admin role + dev_token enabled

2018-08-23 Thread Therese
Dear Sai Teja, Thanks for your reply. We contacted the API compliance center and the support team but they sent me back to this forum with the note that technical issues are handled here. The issue seems to be a developer token that is approved for sevices we do not want to use. So what can

Re: AuthorizationError.SERVICE_ACCESS_DENIED | python | manager account + admin role + dev_token enabled

2018-08-23 Thread Therese
Dear Sai Teja, Thanks for your reply. We contacted the API compliance center and the support team but they sent me back to this forum with the note that technical issues are handled here. The issue seems to be a developer token that is approved for sevices we do not want to use. So what can

Re: Get categoryids of one keywords

2018-08-23 Thread Sally CHEN
Hi, Yes, I can get the categoryid by setting RequestType to STAT. Best Regards, Sally 在 2018年8月23日星期四 UTC+8下午5:08:44,ghu...@system1.com写道: > > Correct me if I'm wrong, but I believe you can retrieve the category ID's > for keywords by setting RequestType to STATS? >

Re: Get categoryids of one keywords

2018-08-23 Thread ghuang
Correct me if I'm wrong, but I believe you can retrieve the category ID's for keywords by setting RequestType to STATS? https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#retrieving_keyword_stats On Wednesday, July 4, 2018 at 4:15:57 AM UTC-7, Dannison Yao (AdWords

DEVELOPER_TOKEN_NOT_APPROVED problem

2018-08-23 Thread db
Hi, we are trying to connect to Adwords API (with this laravel package ) and we get this error message: [image: erreur developpeur laravel.png] And we already have a test account but it's not red in the header like

How to target only Android OperatingSystemVersion python

2018-08-23 Thread wesley
Hello, How can I exclude all versions of iOS in my campaign without explicitly removing every criterionID for an iOS version. My operation looks something like this: { 'xsi_type': 'CampaignCriterionOperation', 'operator': 'REMOVE',