Java: How to AWQL report multiple accounts in MCC

2015-09-04 Thread Sean Chua
clientCustomerId is set in ads.properties, so all campaigns reported 
under AD_PERFORMANCE_REPORT are respective to that account only.

How do I query my report across accounts, given an array of Client IDs?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7add09b7-4ead-41e3-9f62-94e9a3c1e107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-03 Thread Sean Chua
Currently my code has
.equals(AdGroupAdField.Status, "ENABLED")
 .equals(AdGroupField.Status, "ENABLED")
 .equals(CampaignField.Status, "ENABLED")

And
AdGroupAdPage page = adGroupAdService.get(selector);

Which returns me Ad Copy that is paused at the Adgroup level (so the code 
doesn't actually work).

Is there any way to only return ad copy that is enabled on all Campaign, 
Adgroup and Ad levels?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ba49d9df-207f-436e-aab5-bc952b36e79f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread Sean Chua
Yes, I am trying to retrieve all enabled AdGroupAds, but I am also trying 
to get status=="Enabled" at the Campaign and Adgroup level.

I'm calling the API through my Java app.

Thanks and Cheers,
Sean

On Monday, April 3, 2017 at 6:55:42 PM UTC+8, Ivan Bautista wrote:
>
> Hi Sean,
>
> Are you trying to retrieve all enabled AdGroupAds 
> ?
>  
> If so, then you may retrieve those enabled AdGroupAds on the Ad level via 
> the AdGroupAdService.get() 
> 
>  but 
> not on the Campaign or AdGroup level. Looking at your predicate value for 
> AdGroupAdField.Status 
> ,
>  
> the AdGroupAdService.get() should have returned the expected values.
>
> If we misunderstood your question, could you elaborate more on what you 
> mean by getting the Ad copy on Ad Group level. Also, to help us investigate 
> further, could you reply to us privately (using *reply privately to 
> author* option) with the complete SOAP request and response of the 
> service you are using?
>
> Regards,
> Ivan 
> 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9753e96e-86df-4fb1-a987-89cdb511adb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.