Support for bidMultiplier with Criterion Type AdSchedule

2012-09-13 Thread Shweta Shirguppe
Hi All,

I am using the Adwords-API with v201109 in our application. Recently we 
have started with the migration to v201206 as the other is getting 
deprecated very soon. With v201109 there is bid multiplier available in 
'AdScheduleTarget' along with the day, starthour, startminute, endhour and 
endminute. With new version v201206, the CampaignTargetService get 
deprecated and AdSchedule can be accessed by using 
CampaignCriterionService. But with this I observe that values for the bid 
multiplier with Criterion Type AdSchedule are not retrieved. Can you please 
confirm if this is the expected behaviour? In what way we can get the 
values of the bid multiplier?

Thanks in Advance,
Shweta shirguppe.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adhoc Reports giving 500(Internal Server Error) and 400(Bad Request Error) response

2012-09-13 Thread TechTalk
Hi I am using the code from the following link

https://gist.github.com/1287940

I am getting error "The remote server returned an error: (400) Bad Request"

I do not see any other details...can anyone help?

On Friday, 20 January 2012 12:09:11 UTC+5:30, Ayaz Zaidi wrote:
>
> Hello, 
>
> I am using DownloadAdhocReport.cs file from v201109 version to 
> generate Adhoc Report of Adgroup performance 
>
> I am getting The remote server returned an error: (500) Internal 
> Server Error.when i use my valid developer token 
>
> and The remote server returned an error: (400) Bad Request. in the 
> Sandbox environment 
>
> This cannot be a configuration issue as I am successfully retrieving 
> Campaigns and all data from Adwords API. 
>
> Please guide me on this.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can I run a report that contains the "Product Target" field using the API?

2012-09-13 Thread Paul Groetzner
That's exactly what I was looking for. It also helped once I added data to 
the sandbox so I could verify the resulting file.

Thanks! 

On Wednesday, September 12, 2012 10:28:34 AM UTC-4, mm wrote:
>
> Hey Paul -
> I think that you can get what you want from a Criteria Performance report 
> with a selector that limits the returned values to criteria of type 
> "Product" -
>
> hth -
> margaret
>
> On Wednesday, September 12, 2012 8:41:01 AM UTC-5, Paul Groetzner wrote:
>>
>> At the moment, we are downloading reports via the web to get our auto 
>> targets which contain a field call "product target" among others. We'd like 
>> to be able to automate this using the API but there doesn't appear to be 
>> any way to get this key field that I need. I was hoping the Automatic 
>> Placements Performance Report was what I would be able to use but it 
>> doesn't appear to be the case. This is the only part that is holding me 
>> back from completing my task. Is there any way to get data from this field 
>> using the API?
>>
>> 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


Re: latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-13 Thread Kevin Winter
Hi,
  I actually just pulled all the dependency jars (using the download on the 
project site) to test something else out and the 1.9.1 does include 
JacksonFactory with that dependency.  It's even listed in the pom: 
https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/pom.xml#110

Is it possible you needed to just poke maven to re-pull everything?

Regarding clientlogin, the most current knowledge we have is this blog 
post,
 
pointing to these 
docs, 
which reference this policy , 
which says 2015.

- Kevin Winter
AdWords API Team

On Thursday, September 13, 2012 11:32:17 AM UTC-4, Lynn wrote:
>
> I grabbed what was needed by adding this dependency:
>
> 
>   com.google.http-client
>   google-http-client-jackson2
>   1.11.0-beta
>   
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: latest OAuth2Example.java using JacksonFactory not found in 1.9.1 client libraries

2012-09-13 Thread Lynn
I grabbed what was needed by adding this dependency:


  com.google.http-client
  google-http-client-jackson2
  1.11.0-beta
  

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: How do you get these Alerts?

2012-09-13 Thread Kevin Winter
Hi Oliver,
  Unfortunately, no, there isn't.

- Kevin Winter
AdWords API Team

On Thursday, September 13, 2012 10:58:59 AM UTC-4, Oliver wrote:
>
> Thanks Kevin.
>
> I'm guessing there is no other service that would return the alerts I was 
> showing in the screenshots then?
>
> Oliver
>
> On Thursday, September 13, 2012 3:45:41 PM UTC+1, Kevin Winter wrote:
>>
>> Hi Oliver,
>>   Unfortunately, this service only returns alerts that match the types 
>> here: 
>> https://developers.google.com/adwords/api/docs/reference/latest/AlertService.AlertType
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Tuesday, September 11, 2012 2:59:27 PM UTC-4, Oliver wrote:
>>>
>>> I want to be able to see the alerts that appear on the adwords interface 
>>> (see attached).
>>>
>>> I ran this example code which should get all the alerts for all the 
>>> clients in an MCC:
>>>
>>>
>>> http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201206/accountmanagement/GetAccountAlerts.java
>>>
>>> but got no alerts back.  The email/password used was those of an MCC 
>>> (which is what the above example code was written for).  The MCC has at 
>>> least one linked account that has an alert (as shown in attached 
>>> screenshot).
>>>
>>> Any idea why I don't get anything back?
>>>
>>> Oliver
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: How do you get these Alerts?

2012-09-13 Thread Oliver
Thanks Kevin.

I'm guessing there is no other service that would return the alerts I was 
showing in the screenshots then?

Oliver

On Thursday, September 13, 2012 3:45:41 PM UTC+1, Kevin Winter wrote:
>
> Hi Oliver,
>   Unfortunately, this service only returns alerts that match the types 
> here: 
> https://developers.google.com/adwords/api/docs/reference/latest/AlertService.AlertType
>
> - Kevin Winter
> AdWords API Team
>
> On Tuesday, September 11, 2012 2:59:27 PM UTC-4, Oliver wrote:
>>
>> I want to be able to see the alerts that appear on the adwords interface 
>> (see attached).
>>
>> I ran this example code which should get all the alerts for all the 
>> clients in an MCC:
>>
>>
>> http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201206/accountmanagement/GetAccountAlerts.java
>>
>> but got no alerts back.  The email/password used was those of an MCC 
>> (which is what the above example code was written for).  The MCC has at 
>> least one linked account that has an alert (as shown in attached 
>> screenshot).
>>
>> Any idea why I don't get anything back?
>>
>> Oliver
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Need to Change email address of my API Account

2012-09-13 Thread Kevin Winter
Hi,
  This won't affect your API access.  The developer token is tied to the 
MCC account, which itself can have multiple logins.

- Kevin Winter
AdWords API Team

On Tuesday, September 11, 2012 7:31:39 PM UTC-4, tuco salamanca wrote:
>
> Hi,
>
> Due to moving the domain I had my MCC account registered to with to Google 
> Apps, I now need to select a new email address for the account that has API 
> access. Currently using a Google temp address.
>
> Can someone confirm that changing the address on my account won't affect 
> my already-approved API access?
>
> 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


Re: How do you get these Alerts?

2012-09-13 Thread Kevin Winter
Hi Oliver,
  Unfortunately, this service only returns alerts that match the types 
here: 
https://developers.google.com/adwords/api/docs/reference/latest/AlertService.AlertType

- Kevin Winter
AdWords API Team

On Tuesday, September 11, 2012 2:59:27 PM UTC-4, Oliver wrote:
>
> I want to be able to see the alerts that appear on the adwords interface 
> (see attached).
>
> I ran this example code which should get all the alerts for all the 
> clients in an MCC:
>
>
> http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201206/accountmanagement/GetAccountAlerts.java
>
> but got no alerts back.  The email/password used was those of an MCC 
> (which is what the above example code was written for).  The MCC has at 
> least one linked account that has an alert (as shown in attached 
> screenshot).
>
> Any idea why I don't get anything back?
>
> Oliver
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: how to set timeout(java ads-lib 1.8)

2012-09-13 Thread Kevin Winter
Hi,
  One of my colleagues helped me with this.  You can still set the timeout, 
but its a bit hackier than with the old lib.  Here's the code i was able to 
add the the GetCampaigns example:

AdWordsServiceClient handler = 
(AdWordsServiceClient)Proxy.getInvocationHandler(campaignService);
((Stub)handler.getSoapClient()).setTimeout(20*1000);

I verified that this works by setting it to 20 initially (it's in 
milliseconds) and I ended up with: java.net.SocketTimeoutException: Read 
timed out

We're investigating the best way to surface this and other similar options 
in a future release.

- Kevin Winter
AdWords API Team

On Tuesday, September 11, 2012 4:04:01 AM UTC-4, aminotsukasa wrote:
>
> Hi all
>
> Now I'm writing a program with new adwords library.
> I will use this program with slow network(3G/WLAN)
> Because I want to set timeout second to Service class.
> But I can't find out setTimeout method.
>
> > service = adWordsServices.get(session, 
> TargetingIdeaServiceInterface.class);
> > service.setTimeout(xxx); // No such method!
>
> With old library(adwords-lib 8) I can set timeout second .
> > ((org.apache.axis.client.Stub) service).setTimeout(timeout);
>
> Does anyone know the issue?
> How many default timeout second?
>

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


Why i do not getting Status Field in Report ?

2012-09-13 Thread Mahesh

Hello All...
 I  m using sandbox.. 
I download report using DownloadCriteriaReportWithAwqlExample default api 
function 

My query  :
   $reportQuery = 'SELECT CampaignStatus,CampaignName, Amount, *
Status*, Clicks, Impressions, Ctr,AverageCpc,Cost,AveragePosition FROM 
CAMPAIGN_PERFORMANCE_REPORT '
  . 'WHERE Status IN [ACTIVE, PAUSED] DURING ' . $dateRange;

I selected Status field in Query Even It Does not give in report ... i get 
all other fields that i specify in query  Just not the Status
What's Problem is there ?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: An error has occurred: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]

2012-09-13 Thread Danial Klimkin
Hello Developer,


Please see this example on how to retrieve account hierarchy:

  
https://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201206/AccountManagement/GetAccountHierarchy.php

Once you have the ID of an advertiser account, you can specify it in the 
auth.ini:

  
https://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/auth.ini


-Danial, AdWords API Team.



On Monday, September 10, 2012 1:04:20 PM UTC+4, Adword-Media wrote:
>
> Hello  Evgeniy ,
>
> How can switch account  and   How ?. Please describe step.
>
> Regards
> Developer
>
> On Monday, September 10, 2012 1:11:41 PM UTC+5:30, Evgeniy Bogdanov wrote:
>>
>> Hi Developer.
>>
>> You're using sandbox MCC account which can't have own campaigns.
>> You need to switch to one of generated accounts and try again.
>>
>> Regards,
>> Evgeniy.
>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adwords UI vs AD_PERFORMANCE_REPORT totals

2012-09-13 Thread Danial Klimkin
Hello Marijn,


Please send me the CID of the account, XML definition for the report, and 
it's full output to me *over email*.


-Danial, AdWords API Team.


On Monday, September 10, 2012 7:14:48 PM UTC+4, Marijn wrote:
>
> Hi there,
>
> We are using the .NET client library 14.7.0.0 to calculate the total 
> clicks on a specific day using the AD_PERFORMANCE_REPORT. When we compare 
> these results with the totals shown in the Adwords UI (Campaigns -> All 
> online campaigns -> Ads) there is a difference. The cause of this 
> difference is missing rows in the AD_PERFORMANCE_REPORT report.
>
> By looking at the adIDs we can figure out which ads are missing in the 
> report. These ads are not any different from the ones that are present. 
> We've checked stuff like AdGroup status, impressions, etc.
>
> Below is the code we use to calculate the total of clicks for yesterday 
> (clicksYesterday). 
> How can we find out why certain ads are missing or how to solve it?
>
>
> // Create selector
> Selector selector = new Selector();
> selector.fields = new string[] 
> {
> "AdNetworkType2", 
> "AdNetworkType1", 
> "AdGroupName",
> "AdGroupId",
> "AdGroupStatus",
> "Status",
> "AdType",
> "CampaignName",
> "CampaignId",
> "CampaignStatus",
> "Clicks",
> "Conversions", 
> "Cost",
> "CostPerConversion", 
> "AverageCpc",
> "AverageCpm",
> "CreativeDestinationUrl", 
> "Description1",
> "Description2",
> "Url", 
> "DisplayUrl", 
> "Headline", 
> "Id",
> "ImageCreativeName",  
> "ImageAdUrl", 
> "Impressions",
> "AveragePosition", 
> "Date",
> };
> selector.dateRange = new DateRange();
> selector.dateRange.min = 
> DateTime.Now.Date.AddMonths(-6).ToString("MMdd");
> selector.dateRange.max = DateTime.Now.Date.ToString("MMdd");
>
> // Add predicates 
> selector.predicates = new Predicate[] {
> new Predicate()
> {
> field = "Status",
> @operator = PredicateOperator.IN,
> values = new string[] { "ENABLED", "PAUSED", "DISABLED" }
> },
> new Predicate()
> {
> field = "AdGroupStatus",
> @operator = PredicateOperator.IN,
> values = new string[] { "ENABLED", "PAUSED", "DELETED" }
> },
> new Predicate()
> {
> field = "CampaignStatus",
> @operator = PredicateOperator.IN,
> values = new string[] { "ACTIVE", "PAUSED", "DELETED" }
> },
> };
>
> // Create report definition
> ReportDefinition reportDefinition = new ReportDefinition();
> reportDefinition.reportName = "Test - Creative performance report";
> reportDefinition.dateRangeType = ReportDefinitionDateRangeType.CUSTOM_DATE;
> reportDefinition.reportType = 
> ReportDefinitionReportType.AD_PERFORMANCE_REPORT;
> reportDefinition.downloadFormat = DownloadFormat.XML;
> reportDefinition.selector = selector;
> reportDefinition.includeZeroImpressions = true;
>
> // Download the report
> ReportUtilities reportUtilities = new ReportUtilities(this.User);
> reportUtilities.ReportVersion = "v201206";
> reportUtilities.DownloadClientReport(reportDefinition, 
> @"c:\temp\adperformance.xml");
>
> // Extract ids
> List adIdsYesteday = new List();
> long clicksYesterday = 0;
> using (FileStream fileStream = new 
> FileStream(@"c:\temp\adperformance.xml", FileMode.Open))
> {
> using (XmlReader xmlReader = XmlReader.Create(fileStream))
> {
> xmlReader.MoveToContent();
> while (xmlReader.Read())
> {
> // Handle each 'row'
> if (xmlReader.Name == "row")
> {
> // Get values
> XElement rowNode = (XElement)XElement.ReadFrom(xmlReader);
> long adId = long.Parse(rowNode.Attribute("adID").Value);
> DateTime adDate = 
> DateTime.ParseExact(rowNode.Attribute("day").Value, "-MM-dd", 
> CultureInfo.InvariantCulture);
> long adClicks = 
> long.Parse(rowNode.Attribute("clicks").Value);
>
> // Handle data for yesterday
> if (adDate == DateTime.Now.Date.AddDays(-1))
> {
> clicksYesterday += adClicks;
> adIdsYesteday.Add(adId);
> }
> }
> }
> }
> }
>
> // Store adIDs 
> using (FileStream fs = new FileStream(@"c:\temp\ids.txt", FileMode.Create))
> using (StreamWriter sw = new StreamWriter(fs))
> foreach (string s in adIdsYesteday.Select(id => id.ToString()))
> sw.WriteLine(s);
>

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

Re: Receiving TargetError.TARGET_ERROR when updating campaign

2012-09-13 Thread Danial Klimkin
Hello Roman,


It looks like the error occurs due to the targetContentContextual being 
present. It can not be changed once it is set to true. Please try removing 
it from your request.


-Danial, AdWords API Team.


On Monday, September 10, 2012 8:14:31 PM UTC+4, Roman Stepanenko wrote:
>
> Hello. We are receiving TargetError.TARGET_ERROR faults when trying to 
> update campaigns in AdWords.
>
> The fault looks like this:
>
> 
>>
> soap:Server
>>
> [TargetError.TARGET_ERROR @ 
>> operations[0].operand.networkSetting]
>>
> 
>>
> https://adwords.google.com/api/adwords/cm/v201109";>
>>
> [TargetError.TARGET_ERROR @ 
>> operations[0].operand.networkSetting]
>>
> ApiException
>>
> http://www.w3.org/2001/XMLSchema-instance"; 
>> xsi:type="TargetError">
>>
> operations[0].operand.networkSetting
>>
> 
>>
> TargetError.TARGET_ERROR
>>
> TargetError
>>
> TARGET_ERROR
>>
> 
>>
> 
>>
> 
>>
> 
>
>
>
> And the request is the following:
>
> https://adwords.google.com/api/adwords/cm/v201109";>
>>
> 
>>
> SET
>>
> 
>>
> **
>>
> NetworkSetting
>>
> ACTIVE
>>
> 20371230
>>
> 
>>
> DAILY
>>
> 
>>
> 100
>>
> 
>>
> STANDARD
>>
> 
>>
> OPTIMIZE
>>
> 
>>
> DONT_CARE
>>
> DONT_CARE
>>
> 
>>
> 
>>
> true
>>
> true
>>
> true
>>
> true
>>
> 
>>
> 
>>
> 
>>
> 
>>
>
>
> I would like to ask what may be the cause of this. This functionality was 
> working correctly up until now and there were no code updates on our side. 
> If anyone could answer this question, I would be very much grateful.
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdImages??

2012-09-13 Thread AdWordsAPIAdvisor
Hello Adele,


Please see:

  http://support.google.com/adwords/


-Danial, AdWords API Team.


Original Message Follows:

From: Adele Robots 
Subject: Re: AdImages??
Date: Wed, 12 Sep 2012 16:53:02 +0200

> Thx Danial!
> 
> Any contact or group for  AdWords team ?
> 
> Best regards
> 
> 2012/9/12 Danial Klimkin 
> 
> > Hello Adele Robots,
> >
> >
> > Are you looking for the image Ads?
> >
> >
> >
https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ImageAd
> >
> > From the question it looks like you need to check with the AdWords
team on
> > the product capabilities first. This forum is for technical
API-specific
> > questions only.
> >
> >
> > -Danial, AdWords API Team.
> >
> >
> > On Monday, September 10, 2012 12:31:29 PM UTC+4, Adele Robots wrote:
> >>
> >> Hi,
> >>
> >> We are building a great platform for virtual agents creation (
> >> www.sparkingtogether.com), and we would like to support the free
> >> accounts with advertisments, but we don't think Google regular Ads
are ok
> >> for these. To my understanding there is no AdImages or similar, is
thar
> >> right?
> >>
> >> Is there anybody at google whom we may talk to?
> >>
> >> Best regards,
> >>
> >> Adele Robots 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
> >

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


change installation path adwords editor

2012-09-13 Thread u_api_user
Hi API Team,

we got some problems with the adwords editor. The editor installs its data 
in the user profile
on the c drive. Is there any way to change this path? There is no question 
concerning the
path location during the installation process. The main issue is the memory 
size of the user profile.
Making backups of it or copying the adwords editor directories causes 
trouble and slows down
the pc's.

Thanks in advance for your reply.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Changing keyword to negative

2012-09-13 Thread Artur Meinzer
Hi Margaret,

what you said is what I also thought some time ago. The Keywords that I 
have changed to negative are not listed as deleted in the account and I 
know that they had clicks and in fact they have the same ID as before. I 
think the historical data will show if I change them to biddable again. So 
that's the proof that the keywords are the same when I change them to 
negative. Theoretically it should be possible to do it in one operation.

Am Dienstag, 11. September 2012 09:20:55 UTC+2 schrieb Artur Meinzer:
>
> Hi,
>
> I wanted to change a biddable keyword to a negative keyword, but if I try 
> it with ADD I get the following error:
> CANNOT_TARGET_AND_EXCLUDE
> So I tried it with SET but then I get this error:
> CANT_UPDATE_NEGATIVE
> Is there a way to change the keyword to negative? I think it would work 
> when I first delete the keyword and then add it as negative. Is there no 
> way to do it in one operation?
> The ID of the keyword should be the same, right?
>
> Thanks in advance
>

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