RE: CriterionUserInterest responds UNEXPECTED_INTERNAL_API_ERROR

2020-06-24 Thread Google Ads API Forum Advisor Prod
Hi Guru, Thank you for reaching out. InternalApiError.UNEXPECTED_INTERNAL_API_ERROR occurs if there is a temporary issue on the server. Please try it again and and if the issue persists, could you please share the complete request and response logs along with the source code used via the Reply

CriterionUserInterest responds UNEXPECTED_INTERNAL_API_ERROR

2020-06-24 Thread Gurudutt Verma
id: '90802', 'xsi:type': 'CriterionUserInterest', } } } -- -- =~=~=~=~=~=~=~=~=~=~

Re: CriterionUserInterest

2019-04-16 Thread Ankit Rawat
have seen that sometimes the > incorrect input parameters also might cause these errors. I see that your > request to add the CriterionUserInterest to the given AdGroup is not formed > correctly. Could you try something like the sample given below and let me > know if the CriterionUs

Adding CriterionUserInterest in a AdGroup returns CriterionError.CANNOT_ADD_CRITERIA_TYPE.

2018-05-30 Thread arthur
I'm using .NET Library and I trying add a user interest in a ad group, but I always receive the error CriterionError.CANNOT_ADD_CRITERIA_TYPE. My code: CriterionUserInterest userInterestTarget = new CriterionUserInterest(); userInterestTarget.userInter

Re: CriterionUserInterest

2018-01-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nima, Could you double check if the *xsi_type* of the criterion is set in your code? If yes, could you enable logging and share the complete SOAP logs? Please make sure to redact all the sensitive information in your logs. If you need instructions to enable logging, please check the README

Re: CriterionUserInterest

2018-01-17 Thread n . mirbakhsh
Hey guys, I have a very similar problem. Do you guys have any suggestion? @Sreelakshmi I tried your solution but got another error: "soap:Client: [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]" Thanks, Nima -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: CriterionUserInterest

2017-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Santi, Sometimes these errors are caused due to temporary issues and if that is the case, they will go away on retry. We have seen that sometimes the incorrect input parameters also might cause these errors. I see that your request to add the CriterionUserInterest to the given AdGroup is

CriterionUserInterest

2017-04-10 Thread santi . sempere . tiendeo
ableAdGroupCriterion', 'adGroupId': ad_group_id, 'criterion': { 'xsi_type': 'CriterionUserInterest', # Create gender criteria. The IDs can be found in the # documentation:

Query Regarding Targeting specific CriterionUserInterest (interests and remarketing) - Positive campaign targeting

2016-01-14 Thread sheron
Hi, I am using google ad words API(PHP) for running campaigns on Google Display Network. I can't see any way to target* CriterionUserInterest (interests and remarketing)*. Although I can do negative campaign targeting for the same by setting *userInterestId* (i.e. excluding what all inte

Re: How do I know which CriterionUserInterest is for Android and which for iOS?

2015-03-09 Thread Josh Radcliff (AdWords API Team)
see a bit different picture: >> >> {:operations=>[{:operator=>"ADD", :operand=>{:ad_group_id=>17070668653, >> :criterion=>{:user_interest_id=>87004, :order!=>[:user_interest_id]}, >> :order!=>[:ad_group_id, :criterion], >> :attributes!=&

Re: How do I know which CriterionUserInterest is for Android and which for iOS?

2015-02-09 Thread Josh Radcliff (AdWords API Team)
terest_id]}, > :order!=>[:ad_group_id, :criterion], > :attributes!=>{:criterion=>{"xsi:type"=>"CriterionUserInterest"}}}, > :order!=>[:operator, :operand], > :attributes!=>{:operand=>{"xsi:type"=>"BiddableAdGroupCriterion"

Re: How do I know which CriterionUserInterest is for Android and which for iOS?

2015-02-09 Thread Victor Moroz
I see a bit different picture: {:operations=>[{:operator=>"ADD", :operand=>{:ad_group_id=>17070668653, :criterion=>{:user_interest_id=>87004, :order!=>[:user_interest_id]}, :order!=>[:ad_group_id, :criterion], :attributes!=>{:criterion=>{"x

Re: How do I know which CriterionUserInterest is for Android and which for iOS?

2015-02-09 Thread Josh Radcliff (AdWords API Team)
erestCriterion is this: > > {:criterion_type=>"CriterionUserInterest", :user_interest_id=>87004, > :user_interest_name=>"Books & Reference"} > > How do I know it's in Android hierarchy? > > Thank you. > > -- -- =~=~=

How do I know which CriterionUserInterest is for Android and which for iOS?

2015-02-06 Thread Victor Moroz
Hi, What I get from getUserInterestCriterion is this: {:criterion_type=>"CriterionUserInterest", :user_interest_id=>87004, :user_interest_name=>"Books & Reference"} How do I know it's in Android hierarchy? Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: System Codes for CriterionUserInterest?

2014-01-28 Thread kirill . funtov
Have a same problem. Only documentation that I found is deprecated. For search query "Google adwords API Affinity categories" Google send me to this thread. Could you post a link to "new thread" if it

Re: System Codes for CriterionUserInterest?

2014-01-09 Thread Michael Cloonan (AdWords API Team)
Hi, You can get a list of CriterionUserInterests using this service: https://developers.google.com/adwords/api/docs/reference/v201309/ConstantDataService#getUserInterestCriterion The CriterionUserInterests that are returned will have both the UserInterestID and UserInterestName. Hope this help

System Codes for CriterionUserInterest?

2014-01-06 Thread brett . koenig
Is there a list of system codes for affinity segments somewhere? I am seeing uservertical::92300 in ad group 9178937560. How can Iook up what the Affinity category name is for that user vertical? I know from looking in adwords that it is "Foodies" but I need to be able to do it programmatical

Re: System Codes for CriterionUserInterest?

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Brett, This is a very old thread, could you start a new thread please? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, December 18, 2013 6:11:51 PM UTC-5, Brett Koenig wrote: > > Hey David, > > I am seeing uservertical::92300 in ad group 9178937560. How can Iook up > what the Af

Re: System Codes for CriterionUserInterest?

2013-12-19 Thread Brett Koenig
Hey David, I am seeing uservertical::92300 in ad group 9178937560. How can Iook up what the Affinity category name is for that user vertical? I know from looking in adwords that it is "Foodies" but I need to be able to do it programmatically. Can you help? On Thursday, October 3, 2013 11:25:

Re: System Codes for CriterionUserInterest?

2013-10-03 Thread David Torres (AdWords API Team)
Hi Troy, Sorry for the delay, do you have an ad group ID as example for which I can see these uservertical entries? Best, - David On Friday, September 20, 2013 2:21:51 PM UTC-4, Troy Larson wrote: > > ReportDefinitionReportType.CRITERIA_PERFORMANCE_REPORT > > I'm getting numbers similar to wha

Re: System Codes for CriterionUserInterest?

2013-09-23 Thread Troy Larson
ReportDefinitionReportType.CRITERIA_PERFORMANCE_REPORT I'm getting numbers similar to what Jill mentioned above . . . For example, where can I lookup the Affinity Group name for uservertical 91102? : uservertical::91101 and uservertical::91102 On Wednesday, September 18, 2013 10:03:11 AM UTC-4,

Re: System Codes for CriterionUserInterest?

2013-09-18 Thread David Torres (AdWords API Team)
Hi Troy, What report is giving you those uservertical IDs? against which Campaign/AdGroup are you taking the report? Best, - David Torres - AdWords API Team On Sunday, September 15, 2013 9:40:05 PM UTC-4, Troy Larson wrote: > > Is there any update to this? I pulled both the Vertical and User I

Re: System Codes for CriterionUserInterest?

2013-09-16 Thread Troy Larson
Is there any update to this? I pulled both the Vertical and User Interest lists, but can't seem to find the affinity segments either. On Wednesday, August 14, 2013 7:06:33 AM UTC-4, Jason Stedman wrote: > > Jill, > > Try using the > ConstantDataService

Re: System Codes for CriterionUserInterest?

2013-08-14 Thread Jason Stedman
Jill, Try using the ConstantDataService to getUserInterestCriterion or getVerticalCriterion. The ConstantDataService is now the primary resource to get IDs for things like this. I don't think Erik m

Re: System Codes for CriterionUserInterest?

2013-08-12 Thread Jill Varani
5, Pete Lavetsky (AdWords API >> Guru) wrote: >>> >>> Is there a list of system codes to use for the UserInterestName field in >>> CriterionUserInterest ( >>> http://code.google.com/apis/adwords/docs/reference/latest/CampaignCriterionService.CriterionUserI

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-08-08 Thread David Torres
>> >>> >>> On Wednesday, July 18, 2012 11:28:19 AM UTC+3, Tal Ater wrote: >>>> >>>> It works brilliantly! >>>> >>>> Thanks Ewan. >>>> >>>> Tal Ater >>>> http://www.talater.com/ >>>>

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-08-07 Thread Tal Ater
On Wednesday, July 18, 2012 11:28:19 AM UTC+3, Tal Ater wrote: >>> >>> It works brilliantly! >>> >>> Thanks Ewan. >>> >>> Tal Ater >>> http://www.talater.com/ >>> >>> >>> On Tuesday, July 17, 2012 4:09:28 A

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-08-06 Thread David Torres
; >> It works brilliantly! >> >> Thanks Ewan. >> >> Tal Ater >> http://www.talater.com/ >> >> >> On Tuesday, July 17, 2012 4:09:28 AM UTC+3, Ewan Heming wrote: >>> >>> I checked out your code in more detail: The problem is th

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-31 Thread Tal Ater
ail: The problem is that "Linux & >> Unix" isn't a CriterionUserInterest, it's a >> Vertical<https://developers.google.com/adwords/api/docs/appendix/verticals>. >> This code's working for me in the sandbox: >> >> $interestId = 736;

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-18 Thread Tal Ater
It works brilliantly! Thanks Ewan. Tal Ater http://www.talater.com/ On Tuesday, July 17, 2012 4:09:28 AM UTC+3, Ewan Heming wrote: > > I checked out your code in more detail: The problem is that "Linux & Unix" > isn't a CriterionUserInterest, it's a > Ve

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-16 Thread Ewan Heming
I checked out your code in more detail: The problem is that "Linux & Unix" isn't a CriterionUserInterest, it's a Vertical<https://developers.google.com/adwords/api/docs/appendix/verticals>. This code's working for me in the sandbox: $interestId = 736; //Li

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-16 Thread Tal Ater
Yes, I did. I created two campaigns through the API, then through the web interface I went to *Campaign Name** > **Display Network** > **Interests & Remarketing**> **Exclusions** > **Interests & Remarketing** > **Campaign Level* and chose the interests I want to exclude. I then used the API to

Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-15 Thread Ewan Heming
Have you tried adding a negative User Interest Criterion to a campaign in the normal web interface? I know that I tried a similar thing with a negative Proximity target and got an error because it isn't actually possible at the moment. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-15 Thread Tal Ater
@ > operations[2].operand.criterion; trigger:'USER_INTEREST'] > This is the code I am using: $interestId = 736; //Linux & Unix $interest = new CriterionUserInterest(); $interest->id = $interestId; $campaignCriterion = new NegativeCampaign

Re: System Codes for CriterionUserInterest?

2012-03-12 Thread Eric Koleda
y 27, 2012 9:38:49 AM UTC-5, Pete Lavetsky (AdWords API > Guru) wrote: >> >> Is there a list of system codes to use for the UserInterestName field in >> CriterionUserInterest ( >> http://code.google.com/apis/adwords/docs/reference/latest/CampaignCriterionService.Criter

Re: System Codes for CriterionUserInterest?

2012-02-27 Thread Pete Lavetsky (AdWords API Guru)
Any help on this? On Monday, February 27, 2012 9:38:49 AM UTC-5, Pete Lavetsky (AdWords API Guru) wrote: > > Is there a list of system codes to use for the UserInterestName field in > CriterionUserInterest ( > http://code.google.com/apis/adwords/docs/refe