Re: Getting automatic placements via 201008 API

2011-02-15 Thread AdWords API Advisor
Hi Thiago,

Cross-client reporting has not been released yet, but stay tuned to
the AdWords API blog for updates.

Best,
- Eric

On Feb 14, 7:53 pm, Thiago Medeiros tsmthi...@gmail.com wrote:
 Thank you!

 And about cross client on 201008 api, it already been released too?

 regards,
 Thiago.

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


Re: Getting automatic placements via 201008 API

2011-02-14 Thread Thiago Medeiros
Hello again!
 
I just test this issue (get automatic placements through API) and now works 
fine for me.
 
Is there any official news about this issue? It has been fixed?
 
thanks,
Thiago.

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


Re: Getting automatic placements via 201008 API

2011-02-14 Thread AdWords API Advisor
Hi Thiago,

This issue has been resolved, and I apologize for not updating the
thread sooner.

Best,
- Eric

On Feb 14, 6:20 am, Thiago Medeiros tsmthi...@gmail.com wrote:
 Hello again!

 I just test this issue (get automatic placements through API) and now works
 fine for me.

 Is there any official news about this issue? It has been fixed?

 thanks,
 Thiago.

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


Re: Getting automatic placements via 201008 API

2011-02-14 Thread Thiago Medeiros
Thank you!
 
And about cross client on 201008 api, it already been released too?
 
regards,
Thiago.

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


Re: Getting automatic placements via 201008 API

2010-12-20 Thread AdWords API Advisor
Hi Thiago,

Regarding your questions:

1) I don't have any information as to when cross-client reporting will
be available in the API.

2) This information is currently only available through reports.

Best,
- Eric

On Dec 17, 2:35 pm, Thiago Medeiros tsmthi...@gmail.com wrote:
 Hello Eric!

 Thank you for your answer!

 While google team don't fix this issue, I decide to create the report
 through UI configured with a sliding date and consume it from API using
 ReportDefinitionService.get() acording your tip. Isn't the best way, but I
 don't have other choice. I found two incovenient from this way: how cross
 client doesn't work yet, so I need to create manualy report for each client
 and another bad think is that ID's doesn't available when you create reports
 through UI (so I need to use another procedure to get back this information
 using adgroup's name and keyword's name)

 Now, I have two more questions for you:

 1.) I would like to know if you will post here when CROSS CLIENT and
 AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT start to work.

 2.) Maybe I found other issue: I need to get the STATS from AUTOMATIC
 PLACEMENT in general, and not from each PLACEMENT, how can I do this? When I
 run the KEYWORDS_PERFORMANCE_REPORT google return a keywodID 300 that is
 exact what I need, but I need to get this information without report.

 I tried to run AdGroupService to return this information, but AdGroupService
 return the AUTOMATIC PLACEMENT + MANAGED PLACEMENT.

 I tried to run AdGroupCriterionService, but when I configure the keywordID
 with 300 I get a null response.

 EG:

 AdGroupCriterionSelector selector = new AdGroupCriterionSelector();
 AdGroupCriterionIdFilter ids = new AdGroupCriterionIdFilter();

 ids.adGroupIdSpecified = true;
 ids.criterionIdSpecified = true;
 ids.adGroupId = ;
 ids.criterionId = 300;

 selector.idFilters = new AdGroupCriterionIdFilter[] { ids };

 return service.get(selector);

 Regards,
 Thiago.

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


Re: Getting automatic placements via 201008 API

2010-12-17 Thread Thiago Medeiros
Hello Eric!

Thank you for your answer!

While google team don't fix this issue, I decide to create the report 
through UI configured with a sliding date and consume it from API using 
ReportDefinitionService.get() acording your tip. Isn't the best way, but I 
don't have other choice. I found two incovenient from this way: how cross 
client doesn't work yet, so I need to create manualy report for each client 
and another bad think is that ID's doesn't available when you create reports 
through UI (so I need to use another procedure to get back this information 
using adgroup's name and keyword's name)

Now, I have two more questions for you:

1.) I would like to know if you will post here when CROSS CLIENT and 
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT start to work.

2.) Maybe I found other issue: I need to get the STATS from AUTOMATIC 
PLACEMENT in general, and not from each PLACEMENT, how can I do this? When I 
run the KEYWORDS_PERFORMANCE_REPORT google return a keywodID 300 that is 
exact what I need, but I need to get this information without report. 

I tried to run AdGroupService to return this information, but AdGroupService 
return the AUTOMATIC PLACEMENT + MANAGED PLACEMENT.

I tried to run AdGroupCriterionService, but when I configure the keywordID 
with 300 I get a null response.

EG:

AdGroupCriterionSelector selector = new AdGroupCriterionSelector();
AdGroupCriterionIdFilter ids = new AdGroupCriterionIdFilter();

ids.adGroupIdSpecified = true;
ids.criterionIdSpecified = true;
ids.adGroupId = ;
ids.criterionId = 300;

selector.idFilters = new AdGroupCriterionIdFilter[] { ids };

return service.get(selector);

Regards,
Thiago.

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


Re: Getting automatic placements via 201008 API

2010-12-10 Thread Thiago Medeiros
Hello Eric!


Thanks for reply! But it doesn't work because if I create the report on
UI, this report don't return the adGroupID and CampaignID, only the
name
of adGroup and Campagn.


some questions:


1.) To return the ID's trough the name isn't the best way.. or you
think it is the best one while this bug isn't fixed?


2.) The previous version from API have this same bug?


3.) Is there another way to resolve this?


Regards,
Thiago.

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


Re: Getting automatic placements via 201008 API

2010-12-10 Thread AdWords API Advisor
Hi Thiago,

The core engineering team is working on a solution, but for the moment
there are no workarounds.  This problem does not affect v13 reports.

Best,
- Eric

On Dec 10, 8:55 am, Thiago Medeiros tsmthi...@gmail.com wrote:
 Hello Eric!

 Thanks for reply! But it doesn't work because if I create the report on
 UI, this report don't return the adGroupID and CampaignID, only the
 name
 of adGroup and Campagn.

 some questions:

 1.) To return the ID's trough the name isn't the best way.. or you
 think it is the best one while this bug isn't fixed?

 2.) The previous version from API have this same bug?

 3.) Is there another way to resolve this?

 Regards,
 Thiago.

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


Re: Getting automatic placements via 201008 API

2010-12-07 Thread Reed
I've been reading this thread with interest because in another thread
where I was asking about which performance reports (keyword, managed
placement, automatic placement, ad performance) needed to be combined
to come up with the same account-level totals that are reported in the
account performance report.  One of the postings there indicated that
I needed to include automatic placements, which of course is
problematic at the moment via the API.

So here is my question, which I realize is more of an adWords question
than an API question, but trust me that I've been through all the
adWords help screens that I can consume, and cannot find a definitive
answer to this question:

In the old days there was just the search network and the content
network, and performance information for the content network came back
in the keyword reports for a given adgroup with the keyword content
inserted.  One row of data for each day.  Life was simple.

Placements came along around 2 or so years ago and brought increased
control over the serving done by the content network, via Placement
Targeting.  The keyword reports were renamed Keyword/Placement
reports, and continued to show the activity, but now for placement
targeted serving activity the name of the placement was used as the
keyword.  Life was still good.

Now (today) we have a few terms being used that seem to be overlapping
or identical.  Targeted Placements are now Managed Placements as
far as I can tell.  Are Automatic Placements the same as what were
once just called content ads and also sometimes in the current
adWords documents called contextual ads?  Or are there three buckets
of network activity: Contextutual, Managed Placement, Automatic
Placement, and if so are they distinct or overlapping?

Thanks for helping to clear this up in mind!
Reed

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


Re: Getting automatic placements via 201008 API

2010-12-06 Thread tsmthiago
Hello Dave, today I was trying to get this report too, and got the
same
error. My result on AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT were the
same
at MANAGED_PLACEMENTS_PERFORMANCE_REPORT (cost, click, cpc, ...).

There is any news about this issue??

How can I get this data through API while Google don't fix this issue?

thanks,
Thiago.

On 26 nov, 06:36, DaveOz daveo...@gmail.com wrote:
 Thanks Thiago,
 Unfortunately the report is incorrect even for older data.
 Regards,
 Dave.

 On Nov 24, 11:30 am, Thiago Medeiros tsmthi...@gmail.com wrote:







  Hello Dave!!

  Maybe your problem occur because you are getting recent data and this
  report isn't 100% processed.. try to get a range date like 7 days and
  the
  last day ending 15 days ago.. e.g: 11/01 to 11/15

  i hope it helps.
  Thiago.

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


Re: Getting automatic placements via 201008 API

2010-11-24 Thread Thiago Medeiros
Hello Dave!!


Maybe your problem occur because you are getting recent data and this
report isn't 100% processed.. try to get a range date like 7 days and
the
last day ending 15 days ago.. e.g: 11/01 to 11/15


i hope it helps.
Thiago.

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


Re: Getting automatic placements via 201008 API

2010-11-12 Thread DaveOz
Hi Eric,
Is there any estimate on how long this might take to resolve?

On Oct 29, 7:17 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Dave,

 I've dug into this a bit, and it looks like this report isn't behaving
 correctly at the moment.  It seems to only be returning the domains
 that were onceautomaticplacementsbut have since been converted into
 manualplacements.  It is showing the correct stats for theseplacements, but 
 it's certainly not the expected set of results.  I'll
 work with the core engineering team to isolate the issue and I'll
 update this thread when I have more information.

 Best,
 - Eric

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


Re: Getting automatic placements via 201008 API

2010-11-02 Thread DaveOz
Thanks for the reply Eric.
The automatic placements report would be really useful to
programmatically search for badly performing automatic placements so
action can be taken to resolve. Currently I cannot see how this can be
don't via the API without this report functioning is a manner more
similar to the UI.
Cheers,
Dave.

On Oct 29, 7:17 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Dave,

 I've dug into this a bit, and it looks like this report isn't behaving
 correctly at the moment.  It seems to only be returning the domains
 that were once automatic placements but have since been converted into
 manual placements.  It is showing the correct stats for these placements, but 
 it's certainly not the expected set of results.  I'll
 work with the core engineering team to isolate the issue and I'll
 update this thread when I have more information.

 Best,
 - Eric


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


Re: Getting automatic placements via 201008 API

2010-10-29 Thread DaveOz
Hi Eric,
A good example is if I download the automatic placements report for
the period 27-10-2010 to 27-10-2010 (eg. just one 1 day), then look at
the data for ad group id 1103884907. The automatic placements API
report lists only 2 urls for that adgroup, where-as the automatic
placements report on the UI lists 12 (8 of which have non-zero cost
for the period).
Neither of the 2 domains in the API report appear in the Automatic
placements UI report, however, they look identical to the UI managed
placements report.


The request I used was:

SOAP-ENV:Body
mutate xmlns=https://adwords.google.com/api/adwords/cm/v201008;
operations
operatorADD/operator
operand
selector
fieldsCampaignName/fields
fieldsCampaignId/fields
fieldsAdGroupName/fields
fieldsAdGroupId/fields
fieldsDomain/fields
fieldsAdGroupStatus/fields
fieldsCampaignStatus/fields
fieldsImpressions/fields
fieldsClicks/fields
fieldsCtr/fields
fieldsAverageCpc/fields
fieldsCost/fields
fieldsConversionsManyPerClick/fields
fieldsTotalConvValue/fields
fieldsCostPerConversionManyPerClick/fields
dateRange
min20101027/min
max20101027/max
/dateRange
/selector
reportNameAutomatic placements performance report 2010-10-27 to
2010-10-27/reportName
reportTypeAUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT/reportType
dateRangeTypeCUSTOM_DATE/dateRangeType
downloadFormatXML/downloadFormat
/operand
/operations
/mutate
/SOAP-ENV:Body

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


Re: Getting automatic placements via 201008 API

2010-10-29 Thread AdWords API Advisor
Hi Dave,

I've dug into this a bit, and it looks like this report isn't behaving
correctly at the moment.  It seems to only be returning the domains
that were once automatic placements but have since been converted into
manual placements.  It is showing the correct stats for these
placements, but it's certainly not the expected set of results.  I'll
work with the core engineering team to isolate the issue and I'll
update this thread when I have more information.

Best,
- Eric

On Oct 29, 4:54 am, DaveOz daveo...@gmail.com wrote:
 Hi Eric,
 A good example is if I download the automatic placements report for
 the period 27-10-2010 to 27-10-2010 (eg. just one 1 day), then look at
 the data for ad group id 1103884907. The automatic placements API
 report lists only 2 urls for that adgroup, where-as the automatic
 placements report on the UI lists 12 (8 of which have non-zero cost
 for the period).
 Neither of the 2 domains in the API report appear in the Automatic
 placements UI report, however, they look identical to the UI managed
 placements report.

 The request I used was:

 SOAP-ENV:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201008;
 operations
 operatorADD/operator
 operand
 selector
 fieldsCampaignName/fields
 fieldsCampaignId/fields
 fieldsAdGroupName/fields
 fieldsAdGroupId/fields
 fieldsDomain/fields
 fieldsAdGroupStatus/fields
 fieldsCampaignStatus/fields
 fieldsImpressions/fields
 fieldsClicks/fields
 fieldsCtr/fields
 fieldsAverageCpc/fields
 fieldsCost/fields
 fieldsConversionsManyPerClick/fields
 fieldsTotalConvValue/fields
 fieldsCostPerConversionManyPerClick/fields
 dateRange
 min20101027/min
 max20101027/max
 /dateRange
 /selector
 reportNameAutomatic placements performance report 2010-10-27 to
 2010-10-27/reportName
 reportTypeAUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT/reportType
 dateRangeTypeCUSTOM_DATE/dateRangeType
 downloadFormatXML/downloadFormat
 /operand
 /operations
 /mutate
 /SOAP-ENV:Body

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


Re: Getting automatic placements via 201008 API

2010-10-28 Thread DaveOz
OK I'll ask a different way.

Re the following request:

?xml version=1.0?
SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
  SOAP-ENV:Header
RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
v201008
  authToken xmlns=https://adwords.google.com/api/adwords/cm/
v201008***/authToken
  clientEmail xmlns=https://adwords.google.com/api/adwords/cm/
v201008***/clientEmail
  developerToken xmlns=https://adwords.google.com/api/adwords/cm/
v201008***/developerToken
  userAgent xmlns=https://adwords.google.com/api/adwords/cm/
v201008***/userAgent
  validateOnly xmlns=https://adwords.google.com/api/adwords/cm/
v201008false/validateOnly
  partialFailure xmlns=https://adwords.google.com/api/adwords/cm/
v201008false/partialFailure
/RequestHeader
  /SOAP-ENV:Header
  SOAP-ENV:Body
mutate xmlns=https://adwords.google.com/api/adwords/cm/v201008;
  operations
operatorADD/operator
operand
  selector
fieldsCampaignName/fields
fieldsCampaignId/fields
fieldsAdGroupName/fields
fieldsAdGroupId/fields
fieldsDomain/fields
fieldsAdGroupStatus/fields
fieldsCampaignStatus/fields
fieldsImpressions/fields
fieldsClicks/fields
fieldsCtr/fields
fieldsAverageCpc/fields
fieldsCost/fields
fieldsConversionsManyPerClick/fields
fieldsTotalConvValue/fields
fieldsCostPerConversionManyPerClick/fields
dateRange
  min20101026/min
  max20101026/max
/dateRange
  /selector
  reportNameAutomatic placements performance report
2010-10-26 to 2010-10-26/reportName
  reportTypeAUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT/
reportType
  dateRangeTypeCUSTOM_DATE/dateRangeType
  downloadFormatXML/downloadFormat
/operand
  /operations
/mutate
  /SOAP-ENV:Body
/SOAP-ENV:Envelope

Should this produce the same data as is visible by browsing to the
adwords web interface, clicking All Online Campaigns, then selecting
26/10/2010-26/10/2010 date range, clicking Networks, and clicking
show details beside Automatic placements?

For me it doesn't.. it looks more like the managed placement
performance I get back. Same thing seems to happen if I click Download
Report on the web interface, I get only the managed placement
performance report.

How do I get the automatic placements performance report via the API?

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


Re: Getting automatic placements via 201008 API

2010-10-28 Thread DaveOz
(PS. ignore the comment about not being able to download automatic
placements report from the web interface - just realised there are 2
download buttons, one for managed, one for automatic.. just need to
work out how to do it via the API now!)

On Oct 28, 9:52 am, DaveOz daveo...@gmail.com wrote:
 OK I'll ask a different way.

 Re the following request:

 ?xml version=1.0?
 SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-
 instance xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
   SOAP-ENV:Header
     RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
 v201008
       authToken xmlns=https://adwords.google.com/api/adwords/cm/
 v201008***/authToken
       clientEmail xmlns=https://adwords.google.com/api/adwords/cm/
 v201008***/clientEmail
       developerToken xmlns=https://adwords.google.com/api/adwords/cm/
 v201008***/developerToken
       userAgent xmlns=https://adwords.google.com/api/adwords/cm/
 v201008***/userAgent
       validateOnly xmlns=https://adwords.google.com/api/adwords/cm/
 v201008false/validateOnly
       partialFailure xmlns=https://adwords.google.com/api/adwords/cm/
 v201008false/partialFailure
     /RequestHeader
   /SOAP-ENV:Header
   SOAP-ENV:Body
     mutate xmlns=https://adwords.google.com/api/adwords/cm/v201008;
       operations
         operatorADD/operator
         operand
           selector
             fieldsCampaignName/fields
             fieldsCampaignId/fields
             fieldsAdGroupName/fields
             fieldsAdGroupId/fields
             fieldsDomain/fields
             fieldsAdGroupStatus/fields
             fieldsCampaignStatus/fields
             fieldsImpressions/fields
             fieldsClicks/fields
             fieldsCtr/fields
             fieldsAverageCpc/fields
             fieldsCost/fields
             fieldsConversionsManyPerClick/fields
             fieldsTotalConvValue/fields
             fieldsCostPerConversionManyPerClick/fields
             dateRange
               min20101026/min
               max20101026/max
             /dateRange
           /selector
           reportNameAutomatic placements performance report
 2010-10-26 to 2010-10-26/reportName
           reportTypeAUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT/
 reportType
           dateRangeTypeCUSTOM_DATE/dateRangeType
           downloadFormatXML/downloadFormat
         /operand
       /operations
     /mutate
   /SOAP-ENV:Body
 /SOAP-ENV:Envelope

 Should this produce the same data as is visible by browsing to the
 adwords web interface, clicking All Online Campaigns, then selecting
 26/10/2010-26/10/2010 date range, clicking Networks, and clicking
 show details beside Automatic placements?

 For me it doesn't.. it looks more like the managed placement
 performance I get back. Same thing seems to happen if I click Download
 Report on the web interface, I get only the managed placement
 performance report.

 How do I get the automatic placements performance report via the API?

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


Re: Getting automatic placements via 201008 API

2010-10-28 Thread AdWords API Advisor
Hi Dave,

Your request looks to be correct.  Can you give a specific example of
a CampaignId and Domain that has different stats in the UI vs the API?

Best,
- Eric Koleda, AdWords API Team

On Oct 28, 5:00 am, DaveOz daveo...@gmail.com wrote:
 (PS. ignore the comment about not being able to download automatic
 placements report from the web interface - just realised there are 2
 download buttons, one for managed, one for automatic.. just need to
 work out how to do it via the API now!)

 On Oct 28, 9:52 am, DaveOz daveo...@gmail.com wrote:







  OK I'll ask a different way.

  Re the following request:

  ?xml version=1.0?
  SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-
  instance xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
    SOAP-ENV:Header
      RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
  v201008
        authToken xmlns=https://adwords.google.com/api/adwords/cm/
  v201008***/authToken
        clientEmail xmlns=https://adwords.google.com/api/adwords/cm/
  v201008***/clientEmail
        developerToken xmlns=https://adwords.google.com/api/adwords/cm/
  v201008***/developerToken
        userAgent xmlns=https://adwords.google.com/api/adwords/cm/
  v201008***/userAgent
        validateOnly xmlns=https://adwords.google.com/api/adwords/cm/
  v201008false/validateOnly
        partialFailure xmlns=https://adwords.google.com/api/adwords/cm/
  v201008false/partialFailure
      /RequestHeader
    /SOAP-ENV:Header
    SOAP-ENV:Body
      mutate xmlns=https://adwords.google.com/api/adwords/cm/v201008;
        operations
          operatorADD/operator
          operand
            selector
              fieldsCampaignName/fields
              fieldsCampaignId/fields
              fieldsAdGroupName/fields
              fieldsAdGroupId/fields
              fieldsDomain/fields
              fieldsAdGroupStatus/fields
              fieldsCampaignStatus/fields
              fieldsImpressions/fields
              fieldsClicks/fields
              fieldsCtr/fields
              fieldsAverageCpc/fields
              fieldsCost/fields
              fieldsConversionsManyPerClick/fields
              fieldsTotalConvValue/fields
              fieldsCostPerConversionManyPerClick/fields
              dateRange
                min20101026/min
                max20101026/max
              /dateRange
            /selector
            reportNameAutomatic placements performance report
  2010-10-26 to 2010-10-26/reportName
            reportTypeAUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT/
  reportType
            dateRangeTypeCUSTOM_DATE/dateRangeType
            downloadFormatXML/downloadFormat
          /operand
        /operations
      /mutate
    /SOAP-ENV:Body
  /SOAP-ENV:Envelope

  Should this produce the same data as is visible by browsing to the
  adwords web interface, clicking All Online Campaigns, then selecting
  26/10/2010-26/10/2010 date range, clicking Networks, and clicking
  show details beside Automatic placements?

  For me it doesn't.. it looks more like the managed placement
  performance I get back. Same thing seems to happen if I click Download
  Report on the web interface, I get only the managed placement
  performance report.

  How do I get the automatic placements performance report via the API?

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