gender and age reports

2013-08-21 Thread u...@taykey.com
Hi all, is it possible to get reports for gender/age if no gender/age criterion was created ? in the UI we can get this when in the display network tab pressing the gender or age options. thanks a lot!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Re: campaign default bid

2013-02-18 Thread u...@taykey.com
API Team > > On Wednesday, February 13, 2013 12:26:10 PM UTC-5, u...@taykey.com wrote: >> >> Hi all, >> >> When creating a campaign of search network (or search and display) >> there is an option to give a default bid >&g

campaign default bid

2013-02-13 Thread u...@taykey.com
Hi all, When creating a campaign of search network (or search and display) there is an option to give a default bid how can i get this default bid with the api? thanks alot ! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

Re: get data from google analytics

2012-11-15 Thread u...@taykey.com
anyone on this ?! On Monday, November 12, 2012 11:19:08 AM UTC+2, u...@taykey.com wrote: > > Hi all, > > i have an adwords account that is linked with google analytics acocount > i want to get data such as Bounces, Visits per adgroup/campaign/keyword. i > saw that it is poss

get data from google analytics

2012-11-12 Thread u...@taykey.com
Hi all, i have an adwords account that is linked with google analytics acocount i want to get data such as Bounces, Visits per adgroup/campaign/keyword. i saw that it is possible to get it via the UI, is it possible to get this data via the adwords api ? if so, how ? Thanks in advance Udy --

ManagedCustomerService rate sheet

2012-11-04 Thread u...@taykey.com
Hi All, in the rate sheet i didnt found whats is the rate for this service ? is there an option to get all the accound ids using the ad hoc report ? thanks ! Udy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: copy 3rd party ads

2012-11-04 Thread u...@taykey.com
Anyone on this ?! On Sunday, October 28, 2012 11:35:06 AM UTC+2, u...@taykey.com wrote: > > Hi all, > > with continue to my question here: > > https://groups.google.com/forum/?hl=en&fromgroups=#!searchin/adwords-api/copy$20ad/adwords-api/HAuTq8cY4jY/6dIIdpK7v3sJ > > i

copy 3rd party ads

2012-10-28 Thread u...@taykey.com
Hi all, with continue to my question here: https://groups.google.com/forum/?hl=en&fromgroups=#!searchin/adwords-api/copy$20ad/adwords-api/HAuTq8cY4jY/6dIIdpK7v3sJ i would like to know if it is possible to get 3rd party ads, or 3rd party pixel tracking ads and then create a copy of them by simpl

Re: ad copy

2012-10-21 Thread u...@taykey.com
Hi Ewan, Thank you for your answer. Udy On Saturday, October 20, 2012 6:51:46 PM UTC+2, Ewan Heming wrote: > > Hi Udy, > > There isn't a copy operation, so you would need to download the ads from > the source AdGroup, then use an ADD operation to upload them to the new > AdGroup. > > Regards

ad copy

2012-10-18 Thread u...@taykey.com
Hi all, i want to create an adgroup from an existing one. until now i managed to get the existing adgroup and send it as is (with different name ) to create a new one for the adgroup criterions a did the same, excpet some remove and add of criterions, and ofcourse change the adgroup id. is there

preview of an ad

2012-10-08 Thread u...@taykey.com
Hi all, i want to show my clients before they create an ad how it will look like. is there an api call that returns a preview for a given ad ? thanks for your help Udy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogs

change adwordsClient cusotmerId on run time with python client

2012-10-03 Thread u...@taykey.com
Hi all, i would like that my program will support several customers (accounts). What is the best way to support this feature? Should i hold a map of customerId to adwordsClient, or should i change or create the adwordsClient every time on run time? If changing the cusotmrId every time at runtime

how to create an ad with view tag

2012-09-04 Thread u...@taykey.com
Hi all Im wonder if it is possible to creata an ad with view tag in it? thanks ! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: using the media service to avoid upload image for every image ad

2012-05-01 Thread u...@taykey.com
de Name, Dimensions and ImageData). You can use > the adToCopyImageFrom field to copy an image from an existing field - but > you cannot specify a mediaId as I incorrectly stated previously. I > apologize for the confusion. > > - Kevin Winter, AdWords API Team > > On Tuesda

Re: using the media service to avoid upload image for every image ad

2012-05-01 Thread u...@taykey.com
wrote: > > Hi, > Yes, this is the correct way to do it. > > - Kevin Winter > AdWords API Team > > On Monday, April 30, 2012 11:03:21 AM UTC-4, u...@taykey.com wrote: >> >> ok, so to make sure i underestand >> >> upload an image using the media ser

Re: using the media service to avoid upload image for every image ad

2012-04-30 Thread u...@taykey.com
s returned by the MediaService. Most of > the rest of the fields are readonly, and the name and imageData fields > should only be sent to the MediaService, not with AdGroupAdService requests. > > - Kevin Winter > AdWords API Team > > On Monday, April 30, 2012 10:34:49 AM UTC-4,

Re: using the media service to avoid upload image for every image ad

2012-04-30 Thread u...@taykey.com
s/reference/latest/AdGroupAdService.ImageAd#adToCopyImageFrom > > If the image does not already exist, you will have to upload it at least > once with the MediaService. > > - Kevin Winter, AdWords API Team > > On Sunday, April 22, 2012 2:44:01 AM UTC-4, u...@taykey.com wrote: >> >> hi,

Traffic estimator graph

2012-04-29 Thread u...@taykey.com
Hi, Is there a way to get the estimate traffic *graph* (like the UI is showing?) or should i send a request for each bid ? Thanks, Udy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: Image ad and media service

2012-04-29 Thread u...@taykey.com
Torres - AdWords API Team > > On Thursday, April 19, 2012 5:10:24 AM UTC-4, u...@taykey.com wrote: >> >> ANYONE?! >> >> On Tuesday, April 17, 2012 4:36:36 PM UTC+3, u...@taykey.com wrote: >>> >>> where (when creating new ImageAd )should i use the retu

Re: TrafficEstimatorService: UNEXPECTED_INTERNAL_API_ERROR when using a metro code instead of country code

2012-04-23 Thread u...@taykey.com
just add another location criterion. example with the java client: Location unitedStates = new Location(); unitedStates.setId(2840L); Location brazil = new Location(); brazil.setId(2076L); Language english = new Language(); english.setId(1000L); campaignEstimateRequest.s

using the media service to avoid upload image for every image ad

2012-04-21 Thread u...@taykey.com
hi, is the media service can be used in such way that when creating an image ad we wont need to tupload an image every time ? thanx in advnace! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

Re: Image ad and media service

2012-04-19 Thread u...@taykey.com
ANYONE?! On Tuesday, April 17, 2012 4:36:36 PM UTC+3, u...@taykey.com wrote: > > where (when creating new ImageAd )should i use the returned id after > upload an image to the media service ? > > 10X in advance! > > On Monday, April 16, 2012 4:33:37 PM UTC+3, u...@taykey.com

Re: Image ad and media service

2012-04-17 Thread u...@taykey.com
where (when creating new ImageAd )should i use the returned id after upload an image to the media service ? 10X in advance! On Monday, April 16, 2012 4:33:37 PM UTC+3, u...@taykey.com wrote: > > and this mediaId field used when creating new Image (just set the media id > field in

Re: Estimated total impressions

2012-04-16 Thread u...@taykey.com
he TargetingIdeaService exposes the *MONTHLY_SEARCHES > and APPROX_CONTENT_IMPRESSIONS_PER_DAY (for display network) which is > similar information. > > - Kevin Winter > AdWords API Team > > On Tuesday, April 10, 2012 2:19:31 AM UTC-4, u...@taykey.com wrote: >> >> Hi a

Re: Negative keyword Criterion

2012-04-16 Thread u...@taykey.com
Pete, Thank you very much! Udy On Monday, April 16, 2012 4:09:00 PM UTC+3, Pete Lavetsky (AdWords API Guru) wrote: > > Udy, > > You can set a keyword criterion at the campaign level, you just use the > CampaignCriterion object rather than the NegativeCampaignCriterion object. > And yes, crit

Re: Image ad and media service

2012-04-16 Thread u...@taykey.com
and this mediaId field used when creating new Image (just set the media id field in the Image object?) On Monday, April 16, 2012 4:06:11 PM UTC+3, Pete Lavetsky (AdWords API Guru) wrote: > > A Media array is returned on a successful upload using the MediaService. > For each of the objects in t

Image ad and media service

2012-04-16 Thread u...@taykey.com
hi, i want to create an ImageAd Since the media service only get/add *Images,* and the ImageAd field adToCopyImageFrom uses the id of ImageAd. so how can i *use the media service* in order not to upload the same image for AdGroupAd 10X! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Negative keyword Criterion

2012-04-16 Thread u...@taykey.com
bump! On Monday, April 9, 2012 4:42:55 PM UTC+3, u...@taykey.com wrote: > > Hi all, > > say I have a campaign with only one ad group > is there any difference between negative keyword in the campaign level > (NegaitveCampaignCriterion) to negative keyword in

Estimated total impressions

2012-04-09 Thread u...@taykey.com
Hi all, In the Traffic Estimator in the UI there is a field of total impressions. i want to get this information from the api. i didnt see how to get this field from the TRAFFIC_ESTIMATOR_SERVICE or the TARGETING_IDEA_SERVICE so how can i get this information ? Thanks in advance -- =~=~=~=

Negative keyword Criterion

2012-04-09 Thread u...@taykey.com
Hi all, say I have a campaign with only one ad group is there any difference between negative keyword in the campaign level (NegaitveCampaignCriterion) to negative keyword in the adgroup level (NegativeAdGroupCriterion) my thought is that negative keyword in campaign level impacts all ad grou

Re: AgeRange & Gender undetermined Id

2012-04-09 Thread u...@taykey.com
ndbox? > > Best, > - Eric Koleda, AdWords API Team > > On Thursday, April 5, 2012 8:18:50 AM UTC-4, u...@taykey.com wrote: >> >> any suggestions ? >> >> On Tuesday, April 3, 2012 2:53:53 PM UTC+3, u...@taykey.com wrote: >>> >>> Hi, >>

Re: AgeRange & Gender undetermined Id

2012-04-05 Thread u...@taykey.com
any suggestions ? On Tuesday, April 3, 2012 2:53:53 PM UTC+3, u...@taykey.com wrote: > > Hi, > > When trying to add negative campaign criterion to exclude AgeRange with id > 503999 (Undetermined) OR > trying to add negative campaign criterion to exclude Gender with id 2

AgeRange & Gender undetermined Id

2012-04-03 Thread u...@taykey.com
Hi, When trying to add negative campaign criterion to exclude AgeRange with id 503999 (Undetermined) OR trying to add negative campaign criterion to exclude Gender with id 20 (Undetermined) results in: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the adwords UI i saw that it is no possibl

Re: ad hoc report vs api get calls

2012-04-03 Thread u...@taykey.com
Hi Ewan, Thank you very much ! that was very helpful ! Udy On Monday, April 2, 2012 2:00:55 PM UTC+3, Ewan Heming wrote: > > Hi, > > > 1. Most of the get requests currentlyonly cost 1 unit per > call, > so for example, if you download 10

ad hoc report vs api get calls

2012-04-01 Thread u...@taykey.com
Hi all, I've been searching this issue quite a bit now, and finally decide to ask some clarification here: 1. suppose i want to get the data of a known list of campaigns in an account - using the api get call with predicate for all the given ids. the api points coasts will be: 1 * number of

Re: Sandbox - simulate error response

2012-03-27 Thread u...@taykey.com
Thank you Kevin! On Tuesday, March 27, 2012 5:27:44 PM UTC+2, Kevin Winter wrote: > > Hi, > This was available in the old API (v13) but it not possible in the > current version (v201109). > > - Kevin Winter > AdWords API Team > > On Sunday, March 25, 2012 12:19:3

Re: Sandbox - simulate error response

2012-03-25 Thread u...@taykey.com
Hi again, i sercehed this topic over the forum and the blog all i could find was that there was such an option - however in this current version it is not availabe, is this true ? 10x! On Thursday, March 22, 2012 6:55:26 PM UTC+2, u...@taykey.com wrote: > > Hi > > is it possible

Sandbox - simulate error response

2012-03-22 Thread u...@taykey.com
Hi is it possible to simulate error responses with the sandbox and the java client ? Thanks in advance! Udy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-15 Thread u...@taykey.com
i got the same problem is there anyway to fix it ? בתאריך יום שלישי, 13 במרס 2012 18:30:26 UTC+2, מאת wn: > > I've been using the Sandbox Account Viewer for quite some time now > successfully, but since today I see a strange behaviour: > I can log in but when I try to view existing campaigns, I