Re: Criteria predicate in audience performance report

2014-05-14 Thread Ashish Pathak
Thanks Josh, It's working!


On Thu, May 15, 2014 at 3:33 AM, Josh Radcliff (AdWords API Team) <
adwordsapiadvisor+j...@google.com> wrote:

> Hi Ashish,
>
> You could do this by setting up a 
> BiddableAdGroupCriterion
>  with
> the criterion set to your list and the various bidding 
> optionsconfigured
>  as needed.
>
> Cheers,
> Josh, AdWords API Team
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and Google+:
> https://googleadsdeveloper.blogspot.com/
> https://plus.google.com/+GoogleAdsDevelopers/posts
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/pBNzWEuo5FE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 


   Ashish Pathak
   Software Engineer

   Email: ash...@keywordio.com
   Website: www.keywordio.com 
   Address: Keywordio AB, Sjöviksvägen 78, 117 57 Stockholm, Sweden

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-05-14 Thread Josh Radcliff (AdWords API Team)
Hi Ashish,

You could do this by setting up a 
BiddableAdGroupCriterion
 with 
the criterion set to your list and the various bidding 
optionsconfigured
 as needed.

Cheers,
Josh, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-05-12 Thread Ashish Pathak
Hi Josh,

Thanks for that !

Is there any other way to set adgroup or campaign bid modifier for
remarketing list ?

Regards,
Ashish Pathak


On Mon, May 12, 2014 at 11:54 PM, Josh Radcliff (AdWords API Team) <
adwordsapiadvisor+j...@google.com> wrote:

> Hi Ashish,
>
> The *AdGroupBidModifierService* only supports Platform bid modifiers.
>  From the service 
> documentation
> :
>
> Service used to manage campaign criterion bid overrides at the ad group
>> level. Currently supports platform (mobile) bid multiplier overrides
>> only.
>
>
> The 
> add_ad_group_bid_modifier.py
>  example
> illustrates how to set a platform bid modifier for an ad group.
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, May 12, 2014 10:46:01 AM UTC-4, Ashish Pathak wrote:
>>
>> Hi,
>>
>> I'm trying to set adgroup level bid modifier for remarketing list using
>> code-
>>
>>   operations.append({
>>   'xsi_type':'AdGroupBidModifierOperation',
>>   'operator': 'SET',
>>   'operand': {
>> 'xsi_type': 'AdGroupBidModifier',
>>   'adGroupId': ad_group_id,
>>   'criterion': {
>>   'xsi_type': 'CriterionUserList',
>>   'id': criterion_id
>> },
>>   'bidModifier': bid_modifier
>> }
>>})
>>
>> when i tried criterion_id='boomuserlist::4817763'
>>
>> getting error - 'Unmarshalling Error: For input string:
>> "boomuserlist::4817763" '
>>
>> also for criterion_id='4817763' getting error invalid_id.
>>
>> I'm using python adword api lib,please help !
>>
>> Thank you !
>>
>> Regards,
>> Ashish Pathak
>>
>>
>>
>>
>> On Friday, March 7, 2014 10:39:48 PM UTC+5:30, GregT wrote:
>>>
>>> Hi,
>>>
>>> Sometimes when pulling audience structure data for RLSA with the
>>> audience performance report, I want to get the data for just one audience
>>> for a campaign.  However, whenever I try to use a predicate that limits the
>>> audience, I get back no rows.  The predicates for status and campaign id
>>> work fine (returning what I would expect if I don't also add in the
>>> criteria predicate).  I know that audience criteria are a little odd, with
>>> the "boomuserlist::12345" format (https://groups.google.com/
>>> forum/#!topic/adwords-api/TwCw8z80I9w), so I'm not sure if I'm creating
>>> the predicate incorrectly, or it might just not be possible.
>>>
>>> The predicates I've tried unsuccessfully are predicates where Criteria
>>> equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id
>>> of the audience.  This is with v201309 (Java library).
>>>
>>> Should one of these predicates work, or is there a different predicate I
>>> should use, or is this just not possible?  Obviously, I can work around it
>>> by filtering by audience id as I parse the report, but I'd rather not if I
>>> don't have to.
>>>
>>> Thanks in advance,
>>> Greg
>>>
>>>
>>>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and Google+:
> https://googleadsdeveloper.blogspot.com/
> https://plus.google.com/+GoogleAdsDevelopers/posts
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/pBNzWEuo5FE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 


   Ashish Pathak
   Software Engineer

   Email: ash...@keywordio.com
   Website: www.keywordio.com 
   Address: Keywordio AB, Sjöviksvägen 78, 117 57 Stockholm, Sweden

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Group

Re: Criteria predicate in audience performance report

2014-05-12 Thread Josh Radcliff (AdWords API Team)
Hi Ashish,

The *AdGroupBidModifierService* only supports Platform bid modifiers.  From 
the service 
documentation
:

Service used to manage campaign criterion bid overrides at the ad group 
> level. Currently supports platform (mobile) bid multiplier overrides only.


The 
add_ad_group_bid_modifier.py
 example 
illustrates how to set a platform bid modifier for an ad group.

Cheers,
Josh, AdWords API Team

On Monday, May 12, 2014 10:46:01 AM UTC-4, Ashish Pathak wrote:
>
> Hi,
>
> I'm trying to set adgroup level bid modifier for remarketing list using 
> code-
>
>   operations.append({
>   'xsi_type':'AdGroupBidModifierOperation',
>   'operator': 'SET',
>   'operand': {
> 'xsi_type': 'AdGroupBidModifier',
>   'adGroupId': ad_group_id,
>   'criterion': {
>   'xsi_type': 'CriterionUserList',
>   'id': criterion_id
> },
>   'bidModifier': bid_modifier
> }
>})
>
> when i tried criterion_id='boomuserlist::4817763'
>
> getting error - 'Unmarshalling Error: For input string: 
> "boomuserlist::4817763" '
>
> also for criterion_id='4817763' getting error invalid_id.
>
> I'm using python adword api lib,please help !
>
> Thank you !
>
> Regards,
> Ashish Pathak
>
>
>
>
> On Friday, March 7, 2014 10:39:48 PM UTC+5:30, GregT wrote:
>>
>> Hi,
>>
>> Sometimes when pulling audience structure data for RLSA with the audience 
>> performance report, I want to get the data for just one audience for a 
>> campaign.  However, whenever I try to use a predicate that limits the 
>> audience, I get back no rows.  The predicates for status and campaign id 
>> work fine (returning what I would expect if I don't also add in the 
>> criteria predicate).  I know that audience criteria are a little odd, with 
>> the "boomuserlist::12345" format (
>> https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so I'm 
>> not sure if I'm creating the predicate incorrectly, or it might just not be 
>> possible.
>>
>> The predicates I've tried unsuccessfully are predicates where Criteria 
>> equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
>> of the audience.  This is with v201309 (Java library).
>>
>> Should one of these predicates work, or is there a different predicate I 
>> should use, or is this just not possible?  Obviously, I can work around it 
>> by filtering by audience id as I parse the report, but I'd rather not if I 
>> don't have to.
>>
>> Thanks in advance,
>> Greg
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-05-12 Thread Ashish Pathak
Hi,

I'm trying to set adgroup level bid modifier for remarketing list using 
code-

  operations.append({
  'xsi_type':'AdGroupBidModifierOperation',
  'operator': 'SET',
  'operand': {
'xsi_type': 'AdGroupBidModifier',
  'adGroupId': ad_group_id,
  'criterion': {
  'xsi_type': 'CriterionUserList',
  'id': criterion_id
},
  'bidModifier': bid_modifier
}
   })

when i tried criterion_id='boomuserlist::4817763'

getting error - 'Unmarshalling Error: For input string: 
"boomuserlist::4817763" '

also for criterion_id='4817763' getting error invalid_id.

I'm using python adword api lib,please help !

Thank you !

Regards,
Ashish Pathak




On Friday, March 7, 2014 10:39:48 PM UTC+5:30, GregT wrote:
>
> Hi,
>
> Sometimes when pulling audience structure data for RLSA with the audience 
> performance report, I want to get the data for just one audience for a 
> campaign.  However, whenever I try to use a predicate that limits the 
> audience, I get back no rows.  The predicates for status and campaign id 
> work fine (returning what I would expect if I don't also add in the 
> criteria predicate).  I know that audience criteria are a little odd, with 
> the "boomuserlist::12345" format (
> https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so I'm 
> not sure if I'm creating the predicate incorrectly, or it might just not be 
> possible.
>
> The predicates I've tried unsuccessfully are predicates where Criteria 
> equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
> of the audience.  This is with v201309 (Java library).
>
> Should one of these predicates work, or is there a different predicate I 
> should use, or is this just not possible?  Obviously, I can work around it 
> by filtering by audience id as I parse the report, but I'd rather not if I 
> don't have to.
>
> Thanks in advance,
> Greg
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-03-10 Thread GregT
Hi, Josh.

Thanks for looking into this.  I ran my tests again today, and now it seems 
to be working.  I didn't think I changed anything since I originally tried, 
although it's definitely possible that I did.  Anyway, it is working as 
expected now, using the boomuserlist::12345 type of value in the predicate 
as I originally was trying.

Thanks again,
Greg

On Monday, March 10, 2014 11:43:38 AM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Greg,
>
> I was able to select data for a specific audience and get back results for 
> that campaign via the following report XML:
>
> 
> https://adwords.google.com/api/adwords/cm/v201402";>
>   
> AdGroupId
> AdGroupName
> Criteria
> Ctr
> Date
> 
>   Criteria
>   EQUALS
>   boomuserlist::2709416
> 
>   
>   Audience performance report 
> #1394469398903
>   AUDIENCE_PERFORMANCE_REPORT
>   YESTERDAY
>   CSV
>   false
> 
>
> I created the predicate using the Java client library as follows:
>
> Predicate predicate = new Predicate();
> predicate.setField("Criteria");
> predicate.setOperator(PredicateOperator.EQUALS);
> predicate.getValues().add("boomuserlist::2709416");
>
> It sounds like you tried the exact same approach but it didn't work for 
> you.  Could you compare your requests to mine and let me know if you see 
> any differences?
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, March 10, 2014 11:19:28 AM UTC-4, GregT wrote:
>>
>> Hi, Josh.
>>
>> An example campaign id is 101508056.
>>
>> Thanks,
>> Greg
>>
>> On Monday, March 10, 2014 10:08:30 AM UTC-5, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Greg,
>>>
>>> I may have a solution on this one, but I'd like to test it out first on 
>>> a campaign with some data.  Could you post one or more campaign IDs I could 
>>> use to test?  When posting, please adhere to the forum 
>>> rulesregarding
>>>  posting of confidential information.
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Friday, March 7, 2014 12:09:48 PM UTC-5, GregT wrote:

 Hi,

 Sometimes when pulling audience structure data for RLSA with the 
 audience performance report, I want to get the data for just one audience 
 for a campaign.  However, whenever I try to use a predicate that limits 
 the 
 audience, I get back no rows.  The predicates for status and campaign id 
 work fine (returning what I would expect if I don't also add in the 
 criteria predicate).  I know that audience criteria are a little odd, with 
 the "boomuserlist::12345" format (
 https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so 
 I'm not sure if I'm creating the predicate incorrectly, or it might just 
 not be possible.

 The predicates I've tried unsuccessfully are predicates where Criteria 
 equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
 of the audience.  This is with v201309 (Java library).

 Should one of these predicates work, or is there a different predicate 
 I should use, or is this just not possible?  Obviously, I can work around 
 it by filtering by audience id as I parse the report, but I'd rather not 
 if 
 I don't have to.

 Thanks in advance,
 Greg




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-03-10 Thread Josh Radcliff (AdWords API Team)
Hi Greg,

I was able to select data for a specific audience and get back results for 
that campaign via the following report XML:


https://adwords.google.com/api/adwords/cm/v201402";>
  
AdGroupId
AdGroupName
Criteria
Ctr
Date

  Criteria
  EQUALS
  boomuserlist::2709416

  
  Audience performance report 
#1394469398903
  AUDIENCE_PERFORMANCE_REPORT
  YESTERDAY
  CSV
  false


I created the predicate using the Java client library as follows:

Predicate predicate = new Predicate();
predicate.setField("Criteria");
predicate.setOperator(PredicateOperator.EQUALS);
predicate.getValues().add("boomuserlist::2709416");

It sounds like you tried the exact same approach but it didn't work for 
you.  Could you compare your requests to mine and let me know if you see 
any differences?

Thanks,
Josh, AdWords API Team

On Monday, March 10, 2014 11:19:28 AM UTC-4, GregT wrote:
>
> Hi, Josh.
>
> An example campaign id is 101508056.
>
> Thanks,
> Greg
>
> On Monday, March 10, 2014 10:08:30 AM UTC-5, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Greg,
>>
>> I may have a solution on this one, but I'd like to test it out first on a 
>> campaign with some data.  Could you post one or more campaign IDs I could 
>> use to test?  When posting, please adhere to the forum 
>> rulesregarding
>>  posting of confidential information.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Friday, March 7, 2014 12:09:48 PM UTC-5, GregT wrote:
>>>
>>> Hi,
>>>
>>> Sometimes when pulling audience structure data for RLSA with the 
>>> audience performance report, I want to get the data for just one audience 
>>> for a campaign.  However, whenever I try to use a predicate that limits the 
>>> audience, I get back no rows.  The predicates for status and campaign id 
>>> work fine (returning what I would expect if I don't also add in the 
>>> criteria predicate).  I know that audience criteria are a little odd, with 
>>> the "boomuserlist::12345" format (
>>> https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so 
>>> I'm not sure if I'm creating the predicate incorrectly, or it might just 
>>> not be possible.
>>>
>>> The predicates I've tried unsuccessfully are predicates where Criteria 
>>> equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
>>> of the audience.  This is with v201309 (Java library).
>>>
>>> Should one of these predicates work, or is there a different predicate I 
>>> should use, or is this just not possible?  Obviously, I can work around it 
>>> by filtering by audience id as I parse the report, but I'd rather not if I 
>>> don't have to.
>>>
>>> Thanks in advance,
>>> Greg
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-03-10 Thread GregT
Hi, Josh.

An example campaign id is 101508056.

Thanks,
Greg

On Monday, March 10, 2014 10:08:30 AM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Greg,
>
> I may have a solution on this one, but I'd like to test it out first on a 
> campaign with some data.  Could you post one or more campaign IDs I could 
> use to test?  When posting, please adhere to the forum 
> rulesregarding
>  posting of confidential information.
>
> Cheers,
> Josh, AdWords API Team
>
> On Friday, March 7, 2014 12:09:48 PM UTC-5, GregT wrote:
>>
>> Hi,
>>
>> Sometimes when pulling audience structure data for RLSA with the audience 
>> performance report, I want to get the data for just one audience for a 
>> campaign.  However, whenever I try to use a predicate that limits the 
>> audience, I get back no rows.  The predicates for status and campaign id 
>> work fine (returning what I would expect if I don't also add in the 
>> criteria predicate).  I know that audience criteria are a little odd, with 
>> the "boomuserlist::12345" format (
>> https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so I'm 
>> not sure if I'm creating the predicate incorrectly, or it might just not be 
>> possible.
>>
>> The predicates I've tried unsuccessfully are predicates where Criteria 
>> equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
>> of the audience.  This is with v201309 (Java library).
>>
>> Should one of these predicates work, or is there a different predicate I 
>> should use, or is this just not possible?  Obviously, I can work around it 
>> by filtering by audience id as I parse the report, but I'd rather not if I 
>> don't have to.
>>
>> Thanks in advance,
>> Greg
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Criteria predicate in audience performance report

2014-03-10 Thread Josh Radcliff (AdWords API Team)
Hi Greg,

I may have a solution on this one, but I'd like to test it out first on a 
campaign with some data.  Could you post one or more campaign IDs I could 
use to test?  When posting, please adhere to the forum 
rulesregarding
 posting of confidential information.

Cheers,
Josh, AdWords API Team

On Friday, March 7, 2014 12:09:48 PM UTC-5, GregT wrote:
>
> Hi,
>
> Sometimes when pulling audience structure data for RLSA with the audience 
> performance report, I want to get the data for just one audience for a 
> campaign.  However, whenever I try to use a predicate that limits the 
> audience, I get back no rows.  The predicates for status and campaign id 
> work fine (returning what I would expect if I don't also add in the 
> criteria predicate).  I know that audience criteria are a little odd, with 
> the "boomuserlist::12345" format (
> https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so I'm 
> not sure if I'm creating the predicate incorrectly, or it might just not be 
> possible.
>
> The predicates I've tried unsuccessfully are predicates where Criteria 
> equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
> of the audience.  This is with v201309 (Java library).
>
> Should one of these predicates work, or is there a different predicate I 
> should use, or is this just not possible?  Obviously, I can work around it 
> by filtering by audience id as I parse the report, but I'd rather not if I 
> don't have to.
>
> Thanks in advance,
> Greg
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Criteria predicate in audience performance report

2014-03-07 Thread GregT
Hi,

Sometimes when pulling audience structure data for RLSA with the audience 
performance report, I want to get the data for just one audience for a 
campaign.  However, whenever I try to use a predicate that limits the 
audience, I get back no rows.  The predicates for status and campaign id 
work fine (returning what I would expect if I don't also add in the 
criteria predicate).  I know that audience criteria are a little odd, with 
the "boomuserlist::12345" format 
(https://groups.google.com/forum/#!topic/adwords-api/TwCw8z80I9w), so I'm 
not sure if I'm creating the predicate incorrectly, or it might just not be 
possible.

The predicates I've tried unsuccessfully are predicates where Criteria 
equals boomuserlist::12345 or Criteria equals 12345, where 12345 is the id 
of the audience.  This is with v201309 (Java library).

Should one of these predicates work, or is there a different predicate I 
should use, or is this just not possible?  Obviously, I can work around it 
by filtering by audience id as I parse the report, but I'd rather not if I 
don't have to.

Thanks in advance,
Greg


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.