RE: Excluding Shoppping Placements in Placement_Performance_Report

2020-06-10 Thread Google Ads API Forum Advisor Prod
Hi Jacs,

Thanks for reaching out. With regards to your concern, you can get the IDs of 
your shopping campaigns then you can filter them out with CampaignID. But, 
there is no way to directly filter placements from shopping campaigns. You 
could also potentially filter by ClickType, if certain click types only happen 
on shopping ads.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q20XeVd:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/OepCv0QBQ46K000Fl3HKOvRAqaK-pjRSVB0w%40sfdc.net.


Excluding Shoppping Placements in Placement_Performance_Report

2020-06-09 Thread JCAS
Hi everyone,

I'm pulling a PLACEMENT_PERFORMANCE_REPORT but I want it to return data 
*only* from Display Campaigns, not Shopping placements.

>From what I can see there's no way to do this without using a mix of 
CAMPAIGN_PERFORMANCE_REPORT + PLACEMENT_PERFORMANCE_REPORT?

Neither AdNetworkType1 or AdNetworkType2 seem to be the answer.

Thanks in advance! :)

AdNetworkType1 

First level network type.
Type AdNetworkType1
Display Name Network
XML Attribute network
Behavior Segment
Filterable True
Supports Zero Impressions True

Predicate values / display values
UNKNOWN unknown
SEARCH Search Network
CONTENT Display Network
YOUTUBE_SEARCH YouTube Search
YOUTUBE_WATCH YouTube Videos
MIXED Cross-network
AdNetworkType2 

Second level network type (includes search partners).
Type AdNetworkType2
Display Name Network (with search partners)
XML Attribute networkWithSearchPartners
Behavior Segment
Filterable True
Supports Zero Impressions True

Predicate values / display values
UNKNOWN unknown
SEARCH Google search
SEARCH_PARTNERS Search partners
CONTENT Display Network
YOUTUBE_SEARCH YouTube Search
YOUTUBE_WATCH YouTube Videos
MIXED Cross-network

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1481964d-d393-4428-91ab-9a32fa894918o%40googlegroups.com.


Re: ValueTrack Parameter to Match mobileappcategory:: in PLACEMENT_PERFORMANCE_REPORT

2015-11-18 Thread Nadine Sundquist (AdWords API Team)
Hi Mark,

Thanks for your detailed post; it made your question very clear. As far as 
I know, ValueTrack does not have the mobileappcategory available in any of 
its parameters. I don't know any way of getting that information into the 
URL. I'll look into filing a feature request for you.

Cheers,
Nadine, AdWords API Team

On Tuesday, November 17, 2015 at 9:34:41 PM UTC-5, Mark Rogoyski wrote:
>
> In Display Network mobile app install campaigns that target mobile app 
> categories as the biddable placement, you can get the mobileappcategory:: 
> ID string in the PLACEMENT_PERFORMANCE_REPORT in the Criteria field 
> (Placement column).
>
> For example, if you are targeting: */All Apps/Google Play/Games*
> It will show up as *mobileappcategory::60008 *in the 
> PLACEMENT_PERFORMANCE_REPORT's Placement column (Criteria field).
> For reference, here are the mobileappcategory IDs: 
> https://developers.google.com/adwords/api/docs/appendix/mobileappcategories
>
> My question then, is there a way to get this mobile app category ID string 
> in the ad's URL using ValueTrack parameters or some other mechanism?
>
> For example, in the case of targeting mobile app placements (in comparison 
> to mobile app categories), in the PLACEMENT_PERFORMANCE_REPORT, the mobile 
> app placement shows up as the mobileapp::1-123456 style string ID, and in 
> the URL, you can use the ValueTrack parameter {placement} to get the same 
> mobileapp::1-123456 style string ID. This is very useful for aligning data 
> in internal systems.
>
> However, for mobile app categories, it does not seem like you can get the 
> mobileappcategory::60008 style string ID in the URL as a parameter. If your 
> campaign is targeting mobile app categories as the biddable placement and 
> use the {placement} ValueTrack parameter, Google passes the 
> mobileapp::1-123456 style string ID of the mobile app where the ad was 
> shown, and not the app category that is being targeted. The 
> PLACEMENT_PERFORMANCE_REPORT does report the mobileappcategory:: style ID.
>
> Basically, the behavior is inconsistent between mobile apps and mobile app 
> category targeted campaigns, it seems.
>
> Looking at the definition of the {placement} parameter (
> https://support.google.com/adwords/answer/2375447?hl=en), it has the 
> following explanation:
> *The content site where your ad was clicked (for keyword-targeted 
> campaigns), or the matching placement targeting criteria for the site where 
> your ad was clicked (for placement-targeted campaigns)*
>
> I interpret that to mean that since our targeting criteria is the 
> mobileappcategory, we should get the mobileappcategory:: string ID in the 
> URL parameter. However, it returns the mobile app, which is not our 
> biddable targeting criteria.
>
> Is this the expected behavior of the {placement} parameter, or should it 
> in fact return the mobileappcategory:: instead of the mobileapp:: string ID 
> for mobile app install campaigns targeting mobile app categories as the 
> biddable placement?
>
> If this is in fact the expected behavior, how then can we get the same 
> mobileappcategory:: string ID in the URL as a parameter? We'd like what 
> comes in on the URL to match what we see in the 
> PLACEMENT_PERFORMANCE_REPORT, just like we see for mobile app placements 
> currently.
>
> Btw, I know there is the {target} parameter that returns a partial 
> category name, but this is not the ID, and the category is not unique since 
> iOS and Android have different mobileappcategory:: string IDs for the same 
> category description.
> For example: {target}=games
> Android: 60008 - /All Apps/Google Play/Games 
> iOS: 60506 - /All Apps/Apple App Store/Games
>
> Also, getting the mobile app where the ad was shown even though it is a 
> mobile app category campaign is very useful in itself, and we would not 
> want to lose that information, however, ideally we'd also be able to get 
> the actual biddable criteria placement that is targeted as well to align 
> with the data in the PLACEMENT_PERFORMANCE_REPORT.
>
> Thank you very much.
> Mark
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWor

Re: ValueTrack Parameter to Match mobileappcategory:: in PLACEMENT_PERFORMANCE_REPORT

2015-11-18 Thread Mark Rogoyski
Thank you Nadine. We would like this to be a feature to get the 
mobileappcategory:: ID string on the URL.

On Wednesday, November 18, 2015 at 12:28:16 PM UTC-8, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi Mark,
>
> Thanks for your detailed post; it made your question very clear. As far as 
> I know, ValueTrack does not have the mobileappcategory available in any of 
> its parameters. I don't know any way of getting that information into the 
> URL. I'll look into filing a feature request for you.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Tuesday, November 17, 2015 at 9:34:41 PM UTC-5, Mark Rogoyski wrote:
>>
>> In Display Network mobile app install campaigns that target mobile app 
>> categories as the biddable placement, you can get the mobileappcategory:: 
>> ID string in the PLACEMENT_PERFORMANCE_REPORT in the Criteria field 
>> (Placement column).
>>
>> For example, if you are targeting: */All Apps/Google Play/Games*
>> It will show up as *mobileappcategory::60008 *in the 
>> PLACEMENT_PERFORMANCE_REPORT's Placement column (Criteria field).
>> For reference, here are the mobileappcategory IDs: 
>> https://developers.google.com/adwords/api/docs/appendix/mobileappcategories
>>
>> My question then, is there a way to get this mobile app category ID 
>> string in the ad's URL using ValueTrack parameters or some other mechanism?
>>
>> For example, in the case of targeting mobile app placements (in 
>> comparison to mobile app categories), in the PLACEMENT_PERFORMANCE_REPORT, 
>> the mobile app placement shows up as the mobileapp::1-123456 style string 
>> ID, and in the URL, you can use the ValueTrack parameter {placement} to get 
>> the same mobileapp::1-123456 style string ID. This is very useful for 
>> aligning data in internal systems.
>>
>> However, for mobile app categories, it does not seem like you can get the 
>> mobileappcategory::60008 style string ID in the URL as a parameter. If your 
>> campaign is targeting mobile app categories as the biddable placement and 
>> use the {placement} ValueTrack parameter, Google passes the 
>> mobileapp::1-123456 style string ID of the mobile app where the ad was 
>> shown, and not the app category that is being targeted. The 
>> PLACEMENT_PERFORMANCE_REPORT does report the mobileappcategory:: style ID.
>>
>> Basically, the behavior is inconsistent between mobile apps and mobile 
>> app category targeted campaigns, it seems.
>>
>> Looking at the definition of the {placement} parameter (
>> https://support.google.com/adwords/answer/2375447?hl=en), it has the 
>> following explanation:
>> *The content site where your ad was clicked (for keyword-targeted 
>> campaigns), or the matching placement targeting criteria for the site where 
>> your ad was clicked (for placement-targeted campaigns)*
>>
>> I interpret that to mean that since our targeting criteria is the 
>> mobileappcategory, we should get the mobileappcategory:: string ID in the 
>> URL parameter. However, it returns the mobile app, which is not our 
>> biddable targeting criteria.
>>
>> Is this the expected behavior of the {placement} parameter, or should it 
>> in fact return the mobileappcategory:: instead of the mobileapp:: string ID 
>> for mobile app install campaigns targeting mobile app categories as the 
>> biddable placement?
>>
>> If this is in fact the expected behavior, how then can we get the same 
>> mobileappcategory:: string ID in the URL as a parameter? We'd like what 
>> comes in on the URL to match what we see in the 
>> PLACEMENT_PERFORMANCE_REPORT, just like we see for mobile app placements 
>> currently.
>>
>> Btw, I know there is the {target} parameter that returns a partial 
>> category name, but this is not the ID, and the category is not unique since 
>> iOS and Android have different mobileappcategory:: string IDs for the same 
>> category description.
>> For example: {target}=games
>> Android: 60008 - /All Apps/Google Play/Games 
>> iOS: 60506 - /All Apps/Apple App Store/Games
>>
>> Also, getting the mobile app where the ad was shown even though it is a 
>> mobile app category campaign is very useful in itself, and we would not 
>> want to lose that information, however, ideally we'd also be able to get 
>> the actual biddable criteria placement that is targeted as well to align 
>> with the data in the PLACEMENT_PERFORMANCE_REPORT.
>>
>> Thank you very much.
>> Mark
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdevelo

ValueTrack Parameter to Match mobileappcategory:: in PLACEMENT_PERFORMANCE_REPORT

2015-11-17 Thread Mark Rogoyski
In Display Network mobile app install campaigns that target mobile app 
categories as the biddable placement, you can get the mobileappcategory:: 
ID string in the PLACEMENT_PERFORMANCE_REPORT in the Criteria field 
(Placement column).

For example, if you are targeting: */All Apps/Google Play/Games*
It will show up as *mobileappcategory::60008 *in the 
PLACEMENT_PERFORMANCE_REPORT's Placement column (Criteria field).
For reference, here are the mobileappcategory IDs: 
https://developers.google.com/adwords/api/docs/appendix/mobileappcategories

My question then, is there a way to get this mobile app category ID string 
in the ad's URL using ValueTrack parameters or some other mechanism?

For example, in the case of targeting mobile app placements (in comparison 
to mobile app categories), in the PLACEMENT_PERFORMANCE_REPORT, the mobile 
app placement shows up as the mobileapp::1-123456 style string ID, and in 
the URL, you can use the ValueTrack parameter {placement} to get the same 
mobileapp::1-123456 style string ID. This is very useful for aligning data 
in internal systems.

However, for mobile app categories, it does not seem like you can get the 
mobileappcategory::60008 style string ID in the URL as a parameter. If your 
campaign is targeting mobile app categories as the biddable placement and 
use the {placement} ValueTrack parameter, Google passes the 
mobileapp::1-123456 style string ID of the mobile app where the ad was 
shown, and not the app category that is being targeted. The 
PLACEMENT_PERFORMANCE_REPORT does report the mobileappcategory:: style ID.

Basically, the behavior is inconsistent between mobile apps and mobile app 
category targeted campaigns, it seems.

Looking at the definition of the {placement} parameter (
https://support.google.com/adwords/answer/2375447?hl=en), it has the 
following explanation:
*The content site where your ad was clicked (for keyword-targeted 
campaigns), or the matching placement targeting criteria for the site where 
your ad was clicked (for placement-targeted campaigns)*

I interpret that to mean that since our targeting criteria is the 
mobileappcategory, we should get the mobileappcategory:: string ID in the 
URL parameter. However, it returns the mobile app, which is not our 
biddable targeting criteria.

Is this the expected behavior of the {placement} parameter, or should it in 
fact return the mobileappcategory:: instead of the mobileapp:: string ID 
for mobile app install campaigns targeting mobile app categories as the 
biddable placement?

If this is in fact the expected behavior, how then can we get the same 
mobileappcategory:: string ID in the URL as a parameter? We'd like what 
comes in on the URL to match what we see in the 
PLACEMENT_PERFORMANCE_REPORT, just like we see for mobile app placements 
currently.

Btw, I know there is the {target} parameter that returns a partial category 
name, but this is not the ID, and the category is not unique since iOS and 
Android have different mobileappcategory:: string IDs for the same category 
description.
For example: {target}=games
Android: 60008 - /All Apps/Google Play/Games 
iOS: 60506 - /All Apps/Apple App Store/Games

Also, getting the mobile app where the ad was shown even though it is a 
mobile app category campaign is very useful in itself, and we would not 
want to lose that information, however, ideally we'd also be able to get 
the actual biddable criteria placement that is targeted as well to align 
with the data in the PLACEMENT_PERFORMANCE_REPORT.

Thank you very much.
Mark

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ce0a042f-b6d4-46e0-b68b-35d54446a915%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: v201302 PLACEMENT_PERFORMANCE_REPORT returning nothing where v201209 MANAGED_PLACEMENT_PERFORMANCE_REPORT did

2013-07-11 Thread David Torres (AdWords API Team)
Hi David,

Sorry for the confusion, using the CRITERIA_PERFORMANCE_REPORT is the right 
approach. The PLACEMENT_PERFORMANCE_REPORT does not support zero impression 
rows.

Best,

- David Torres - AdWords API Team

On Thursday, July 11, 2013 9:21:34 AM UTC-4, david wrote:

 Just to update the thread, Takeshi let me know that the new 
 PLACEMENT_PERFORMANCE_REPORT is working as designed since it isn't supposed 
 to return zeroImpressions rows. v201209 
 MANAGED_PLACEMENTS_PERFORMANCE_REPORT for some reason DID return 
 zeroImpressions rows hence the difference between the 2 requests above.

 To get round this I've had to use the CRITERIA_PERFORMANCE_REPORT with 
 criteriaType set to PLACEMENT.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




Re: v201302 PLACEMENT_PERFORMANCE_REPORT returning nothing where v201209 MANAGED_PLACEMENT_PERFORMANCE_REPORT did

2013-07-09 Thread david
Hello,

I don't specify any value for includeZeroImpressions so I believe that 
means it should default to true.
(I've tried explicitly setting it to true and it still returns no rows in 
v201302).

I have given my test account ID to Takeshi off-list.

Regards,
David Osborne

On Monday, July 8, 2013 10:13:21 PM UTC+1, David Torres (AdWords API Team) 
wrote:

 Hi,

 Are you asking for zeroImpressions to be included? what is your test 
 account ID?

 Best,

 - David Torres - AdWords API Team



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




Re: v201302 PLACEMENT_PERFORMANCE_REPORT returning nothing where v201209 MANAGED_PLACEMENT_PERFORMANCE_REPORT did

2013-07-08 Thread David Torres (AdWords API Team)
Hi,

Are you asking for zeroImpressions to be included? what is your test 
account ID?

Best,

- David Torres - AdWords API Team

On Monday, July 1, 2013 10:57:59 AM UTC-4, david wrote:

 Is anyone at Adwords able to confirm whether the posted 2 requests should 
 be functionally identical? 
 And if so, why they currently are not?

 Thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




Re: v201302 PLACEMENT_PERFORMANCE_REPORT returning nothing where v201209 MANAGED_PLACEMENT_PERFORMANCE_REPORT did

2013-07-01 Thread david
Is anyone at Adwords able to confirm whether the posted 2 requests should 
be functionally identical? 
And if so, why they currently are not?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




v201302 PLACEMENT_PERFORMANCE_REPORT returning nothing where v201209 MANAGED_PLACEMENT_PERFORMANCE_REPORT did

2013-06-28 Thread david
Against our Adwords test account, in v201209 we send the following request 
definition and receive many rows in the returned report:

reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201209;
selector
fieldsCampaignName/fields
fieldsCampaignId/fields
fieldsAdGroupName/fields
fieldsAdGroupId/fields
fieldsPlacementUrl/fields
fieldsId/fields
fieldsAdGroupStatus/fields
fieldsCampaignStatus/fields
fieldsStatus/fields
fieldsImpressions/fields
fieldsClicks/fields
fieldsCtr/fields
fieldsCost/fields
fieldsConversionsManyPerClick/fields
fieldsConversionValue/fields
fieldsMaxCpc/fields

predicatesfieldCampaignStatus/field
operatorEQUALS/operator
valuesACTIVE/values/predicates
predicatesfieldAdGroupStatus/field
operatorEQUALS/operator
valuesENABLED/values/predicates
predicatesfieldStatus/field
operatorEQUALS/operator
valuesACTIVE/values/predicates

dateRange
min20130328/min
max20130627/max
/dateRange
/selector
reportNameMANAGED_PLACEMENTS_PERFORMANCE_REPORT/reportName
reportTypeMANAGED_PLACEMENTS_PERFORMANCE_REPORT/reportType
dateRangeTypeCUSTOM_DATE/dateRangeType
downloadFormatXML/downloadFormat
/reportDefinition

My understanding is the v201302 equivalent should be the following... but 
we get no rows back when executed against the same test account. 
Can you confirm whether the request should be correct?

reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201302;
selector
fieldsCampaignName/fields
fieldsCampaignId/fields
fieldsAdGroupName/fields
fieldsAdGroupId/fields
fieldsPlacementUrl/fields
fieldsId/fields
fieldsAdGroupStatus/fields
fieldsCampaignStatus/fields
fieldsStatus/fields
fieldsImpressions/fields
fieldsClicks/fields
fieldsCtr/fields
fieldsCost/fields
fieldsConversionsManyPerClick/fields
fieldsConversionValue/fields
fieldsMaxCpc/fields

predicatesfieldCampaignStatus/field
operatorEQUALS/operator
valuesACTIVE/values/predicates
predicatesfieldAdGroupStatus/field
operatorEQUALS/operator
valuesENABLED/values/predicates
predicatesfieldStatus/field
operatorEQUALS/operator
valuesACTIVE/values/predicates

dateRange
min20130328/min
max20130627/max
/dateRange
/selector
reportNamePLACEMENT_PERFORMANCE_REPORT/reportName
reportTypePLACEMENT_PERFORMANCE_REPORT/reportType
dateRangeTypeCUSTOM_DATE/dateRangeType
downloadFormatXML/downloadFormat
/reportDefinition

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




Re: PLACEMENT_PERFORMANCE_REPORT

2013-04-06 Thread Dmitriy
thanks!)


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




Re: PLACEMENT_PERFORMANCE_REPORT

2013-04-04 Thread HK
I believe I'm seeing the same issue. I previously 
used MANAGED_PLACEMENTS_PERFORMANCE_REPORT with v201209, but once I 
swtiched to PLACEMENT_PERFORMANCE_REPORT in v201302, I get an empty report 
back.

On Tuesday, April 2, 2013 1:27:05 AM UTC-7, Dmitriy wrote:


 Hi,
 Does subject in production?
 I have try to download ones and got empty data.

 [Apr 02 2013 12:17:29.00 - INFO] POST 
 /api/adwords/reportdownload/v201302 HTTP/1.1
 User-Agent: curl, gzip
 Host: adwords.google.com
 Accept: */*
 Accept-Encoding: gzip
 Authorization: GoogleLogin auth=***
 developerToken: ***
 clientCustomerId: 1185539639
 returnMoneyInMicros: true
 Content-Length: 1317
 Expect: 100-continue
 Content-Type: multipart/form-data; 
 boundary=ad085788cf67

 Parameters:
 __rdxml: ?xml version=1.0?
 reportDefinition
   selector
 fieldsCampaignId/fields
 fieldsAdGroupId/fields
 fieldsId/fields
 fieldsCpcBidSource/fields
 fieldsDestinationUrl/fields
 fieldsDisplayName/fields
 fieldsMaxCpc/fields
 fieldsMaxCpm/fields
 fieldsStatus/fields
 fieldsIsNegative/fields
 predicates
   fieldCampaignStatus/field
   operatorIN/operator
   valuesPAUSED/values
   valuesACTIVE/values
 /predicates
 predicates
   fieldAdGroupStatus/field
   operatorIN/operator
   valuesPAUSED/values
   valuesENABLED/values
 /predicates
 predicates
   fieldStatus/field
   operatorIN/operator
   valuesACTIVE/values
   valuesPAUSED/values
   valuesDELETED/values
 /predicates
   /selector
   reportName1185539639_PLACEMENT_PERFORMANCE_REPORT_415681/reportName
   reportTypePLACEMENT_PERFORMANCE_REPORT/reportType
   dateRangeTypeYESTERDAY/dateRangeType
   downloadFormatGZIPPED_XML/downloadFormat
   includeZeroImpressionstrue/includeZeroImpressions
 /reportDefinition

 Response Code: 200



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




Re: PLACEMENT_PERFORMANCE_REPORT

2013-04-04 Thread HK
FYI - I can get my managed placements in v201302 by 
using CRITERIA_PERFORMANCE_REPORT and including PLACEMENT in the 
CriteriaType predicate.

On Tuesday, April 2, 2013 1:27:05 AM UTC-7, Dmitriy wrote:


 Hi,
 Does subject in production?
 I have try to download ones and got empty data.

 [Apr 02 2013 12:17:29.00 - INFO] POST 
 /api/adwords/reportdownload/v201302 HTTP/1.1
 User-Agent: curl, gzip
 Host: adwords.google.com
 Accept: */*
 Accept-Encoding: gzip
 Authorization: GoogleLogin auth=***
 developerToken: ***
 clientCustomerId: 1185539639
 returnMoneyInMicros: true
 Content-Length: 1317
 Expect: 100-continue
 Content-Type: multipart/form-data; 
 boundary=ad085788cf67

 Parameters:
 __rdxml: ?xml version=1.0?
 reportDefinition
   selector
 fieldsCampaignId/fields
 fieldsAdGroupId/fields
 fieldsId/fields
 fieldsCpcBidSource/fields
 fieldsDestinationUrl/fields
 fieldsDisplayName/fields
 fieldsMaxCpc/fields
 fieldsMaxCpm/fields
 fieldsStatus/fields
 fieldsIsNegative/fields
 predicates
   fieldCampaignStatus/field
   operatorIN/operator
   valuesPAUSED/values
   valuesACTIVE/values
 /predicates
 predicates
   fieldAdGroupStatus/field
   operatorIN/operator
   valuesPAUSED/values
   valuesENABLED/values
 /predicates
 predicates
   fieldStatus/field
   operatorIN/operator
   valuesACTIVE/values
   valuesPAUSED/values
   valuesDELETED/values
 /predicates
   /selector
   reportName1185539639_PLACEMENT_PERFORMANCE_REPORT_415681/reportName
   reportTypePLACEMENT_PERFORMANCE_REPORT/reportType
   dateRangeTypeYESTERDAY/dateRangeType
   downloadFormatGZIPPED_XML/downloadFormat
   includeZeroImpressionstrue/includeZeroImpressions
 /reportDefinition

 Response Code: 200



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.




PLACEMENT_PERFORMANCE_REPORT

2013-04-02 Thread Dmitriy

Hi,
Does subject in production?
I have try to download ones and got empty data.

[Apr 02 2013 12:17:29.00 - INFO] POST 
/api/adwords/reportdownload/v201302 HTTP/1.1
User-Agent: curl, gzip
Host: adwords.google.com
Accept: */*
Accept-Encoding: gzip
Authorization: GoogleLogin auth=***
developerToken: ***
clientCustomerId: 1185539639
returnMoneyInMicros: true
Content-Length: 1317
Expect: 100-continue
Content-Type: multipart/form-data; 
boundary=ad085788cf67

Parameters:
__rdxml: ?xml version=1.0?
reportDefinition
  selector
fieldsCampaignId/fields
fieldsAdGroupId/fields
fieldsId/fields
fieldsCpcBidSource/fields
fieldsDestinationUrl/fields
fieldsDisplayName/fields
fieldsMaxCpc/fields
fieldsMaxCpm/fields
fieldsStatus/fields
fieldsIsNegative/fields
predicates
  fieldCampaignStatus/field
  operatorIN/operator
  valuesPAUSED/values
  valuesACTIVE/values
/predicates
predicates
  fieldAdGroupStatus/field
  operatorIN/operator
  valuesPAUSED/values
  valuesENABLED/values
/predicates
predicates
  fieldStatus/field
  operatorIN/operator
  valuesACTIVE/values
  valuesPAUSED/values
  valuesDELETED/values
/predicates
  /selector
  reportName1185539639_PLACEMENT_PERFORMANCE_REPORT_415681/reportName
  reportTypePLACEMENT_PERFORMANCE_REPORT/reportType
  dateRangeTypeYESTERDAY/dateRangeType
  downloadFormatGZIPPED_XML/downloadFormat
  includeZeroImpressionstrue/includeZeroImpressions
/reportDefinition

Response Code: 200

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/groups/opt_out.