PLA Reports

2013-05-17 Thread F.Per
Hi 

i want to use the report api to get performance report for keywords but i 
dont know which one of these 
https://developers.google.com/adwords/api/docs/appendix/reports to use.

AD_PERFORMANCE_REPORT i can take, but its not the id based report right? 

Is there a way to get this report?

greez

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Get all keywords from one client but the keywords count is wrong

2013-05-17 Thread Jesper Feldthaus JF
My guess is that about 40.000 of the 200.000 keywords you get from the API 
is either paused/deleted or part of a campaign/adgroup that is 
paused/deleted. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Youtube ads api query

2013-05-17 Thread tomflat561
Danial-yes, adwords for youtube content.

So, we can only serve video content through the ads api?

Thanks,

Tom.



On Thursday, May 16, 2013 6:25:17 PM UTC+1, Danial Klimkin wrote:

 Hello Tom,


 Are you looking for AdWords for Video API? In this case, we do not have a 
 public API yet.


 -Danial, AdWords API Team.


 On Tuesday, May 14, 2013 7:47:25 PM UTC+4, tomfl...@gmail.com wrote:

 Hi,

 I cant seem to spot anything about a youtube ads api, can you please 
 advise if there is one available?

 Many Thanks,

 Tom.



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




Can not get BidModifier of Location?

2013-05-17 Thread Justin
Hi Api AdWords team,
Currently i can not get the BidModifier of Location although I created some 
Location with BidModifier on the AdWords. All BidModifiers of all Location 
are null. Are there any problem with my Campaign? My test code is below:

CampaignCriterionServiceInterface campaignCriterionService = 
getCampaignCriterionServiceInterface();

Selector selector = new Selector();
selector.setFields(new String[] {Id, CampaignId, 
PlatformName, CriteriaType, BidModifier, DayOfWeek,
StartHour, StartMinute, EndHour, EndMinute, 
LocationName, DisplayType, TargetingStatus,
ParentLocations, GeoPoint, RadiusDistanceUnits, 
RadiusInUnits, Address});
ListPredicate predicateList = new ArrayListPredicate();
Predicate campaignPredicate = new Predicate();
campaignPredicate.setField(CampaignId);
campaignPredicate.setOperator(PredicateOperator.EQUALS);
campaignPredicate.setValues(new 
String[]{String.valueOf(campaignId)});
predicateList.add(campaignPredicate);
selector.setPredicates(predicateList.toArray(new 
Predicate[predicateList.size()]));

CampaignCriterion[] campaignCriterions = null;
try {
campaignCriterions = 
campaignCriterionService.get(selector).getEntries();
} catch (ApiException e) {

} catch (RemoteException e) {

}

Regards,
Justin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: CustomerSyncService and client IDs

2013-05-17 Thread Takeshi Hagikura
Hi, 

Correct. It's not supported by the CustomerSyncService.

Best,
- Takeshi, AdWords API


On Thursday, May 16, 2013 11:24:49 PM UTC+9, Dorian Kind wrote:

 Hi all,

 in the Adwords web interface, you can filter the Recent Changes list by 
 user account that actually performed the change. Am I correct in assuming 
 that this information is not available when using the CustomerSyncService?

 Thanks  Cheers


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: What does SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED mean?

2013-05-17 Thread Takeshi Hagikura
Hi Jared, 

I'm looking into this. 
I'll update the thread for updates.

Best,
- Takeshi, AdWords API Team


On Friday, May 17, 2013 12:44:58 AM UTC+9, Jared wrote:

 I am downloading the campaign criteria via the CampaignCriterionService, 
 and I'm getting an ApiError of type SizeLimitError with the 
 message SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED. I cannot find any 
 information about this error, and how to avoid it. I've used paging of 1000 
 records and 500 records and the result is the same. This error occurs in 
 the same account each time, so I would imagine this is related to some 
 specific condition within a campaign.

 Any idea what is going on here?

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201302; 
 soapenv:mustUnderstand=0
 ns1:authTokenDELETED/ns1:authToken
 ns1:clientCustomerIdDELETED/ns1:clientCustomerId
 ns1:developerTokenDELETED/ns1:developerToken
 ns1:userAgentnull (AwApi-Java, AdWords-Axis/1.15.0, 
 Common-Java/1.15.0, Axis/1.4, Java/1.6.0_29, maven)/ns1:userAgent
 ns1:validateOnlyfalse/ns1:validateOnly
 ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 get xmlns=https://adwords.google.com/api/adwords/cm/v201302;
 serviceSelector
 fieldsId/fields
 fieldsCampaignId/fields
 fieldsBidModifier/fields
 fieldsCriteriaType/fields
 fieldsDayOfWeek/fields
 fieldsStartHour/fields
 fieldsStartMinute/fields
 fieldsEndHour/fields
 fieldsEndMinute/fields
 fieldsPlatformName/fields
 fieldsLocationName/fields
 fieldsDisplayName/fields
 fieldsTargetingStatus/fields
 fieldsParentLocations/fields
 predicates
 fieldCriteriaType/field
 operatorIN/operator
 valuesPLATFORM/values
 valuesAD_SCHEDULE/values
 valuesLOCATION/values
 /predicates
 ordering
 fieldId/field
 sortOrderASCENDING/sortOrder
 /ordering
 paging
 startIndex0/startIndex
 numberResults500/numberResults
 /paging
 /serviceSelector
 /get
 /soapenv:Body
 /soapenv:Envelope

 Exception in thread main WARN   logSoapXml, SOAP Response:
 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201302;
 requestIdDELETED/requestId
 serviceNameCampaignCriterionService/serviceName
 methodNameget/methodName
 operations0/operations
 responseTime9625/responseTime
 units0/units
 /ResponseHeader
 /soap:Header
 soap:Body
 soap:Fault
 faultcodesoap:Server/faultcode
 
 faultstring[SizeLimitError.SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED @ 
 ]/faultstring
 detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201302;
 
 message[SizeLimitError.SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED @ 
 ]/message
 
 ApplicationException.TypeApiException/ApplicationException.Type
 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=SizeLimitError
 fieldPath/
 trigger/
 
 errorStringSizeLimitError.SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED/errorString
 ApiError.TypeSizeLimitError/ApiError.Type
 reasonUNKNOWN/reason
 /errors
 /ApiExceptionFault
 /detail
 /soap:Fault
 /soap:Body
 /soap:Envelope


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

Re: creating keywords via google adwords API

2013-05-17 Thread Takeshi Hagikura
Hi, 

It's possible.
Please see these 
exampleshttps://code.google.com/p/google-api-adwords-php/source/browse/#git%2Fexamples%2FAdWords%2Fv201302%2FBasicOperations%253Fstate%253Dclosedto
 add Campaign, AdGroup, and keywords. 

Best,
- Takeshi, AdWords API Team

On Friday, May 17, 2013 12:54:07 AM UTC+9, tra...@push1.com wrote:

 I'm interested in creating keyword campaigns via the adwords API. Is this 
 possible, or is the API only capable of retrieving data and not sending 
 data through it?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Addition of Campaign Language and Location Criteria

2013-05-17 Thread Takeshi Hagikura
Hi, 

No, it's not possible at the time of creation of campaigns. 
You should create campaign criteria using CampaignCriterionService.

Best,
- Takeshi

On Friday, May 17, 2013 1:17:15 AM UTC+9, Shruti Habbu wrote:


 Hi,

 Is it possible to add campaign target criteria at the time of creation of 
 the campaign?
 Eg -  within the campaign settings?




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