Re: Unable to create Asset Group Signal via. API call

2023-06-02 Thread Dmitriy Lezhnev
Yeah, our tests are no longer red. Seems to be OK now. On Fri, 2 Jun 2023 at 11:15, Google Ads API Forum Advisor wrote: > Hi Everyone, > > Upon checking, this has already been resolved on our end. Can you please > try once again and let us know how it goes on your end? > > This message is in re

Ad Group and Image asset in V12

2022-11-13 Thread 'Dmitriy Kirichenko' via Google Ads API and AdWords API Forum
According to V12 changelog there's support for image assets. Trying to use it on a test account and the api itself seems to be working (creating and returning adgroup_assets), but there's nothing displayed on the web ui in the adgroup's assets list. So does it have any real effect already on ad

Re: How to add images to a search ad group?

2022-05-12 Thread Dmitriy Lezhnev
Thanks a lot for the links. Now it all makes sense. So to summarize, we can't use images in search ads over API until (approx) the end of this year? On Thu, May 12, 2022 at 3:56 PM Google Ads API Forum Advisor wrote: > Hi Dmitriy, > > Thank you for getting back to us. I am also a

Can't update campaign bidding strategy.

2021-03-06 Thread Dmitriy P.
Hi! I have problem with update 'search' campaign bidding strategy... *This example working fine* (no errors in log) campaign_operation = client.get_type("CampaignOperation", version="v6") bidding_strategy_type_enum = client.get_type("BiddingStrategyTypeEnum", version="v6") target_imp

How to remove (set to NULL) "tracking_url_template"?

2021-01-18 Thread Dmitriy P.
How to remove (set to NULL) "tracking_url_template"? campaign_service = client.get_service("CampaignService", version="v6") campaign_operation = client.get_type("CampaignOperation", version="v6") campaign = campaign_operation.update campaign.resource_name = campaign_service.campaign_path(customer

Re: Campaign schedule

2020-12-13 Thread Dmitriy P.
... Python On Sunday, 13 December 2020 at 19:23:12 UTC+3 Dmitriy P. wrote: > Hi! > How I can create schedule for campaign at Google Ads API v6? > > [image: Screenshot 2020-12-13 at 19.18.41.png] > > Thanks in advance! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Campaign schedule

2020-12-13 Thread Dmitriy P.
Hi! How I can create schedule for campaign at Google Ads API v6? [image: Screenshot 2020-12-13 at 19.18.41.png] Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Campaign type

2020-11-09 Thread Dmitriy P.
Hi! How I can get 'Campaign Type' (Ads API)? Screen attached. Thank you in advance! [image: Screenshot 2020-11-09 at 16.58.11.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to detect - Ad REMOVED

2020-10-28 Thread Dmitriy P.
Thanks for answer! Please, tell me, how I can detect resource status is 'REMOVED'? Because 'change_status' return only 'resource status: CHANGED' And I don't know 'ENABLED' or 'REMOVED' On Wednesday, 28 October 2020 at 10:52:36 UTC+3 adsapiforumadvisor wrote: > Hi, > > I appreciate your patience

Re: How to detect - Ad REMOVED

2020-10-21 Thread Dmitriy P.
Sorry^ bu this option is disabled... How i can fix this? [image: Screenshot 2020-10-21 at 14.04.27.png] PS: --- ADS_PAGE_SIZE = 100 def get(customer_id, ads_client): ads_service = ads_client.get_service("GoogleAdsService", version="v5") query = """ SELECT change_st

Re: How to detect - Ad REMOVED

2020-10-20 Thread Dmitriy P.
I need detect CHANGE STATUS in Google Ads API)) query = """ SELECT change_status.resource_name, change_status.last_change_date_time, change_status.resource_type, FROM change_status WHERE change_status.resource_status = 'REMOVED' ORDER BY change_status.last_c

How to detect - Ad REMOVED

2020-10-19 Thread Dmitriy P.
Hi! How I can detect when Ad is *REMOVED* for update status on our side db? I'm try *SELECT WHERE* change_status.resource_status = '*REMOVED*' but not success. Maybe any another way to detect when Ad was removed? Thank you in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Daily rate limits

2020-10-19 Thread Dmitriy P.
Thank you!) On Monday, 19 October 2020 at 22:33:43 UTC+3 adsapiforumadvisor wrote: > Hi Dmitriy, > > Thanks for reaching out. Please see below for my response to each example > you provided: > > search_response = google_ads_service.search(customer_id, query=query, > page

Re: Daily rate limits

2020-10-19 Thread Dmitriy P.
s '*get_type*' daily limit is same - 1000? On Monday, 19 October 2020 at 10:47:07 UTC+3 adsapiforumadvisor wrote: > Hi Dmitriy, > > No worries, you can ask any API related concerns from our team, and we'll > be happy to assist you. > > Moving forward, all exampl

Daily rate limits

2020-10-18 Thread Dmitriy P.
Hi! Can you tell me, what operations include in daily limits: *# This id 1 operation?* search_response = google_ads_service.search(customer_id, query=query, page_size=500) *# This id 1 operation?* campaign_service = ads_client.get_service('CampaignService') request = campaign_service.get_campai

Unable to cancel link b/w manager and client accounts via Google Ads API v2

2020-02-13 Thread Dmitriy Lezhnev
The problem, shortly: 1. I have created a new client account under the manager account (via CustomerServiceClient::createCustomerClient). 2. After that, I've read all client links for the manager and located the link to the newly created client account. 3. Then I sent a mutational request to canc

hierarchy of customers and client

2019-10-14 Thread Dmitriy Lezhnev
Hey! I am a bit confused with the terminology of new google ads API. Can you give me a couple of hints? 1. we have customers and clients. What is the difference? 2. resource names notation like `customers/X/campsign/Y` implies we manage resources belonging to customer, so why we need clietns in t

Getting Video(In-stream) campaign

2018-01-28 Thread Dmitriy Gluhoff
Hi all, I'm trying to get all the campaigns using https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-campaigns , but this function returns everything except video(In-stream) campaign. Is there another function/way to get everything campaigns? i'm new to this... -

Re: Upgraded Urls

2015-10-29 Thread Dmitriy
Previous url is http://promo.bronevoy43.ru/?utm_source=google&utm_medium=cpc&utm_campaign={network}&utm_content={creative}&utm_term={keyword} Please, advise. Regards, Dmitriy. вівторок, 29 вересня 2015 р. 18:40:08 UTC+3 користувач Anash P. Oommen (AdWor

Re: Upgraded Urls

2015-09-24 Thread Dmitriy
Hello Nadine, do you have any solutions or advice for my problem? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Upgraded Urls

2015-09-16 Thread Dmitriy
Hello Nadine, 12671186916 All banners I have tested yet has been disapproved, may be that the problem? But the triggered error shows the other reason.. Thanks, Dmitriy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: Upgraded Urls

2015-09-16 Thread Dmitriy
utm params. Hope that clear. Thanks, Dmitriy. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Upgraded Urls

2015-09-15 Thread Dmitriy
Hi, AdWords API Team! I'm working 8 years with AdWords API and first have such total disappointment. You said from 1 July all accounts will be forwarded to upgraded urls. But it wasn't. So I try to use adGroupAdService->upgradeUrl to change destination url's like: /?utm_medium=cpc&utm_source=go

Rename deleted campaigns disabled

2015-08-18 Thread Dmitriy
Why You have disable renaming deleted campaigns?? Haw can I add new campaign now this the same name as deleted one? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/p

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

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=*** developerTo

missing data in report with segments and custom date range

2013-03-06 Thread Dmitriy
Hi. Looks like if use Date, AdNetworkType2 and Device segments in Ad Performance report with custom date range, there are lot of data missing in the downloaded report. v201209. Please, advise. Thanks, Dmitriy. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Adding text ad problem

2013-01-30 Thread Dmitriy
d headlines are allowed maximum 25 characters. > The rest are allowed maximum 35 characters. > > Oliver > > > On Wednesday, January 30, 2013 10:45:02 AM UTC, Dmitriy wrote: >> >> Hi. >> >> Today we get error "line_overflow" while add text ads using >&g

Adding text ad problem

2013-01-30 Thread Dmitriy
Hi. Today we get error "line_overflow" while add text ads using BulkMutateJobService. All campaigns targeted in Russia, and texts on russian language, but your servers unexpectedly disallow headlines having 26-30 characters and description lines having 36-38 characters. * * *Please, advise.* *

Re: Change History Data

2012-08-11 Thread Dmitriy
Hi Chirag. Only Status can be changed in particular keyword or any Ad. If you change some else, there will be new Criteria or Ad having other Id. Пʼятниця, 10 серпня 2012 р. 16:08:55 UTC+3 користувач Chirag написав: > > Hello All, > > I have implemented the change history data for my campaigns

Using TemplateAd problems

2012-05-08 Thread Dmitriy
that? Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Ad's disapproval reason in Ad Performance Report

2012-03-23 Thread Dmitriy
Thanks, Pete. Yeah, I know it, just ask for opportune (imho) feature. пятница, 23 марта 2012 г. 14:55:30 UTC+2 пользователь Pete Lavetsky (AdWords API Guru) написал: > > Dmitriy, > > I don't believe so. You actually need get the Ad object > : adGroupAd.getAd().​getDisapprov

Re: name limitations

2012-03-17 Thread Dmitriy
CampaignError INVALID_CAMPAIGN_NAME Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Empty AD_PERFORMANCE_REPORT

2012-03-02 Thread Dmitriy
-- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Ordering not works in Adgroup Perfortmance report?

2012-02-24 Thread Dmitriy
Hi Eric, Thanks for answer. Have AdWords team any plans to add such feature? Imho that would be useful for processing large accounts data. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/

v201109 Ad Performance Report

2012-02-09 Thread Dmitriy
Hello. There are statistic for placements in v13 Ad Performance Report. Does impressions by content network presents in v201109 report? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou

Re: How to include Zero Impressions in Ad Performance Report?

2012-02-06 Thread Dmitriy
Hi Kevin, Thanks for answer. At last, I have download the Ad performance report with zero impressions, but only than remove Slot and KeywordId fields too. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

Re: How to include Zero Impressions in Ad Performance Report?

2012-01-20 Thread Dmitriy
exclude zero impressions from report, as showed here http://code.google.com/intl/en/apis/adwords/docs/appendix/reports.html#ad Please, advise, that's wrong with my report query? Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

LogDefaults do not log 200 http response

2012-01-20 Thread Dmitriy
Hello. I have set $user->*LogDefaults*(), but soap_xml.log filled only with 500 http response. Please, advise, how can it log 200 http response too? Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Re: How to include Zero Impressions in Ad Performance Report?

2012-01-20 Thread Dmitriy
ationTime] => [includeZeroImpressions] => 1 ) And there are all impression values > 0 in the report, but I can see ones in AdWords web interface. Please, advise. Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Policy violation duplicates

2012-01-06 Thread Dmitriy
h policy name use in case "tab"? Thanks, Dmitriy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

Re: Custom variable in adword api objects

2011-11-22 Thread Dmitriy
Hello Danial. Thanks a lot! Could you post the link to that request? On 9 ноя, 23:26, Danial Klimkin wrote: > Hello Dmitiy, > > I have logged this as a feature request. > > -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

Re: Custom variable in adword api objects

2011-11-08 Thread Dmitriy
Hello Danial. Thanks for answer. That would be very helpfull when we add to API a couple of new objects from local DB with BulkMutateService. Should I add a feature request? On 7 ноя, 15:09, Danial Klimkin wrote: > Hello Dmitriy, > > We don't have external ids available in

Re: Custom variable in adword api objects

2011-11-04 Thread Dmitriy
Hope if I add issue it wouldn't be ignored like the topic in this group... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: advanced broad

2011-11-04 Thread Dmitriy
Do you mean BROAD: some keyword "ADVANCED BROAD": +some +keyword ? On 2 ноя, 23:11, iateadonut wrote: > http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCrit... > > How do we do "advanced broad" type? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Custom variable in adword api objects

2011-11-02 Thread Dmitriy
Hello. Maybe subject was discussed before, but can't find links to something like one. My question, is that possible to add into such API objects like Campaign, AdGroup, Criterion etc. just one variable, for example, "localId"? All that it is intended for just after client set localId value and s

Re: v13 Reports: clicks in report disappear in mcc interface

2011-06-14 Thread Dmitriy
Hi Anash, AD_PERFORMANCE_REPORT Jun 01 - Jun 02 jobId=1899132991 for customer 1185539639 campaign 82557816 adgroup 3009700776 (there is one keyword) at Jun 02 downloaded report shows 1 click. Thanks, Dmitriy. On Jun 14, 2:14 pm, "Anash P. Oommen" wrote: > Hi Dmitriy, > >

v13 Reports: clicks in report disappear in mcc interface

2011-06-09 Thread Dmitriy
Hi. I have downloaded report for Jun 2nd and today I can't see in the MCC interface some clicks, placed into the report. Please, advise! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou

v201101 Cross-client report download problem

2011-05-27 Thread Dmitriy
Hello. When I try to download created cross-client report using DownloadCrossClientReport.php example, it returns 200 error: Syncronous report found, use DownloadReport() instead. So I thought what's ok, just some mess up with examples and try to use DownloadReport.php example instead. But get th

Re: TargetingIdeaService mystic changes

2011-04-29 Thread dmitriy
re > difficult if you need BOTH the stats for the related keywords and the > current keyword.   Which we do.   It's going to take some significant > code reconstruction to do both STATS and IDEA requests in any sort of > efficient manner. > > -->Steve Bennett > > On Ap

Re: TargetingIdeaService mystic changes

2011-04-29 Thread dmitriy
Hi Evgeniy Thanks for quick nice mention and synopsis On 28 апр, 19:49, Evgeniy Bogdanov wrote: > Hi Dmitriy. > > This is official answer for your issue > -http://groups.google.com/group/adwords-api/browse_thread/thread/5ca31... > > To tell you the truth I think that this is

TargetingIdeaService mystic changes

2011-04-28 Thread dmitriy
Hello. Since few days ago, TargetingIdeaService while get ideas stops to return results for initial keyword. We have a couple of code, used that, so please, is there any possibility to get results for initial keyword through ideas request? I have try last php api library as well, as v201008, but go

Input is not proper UTF-8, indicate encoding

2011-03-09 Thread dmitriy
Hi. I have next exception: exception 'DOMException' with message 'DOMDocument::loadXML(): Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x3C 0x2F 0x6E in Entity, line: 2' in ../includes/lib/ Google/Api/Ads/Common/Util/XmlUtils.php:81 Stack trace: #0 [internal function]: HandleXmlErro

Re: How can I get Search volume and Competition values or Keyword for exact Country and Language?

2010-09-20 Thread Dmitriy
Looks like now everything works fine with same code. Something was repaired? On 17 сен, 04:58, AdWords API Advisor wrote: > Hi Dmitriy, > > Your code looks to be correct, perhaps looking at the raw XML will > shed some light.  Can you post the sanitized SOAP XML request and &g

NegativeAdGroupCriterion userStatus

2010-09-16 Thread dmitriy
Hi. Just wonder why NegativeAdGroupCriterion has no property userStatus? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How can I get Search volume and Competition values or Keyword for exact Country and Language?

2010-09-13 Thread Dmitriy
What I need: Get Search volume and Competition value of keyword "Hochzeitskleid" for country "Germany", language 'German" and EXACT match. I tried to do it in Keyword Tool and recieved right result (search volume = 8100), but with API I can't apply SearchParameters at all. Looks like they doesn't w

No April/May search volume with targeting idea service.

2010-06-24 Thread dmitriy
Hi, We are having a problem getting monthly search volume for April and May 2010 with the targeting idea service. We are using TARGETED_MONTHLY_SEARCHES to obtain the search volume in each of the last 12 months, and it returns search volumes for June 2009 up to March 2010, but it doesn't return an

Re: Why TargetingIdeaService return empty value for last two months?

2010-06-18 Thread dmitriy
2009 6 27100 KEYWORD http://www.w3.org/2001/XMLSchema- instance" xsi:type="KeywordAttribute"> KeywordAttribute Keyword

Why TargetingIdeaService return empty value for last two months?

2010-06-17 Thread dmitriy
Hello. Please help, and why did you remove my previous same question without any definitions? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

TargetingIdeaService return empty value for last two months

2010-06-15 Thread dmitriy
Hello. Please help: WSDL_CASHE = 0; [Jun 15 2010 10:10:06.u - INFO] POST /api/adwords/o/v200909/ TargetingIdeaService HTTP/1.1 Host: adwords.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.2.0-8+etch16 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Content-Length: 3470 http://sch

AdWords API v2009 AdGroupAdService AdGroupAdSelector by Ad.Type

2010-02-10 Thread dmitriy
Hello. Please, can you add filtering by Ad.Type? -- 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-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googl

AdWords API v2009 TargetingIdeaService usage

2010-01-29 Thread dmitriy
Hello I would like to use that service for get 'AVERAGE_TARGETED_MONTHLY_SEARCHES' (or null/emty/zero if unknown) for just one certain 'EXACT' search query, not for some other similar search queries. Tell me please, does it possible? If no, then how much paging number results should I set to get th

AdWords API Search Query Report. Missing necessary column.

2010-01-27 Thread dmitriy
Hello. I wonder why at Campaigns detail level this report do not include CampaignId column. Please, could you add it? -- 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-...@googlegroups.com. To unsu

AdWords API Re: Search Query Match Type in Search Query Performance Report

2010-01-13 Thread dmitriy
ailable for keywords: > Broad, Phrase, and Exact. > > Best, > - Eric Koleda, AdWords API Team > > On Jan 12, 8:55 am, dmitriy wrote:> Hello. > > Please, tell me which match types can be founded in this report? > > And if it possible, some brief description. -- You

AdWords API Search Query Match Type in Search Query Performance Report

2010-01-12 Thread dmitriy
Hello. Please, tell me which match types can be founded in this report? And if it possible, some brief description. -- 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-...@googlegroups.com. To unsubsc