Re: Structure Report for CustomerNegativeCriterion

2018-03-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Dorian Kind wrote: > > Hi, > > since API version 201710 there is the possibility to add negative criteria > on the account level via the CustomerNegativeCriterionService. As there can > be up to 65,000 of these negative criteria, I was a bit surprised to find > that apparently th

Re: Structure Report for CustomerNegativeCriterion

2018-03-06 Thread cv
Hello Bharani, I am not able to get/add AccountLevel *Negative Keywords* using CustomerNegativeCriterionService . I think account level Negative Keywords get/add is not supported till date. Is it

Re: Structure Report for CustomerNegativeCriterion

2018-02-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dorian, That's right, for account level negative criteria, the only option is to use CustomerNegativeCriterionService to exclude specific criteria across all campaigns in your client account.

Re: Structure Report for CustomerNegativeCriterion

2018-02-27 Thread Dorian Kind
Hi Bharani, thanks for your response. I understand there's a number of reports for campaign level negative criteria, however I am interested in the account/customer level ones. Also, I'm a bit surprised you mention Shared Sets, as from what I can tell they don't support CustomerNegativeCriterio

Re: Structure Report for CustomerNegativeCriterion

2018-02-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Dorian, There are several report types that you could use to retrieve the campaign level negative criteria. You may use Campaign Negative Placements Performance Report , Campaig

Structure Report for CustomerNegativeCriterion

2018-02-26 Thread Dorian Kind
Hi, since API version 201710 there is the possibility to add negative criteria on the account level via the CustomerNegativeCriterionService. As there can be up to 65,000 of these negative criteria, I was a bit surprised to find that apparently there is no structure report that can be used to

Re: structure report for CriterionUserList

2014-02-12 Thread GregT
list::" and >>> parse that string to match it up with the actual audience id? If not (or >>> even if so), is there a more reliable way of getting the audience/UserList >>> id in these reports that doesn't require relying on this apparent >>> conven

Re: structure report for CriterionUserList

2014-02-12 Thread Danial Klimkin
re a more reliable way of getting the audience/UserList >> id in these reports that doesn't require relying on this apparent >> convention and stripping out part of the field? >> >> 2 - The other field we need and would love to be able to get from a >&g

Re: structure report for CriterionUserList

2014-01-14 Thread GregT
se that string to match it up with the actual audience id? If not (or > even if so), is there a more reliable way of getting the audience/UserList > id in these reports that doesn't require relying on this apparent > convention and stripping out part of the field? > > 2 -

Re: structure report for CriterionUserList

2013-12-31 Thread GregT
stripping out part of the field? 2 - The other field we need and would love to be able to get from a structure report for audiences that I don't see is the targeting setting (i.e. does the ad group target the audience for "bid only" or "target and bid"). Is this avail

Re: structure report for CriterionUserList

2013-12-23 Thread Danial Klimkin
s for search (RLSA), we can use the audience > performance report to get statistical information for the performance of > the remarketing lists on an ad group basis. However, this report > surprisingly does not appear to be able to be used as a structure report, > because it&#

structure report for CriterionUserList

2013-12-20 Thread GregT
Hi, For remarketing lists for search (RLSA), we can use the audience performance report to get statistical information for the performance of the remarketing lists on an ad group basis. However, this report surprisingly does not appear to be able to be used as a structure report, because

Re: Adword Account Restore through account structure report

2011-08-08 Thread AdWords API Advisor
Hello Meet, The functionality could be replicated via API but needs significant logic to be implemented on the client side. One needs to implement whole pull, save and restore process which exist in AWE. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: Adword Account Restore through account structure report

2011-08-07 Thread meet
Hi , So, conclusion is : the way Adwords Editor performs Account backup by creating AEA format file (there are other formats also taking this for e.g.) that can be used later to restore the account (if something goes wrong) to a previous state cannot be replicated through Adw

Re: Adword Account Restore through account structure report

2011-08-05 Thread AdWords API Advisor
Hello meet, This is only possible if you write the code required to convert the XML data you have to API requests. AdWords API has no 'revert' functionality. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://a

Re: Adword Account Restore through account structure report

2011-08-03 Thread meet
Hi, what I want to know is Is there anyway through Adword API we can update Adword Account to previous state ? Regards, Meet On Aug 3, 2:34 pm, meet wrote: > Hi, > I performed some changes in my adwords account in past 2-3 days.I had old > account structure report for my accou

Adword Account Restore through account structure report

2011-08-03 Thread meet
Hi, I performed some changes in my adwords account in past 2-3 days.I had old account structure report for my account in XML format.Is it possible through adwords API using old account structure report in XML format to restore my adwords account to old state ? Regards, Meet

Re: v201101: Keyword "structure" report stopped returning zero impressions

2011-08-03 Thread Sander Agricola @ Traffic4u
I don't know for sure when it changed, I just got a bugreport of a user that his deleted items didn't show up in our system. The code we used has always worked and was created in the same way as the blogpost tells you to: http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-acco

Re: v201101: Keyword "structure" report stopped returning zero impressions

2011-08-03 Thread Stefan Podkowinski
It would be nice to get a clarification on deleted keywords and zero impression reports. Having deleted keywords returned based on the date range isnt very self-explanatory. Been looking through some of our download history (also using zero-imprs and "yesterday" range) and didn't notice any cha

Re: v201101: Keyword "structure" report stopped returning zero impressions

2011-08-02 Thread jstedman
Wait, you mean the report gave you zero impression rows before then recently just stopped doing that? As in this behavior has changed within the last week or so? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

Re: v201101: Keyword "structure" report stopped returning zero impressions

2011-08-02 Thread Sander Agricola @ Traffic4u
Changing the daterange to ALL_TIME seems to be the solution. But even though I fixed this problem I still think it's a bad thing that the adwords developers just change the way the API behaves without telling us or at least wait with it till the next API version (and tell us then in the release

v201101: Keyword "structure" report stopped returning zero impressions

2011-08-02 Thread Sander Agricola @ Traffic4u
In v13 we used a structure report to retrieve the complete account structure. Since we migrated to v101101 we use the method to retrieve reports for all levels. On keyword level we retrieve a report with the following columns: "ExternalCustomerId", "CampaignId", "AdGro

Re: "BusinessName" not supported in Creative Structure Report for one of our Accounts using V13

2011-07-07 Thread Anash P. Oommen
Hi Thomas, Any particular reason you are using v13 reports? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

"BusinessName" not supported in Creative Structure Report for one of our Accounts using V13

2011-07-06 Thread t.doellm...@uniquedigital.de
Hi, we are trying to use the Creative Structure Report for a new client Account, using the V13 API. But only for this new Account, when we are trying to validate the Job, we get the following error: The following columns are not supported by the Report Type Structure : [BusinessName] For all

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2011-05-31 Thread Alexander Parij
Nvm , I got it. Just removing network predicate will give me the zero impression keywords. Not sure why it's related but this type of knowledge should be documented because the new api is a bit unintuitive . Thanks! Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2011-05-30 Thread Alexander Parij
Hi Eric , Removing Date and Impression fields will not return me zero impressions keywords, it returns something but can't figure out what it returns. It's less keywords than the report with Impressions field but the keywords that are returned are in fact with impressions. Report Id is 618198

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2011-05-27 Thread Peter
Hey Eric, Thanks for letting me know about the segmentation field "Date" being the cause for the negatives / 0 impression data from not showing up. Just to clarify I've tested with isNegative = TRUE and only the negative keywords are coming back now, which is what I was hoping for so that's gre

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2011-05-27 Thread Eric Koleda
Hi Peter, Including a segmentation field such as "Date" removes any zero-impression rows from your report. You have a predicate which is filtering for IsNegative = TRUE, but negative keywords can't receive impressions, so an empty result would be expected. Best, - Eric -- =~=~=~=~=~=~=~=~=~

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2011-05-26 Thread Peter
Hey Eric, Sorry to revive an old thread, but can you confirm that this actually works in the v201008 API. I've been requesting keyword performance reports on an account which has negative keywords and not been receiving any results. Your help would be appreciated. Here is an example of the repo

Re: AdWords API Re: Structure report: recognizing inherited CPC bids at keyword level

2011-04-21 Thread David Torres
Hi, Unfortunately as today, it is not possible to identify if maxCpc is from AdGroup or Keyword in reports. I'm opening a feature request to have this information exposed. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: AdWords API Re: Structure report: recognizing inherited CPC bids at keyword level

2011-04-19 Thread Sander Agricola @ Traffic4u
Does anyone know if this issue is solved in the reporting of v201101? Structure reports are replaced with something like 8 reports (for every level 1), but at keyword level I can only retrieve the MaxCPC, so does anyone know if there is a solution to recognize the keywords with a real MaxCPC o

Re: structure report in V201008

2011-01-17 Thread AdWords API Advisor
Hi, Could you post a request id (or the sanitized soap xml) for a call where you create a report definition? Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 18, 1:03 am, codeninja wrote: > adwords api team, > > is this a real issue or i am doing something wrong here? > > thanks. > > On Jan

Re: structure report in V201008

2011-01-17 Thread codeninja
adwords api team, is this a real issue or i am doing something wrong here? thanks. On Jan 13, 4:36 pm, codeninja wrote: > I understood that you can still pull structure reports using > ReportDefinitionService in V201008. I am trying to pull all campaigns > using following code : > >            

structure report in V201008

2011-01-13 Thread codeninja
I understood that you can still pull structure reports using ReportDefinitionService in V201008. I am trying to pull all campaigns using following code : // Create report definition. ReportDefinition reportDefinition = new ReportDefinition(); reportDefinition.s

Re: How to get account structure report [i need dest url] in v201008

2010-11-23 Thread AdWords API Advisor
Hi John, The KEYWORDS_PERFORMANCE_REPORT supports the DestinationUrl field: http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords An example showing how to add a report using the PHP client library is available here: http://code.google.com/p/google-api-adwords-php/source/

Re: How to get account structure report [i need dest url] in v201008

2010-11-22 Thread john_sierra
saw these links, but not sure if reportdefintionserivce allwos dest url. Can anyone post some sample code in php for this? == http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-account.html http://adwordsapi.blogspot.com/2010/07/introduction-to-reportdefinitionservice.html C

How to get account structure report [i need dest url] in v201008

2010-11-22 Thread john_sierra
Hi, I could not find a way to get destination url at keyword level using the GetReport defintion. None of the reportType under ReportDefinitionService supports a field that has dest url. here is my code kw performance report which works fine. But it does not accept dest url as a filed. === $r

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-06-07 Thread AdWords API Advisor
Hi All, As for negative keywords, the KEYWORDS_PERFORMANCE_REPORT includes a field called IsNegative, which you can use to determine if a keyword is negative or not. You can filter out negative keywords or zero impression keywords by using an appropriate predicate. Best, - Eric On Jun 2, 3:31 p

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-06-02 Thread Alex Parij
Hey Reed , >From what I understand reading the docs regarding the negatives We will have to call for 2 reports instead of one KEYWORDS_PERFORMANCE_REPORT ADGROUP_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT :( On the positive note they offer another report which did not exist before CAMPAIGN_NEGATIVE_K

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-06-02 Thread Reed
Any updates on how we should expect to handle negative keywords in V2010 when we use the zero-impressions option to try and mimic the results of the V13 structure reports? Structure Reports have turned out to be a great feature, especially at the keyword level, for getting all of the data for an a

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-05-28 Thread Alex Parij
Thanks Eric ! I just hope that the KeywordIsNegative field from AccountStructure is included in v2010 otherwise Keyword Performance is not fully replacing AccountStructure. On May 28, 12:39 pm, AdWords API Advisor wrote: > Hi All, > > The v201003 ReportDefinitionService beta doesn't include an

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-05-28 Thread AdWords API Advisor
Hi All, The v201003 ReportDefinitionService beta doesn't include an AccountStructure report. However, the new reports by default include zero-impression rows for keywords, ad groups, etc, which allows you to get the account structure data using the performance reports. As for the report fields,

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-05-28 Thread Alex Parij
Any contact at google where I can get these questions answered ? On May 26, 3:49 pm, Clay wrote: > More generally, how do we keep our list of accounts/campaigns/adgroups/ > ad/keywords in sync with yours in the new API?  In the past, it hasn't > been feasible to do this via individual API calls.

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-05-26 Thread Clay
More generally, how do we keep our list of accounts/campaigns/adgroups/ ad/keywords in sync with yours in the new API? In the past, it hasn't been feasible to do this via individual API calls. Keep in mind that there are times when we need the account structure before there are any impressions fo

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-05-26 Thread Alex Parij
ty of some fields depends on the account. Thanks On May 26, 10:21 am, Alex Parij wrote: > Hi , > > I just read the new docs for 201003 beta  and I could not find > Structure report . > Are there any plans to include it in the next version or is it going > to be deprecated with v13

v201003 beta , ReportDefinitionService- Structure report not included ?

2010-05-26 Thread Alex Parij
Hi , I just read the new docs for 201003 beta and I could not find Structure report . Are there any plans to include it in the next version or is it going to be deprecated with v13 ? Thanks ! Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: getting internal error when requesting download url for structure report

2010-05-12 Thread AdWords API Advisor
Hi, There is a known issue with downloading reports on some accounts. The core engineering team is aware of the problem and the problem should be resolved within the next few days. Best, - Eric Koleda, AdWords API Team On May 10, 8:29 pm, Kevin wrote: > Hi, > > I'm getting internal error when

getting internal error when requesting download url for structure report

2010-05-10 Thread Kevin
Hi, I'm getting internal error when calling: getGzipReportDownloadUrl. RequestID: f3ac82783f47760dc6672adf9568ed22 AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.generalException faultSubcode: faultString: An internal error has occurred. Please retry your request. fa

structure report

2010-04-28 Thread Malte
ight be no solution for this bug, so here is my further question: Might the last entry in a structure report the current object at google? In another way: When I get the a campaign structure report as down below, is it sure that the current buget of the campaign is 3

AdWords API Re: Structure report: recognizing inherited CPC bids at keyword level

2010-04-16 Thread Sander Agricola @ Traffic4u
Anyone?? This is still a big problem for us... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=

AdWords API Structure report: recognizing inherited CPC bids at keyword level

2010-04-02 Thread Sander Agricola @ Traffic4u
Situation: I download a keyword and creative structure report, with this reports i build a complete copy of the account in my database. Changes made in Adwords will also be made in my local copy of the account. In my software it is possible to manage the account and make changes to it (pausing

AdWords API Re: Quality Scrore in Structure Report

2010-03-02 Thread DavM
s.google.com/group/adwords-api/ > browse_thread/thread/149edd3ffa3074a6#) - in 2008 - it would be useful > to have the QualityScore as optinal column in the Structure Report. > > With this we can get really all necessary basic informations for the > Adwords Objects over the ReportJob, so t

AdWords API Re: Are placements included in Keyword Structure report?

2010-02-26 Thread doug s
Ah, I see it now... thanks On Feb 26, 11:40 am, AdWords API Advisor wrote: > Hi Doug, > > This report will also return placements.  The field that distinguishes > the criterion type is kwType ("Keyword" vs "Website"). > > Best, > - Eric Koleda, AdWords API Team > > On Feb 25, 5:13 pm, doug s wro

AdWords API Re: Are placements included in Keyword Structure report?

2010-02-26 Thread AdWords API Advisor
Hi Doug, This report will also return placements. The field that distinguishes the criterion type is kwType ("Keyword" vs "Website"). Best, - Eric Koleda, AdWords API Team On Feb 25, 5:13 pm, doug s wrote: > I am thinking the answer is no, but wanted to confirm. > > If they are, then how can w

AdWords API Are placements included in Keyword Structure report?

2010-02-25 Thread doug s
I am thinking the answer is no, but wanted to confirm. If they are, then how can we distiguish placements ( http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Placement.html ) from keywords (http://code.google.com/apis/adwords/v2009/docs/ reference/AdGroupCriterionSer

AdWords API Structure report can't identify placements

2010-01-25 Thread DavM
Hi I'm running a structure report to get all the keywords in an account and this works great. The problem I have is identifying placements. As the structure report does not contain the field "kwSiteType" that identifies them as per AdWords API Advisor's post: http://gro

AdWords API Re: schedule structure report

2010-01-19 Thread AdWords API Advisor
only support a single aggregation type value. Best, - Eric Koleda, AdWords API Team On Jan 18, 2:27 pm, Kevin wrote: > Hi, > > Is it possible to schedule a structure report with more than 1 > aggregation type?  The documentation seems to say that we can do it: > Choose an aggregation

AdWords API schedule structure report

2010-01-18 Thread Kevin
Hi, Is it possible to schedule a structure report with more than 1 aggregation type? The documentation seems to say that we can do it: Choose an aggregationTypes value--*a set of one or more aggregation types*--to see the corresponding list of required and optional columns. This is the report I

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2010-01-12 Thread AdWords API Advisor
Regards, > > > > > > > Jeff > > > > > > > > On Nov 24, 8:22 am, AdWords API Advisor > > > > > > > > > > > > > > wrote: > > > > > > > > > Hi Jeff, > > > > > >

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2010-01-12 Thread Eric
> > > > haveMobileor Local Business Ads?  I believe that having the ads > > > > > > > in a > > > > > > > deleted campaign would also allow the column to be validated. > > > > > > > > As for the general functionality, I u

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-12-22 Thread AdWords API Advisor
nd your concern with the > > > > > > current way column validation works.  I will pass this information > > > > > > on > > > > > > to the core engineering team for further consideration. > > > > > > > Best, > > > >

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-12-18 Thread Eric
n. > > > > > > Best, > > > > > - Eric > > > > > > On Nov 22, 7:01 pm, kc wrote: > > > > > > > Eric > > > > > > > Thanks for your reply last week. > > > > > > > Unfortunately, your updat

AdWords API Re: Truncated keyword structure report

2009-12-09 Thread timprepscius
ll > > > > valid, meaning, will it close out the XML elements? > > > > > On Nov 16, 3:44 pm, AdWords API Advisor > > > > wrote: > > > > > > Hi Hans, > > > > > > How does your application download the report?  Were there any err

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-25 Thread AdWords API Advisor
n Nov 22, 7:01 pm, kc wrote: > > > > > > Eric > > > > > > Thanks for your reply last week. > > > > > > Unfortunately, your updated assertion still doesn't seem to be > > > > > correct.  I have an example of an account wh

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-24 Thread Ayup
t; > > > Best, > > > - Eric > > > > On Nov 22, 7:01 pm, kc wrote: > > > > > Eric > > > > > Thanks for your reply last week. > > > > > Unfortunately, your updated assertion still doesn't seem to be > > > &

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-24 Thread AdWords API Advisor
dated assertion still doesn't seem to be > > > correct.  I have an example of an account which has only one campaign > > > that owns 2 text ads and does not have an associated MCC attached to > > > it - yet I AM able to successfully request a Creative Structure report &

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-23 Thread Ayup
ccount which has only one campaign > > that owns 2 text ads and does not have an associated MCC attached to > > it - yet I AM able to successfully request a Creative Structure report > > for it with both BusinessName and BusinessAddress included in the > > request messag

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-23 Thread AdWords API Advisor
ect.  I have an example of an account which has only one campaign > that owns 2 text ads and does not have an associated MCC attached to > it - yet I AM able to successfully request a Creative Structure report > for it with both BusinessName and BusinessAddress included in the > requ

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-23 Thread kc
ative Structure report for it with both BusinessName and BusinessAddress included in the request message. However, I have other similar accounts for which the request fails. Re your statement "The general rule still applies though, which is that you cannot include a column in a report if the ac

AdWords API Re: Truncated keyword structure report

2009-11-18 Thread AdWords API Advisor
eport?  Were there any errors > > > > logged by your application while the report was being downloaded?  How > > > > were you able to later verify the full size of the report? > > > > > Best, > > > > - Eric Koleda, AdWords API Team > > > &g

AdWords API Re: Truncated keyword structure report

2009-11-18 Thread HK
loaded?  How > > > were you able to later verify the full size of the report? > > > > Best, > > > - Eric Koleda, AdWords API Team > > > > On Nov 16, 5:56 pm, HK wrote: > > > > > Hi, > > > > > Last week I received a truncated keywo

AdWords API Re: Truncated keyword structure report

2009-11-17 Thread AdWords API Advisor
ur application while the report was being downloaded?  How > > were you able to later verify the full size of the report? > > > Best, > > - Eric Koleda, AdWords API Team > > > On Nov 16, 5:56 pm, HK wrote: > > > > Hi, > > > > Last week I received

AdWords API Re: Truncated keyword structure report

2009-11-16 Thread HK
ed by your application while the report was being downloaded?  How > were you able to later verify the full size of the report? > > Best, > - Eric Koleda, AdWords API Team > > On Nov 16, 5:56 pm, HK wrote: > > > > > Hi, > > > Last week I received a truncate

AdWords API Re: Truncated keyword structure report

2009-11-16 Thread AdWords API Advisor
> Last week I received a truncated keyword structure report. It was > truncated at 109 MB while the full report, which now works fine, > should've been approximately 216 MB. The report id was 996485045 > and .NET failed with: > > System.Xml.XmlException: > Message: There is an

AdWords API Truncated keyword structure report

2009-11-16 Thread HK
Hi, Last week I received a truncated keyword structure report. It was truncated at 109 MB while the full report, which now works fine, should've been approximately 216 MB. The report id was 996485045 and .NET failed with: System.Xml.XmlException: Message: There is an unclosed literal s

AdWords API Re: Campaign Level Negatives in Structure Report

2009-11-16 Thread AdWords API Advisor
e.  I can see how including those keywords would be useful, > > and I'll raise the idea with the core engineering team. > > > Best, > > - Eric > > > On Oct 11, 5:21 pm, eSpinneret wrote: > > > > When I run a structure report with aggregation type of k

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-16 Thread AdWords API Advisor
nst a number of > client accounts to determine if I can prove this.  However, my > findings do not lead to this conclusion. > > The first point to make is that for ALL of the Creative Structure > report requests that I have made via the API, I have only ever made > use of the username/p

AdWords API Re: Campaign Level Negatives in Structure Report

2009-11-15 Thread ralphstevens
 pm, eSpinneret wrote: > > > > > When I run a structure report with aggregation type of keyword, I get > > everything including the negatives. However, the campaign negatives > > are not returned. Is there anything additional I need to do to get the > > campaign level n

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-13 Thread Ayup
r, my findings do not lead to this conclusion. The first point to make is that for ALL of the Creative Structure report requests that I have made via the API, I have only ever made use of the username/password login credentials that belong directly to the client account - i.e. I have NOT submitte

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-09 Thread AdWords API Advisor
BusinessName is used > when returning data for mobile ads. There are no Local Business or > Mobile ads present for the account for which my Creative Structure > report getting requested successfully. > Could you please help further here? > > -- > Thanks and Regards > S

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-09 Thread saurabh purnaye
data for mobile ads. There are no Local Business or Mobile ads present for the account for which my Creative Structure report getting requested successfully. Could you please help further here? -- Thanks and Regards Saurabh Purnaye +91-9922071155 skype: sorab_pune yahoo & gtalk: saurabh.purnaye

AdWords API Re: Determine if a keyword is using default bid in structure report

2009-11-04 Thread AdWords API Advisor
n I download a structure report for keywords I can see the bid as > maxCpc. However, if the bid for the keyword is not set I see the bid > from the adgroup. Is there any way to determine if the bid is actually > set on the keyword or on the adgroup? > > Thanks > Magnus -- You recei

AdWords API Determine if a keyword is using default bid in structure report

2009-11-04 Thread Magnus
Hi, When I download a structure report for keywords I can see the bid as maxCpc. However, if the bid for the keyword is not set I see the bid from the adgroup. Is there any way to determine if the bid is actually set on the keyword or on the adgroup? Thanks Magnus -- You received this message

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-03 Thread AdWords API Advisor
words. I am trying to fetch the > creative structure report. This is failing with the issue of > The following columns are not supported by the Report Type Structure : > [BusinessName, BusinessAddress] > I have checked with both of the accounts, the setting seems to be > same, but one

AdWords API creative structure report error : BusinessName, BusinessAddress

2009-10-30 Thread saurabh purnaye
Hi, I have two accounts setup for adwords. I am trying to fetch the creative structure report. This is failing with the issue of The following columns are not supported by the Report Type Structure : [BusinessName, BusinessAddress] I have checked with both of the accounts, the setting seems to be

AdWords API Re: Campaign Level Negatives in Structure Report

2009-10-12 Thread AdWords API Advisor
raise the idea with the core engineering team. Best, - Eric On Oct 11, 5:21 pm, eSpinneret wrote: > When I run a structure report with aggregation type of keyword, I get > everything including the negatives. However, the campaign negatives > are not returned. Is there anything additio

AdWords API Re: Campaign Level Negatives in Structure Report

2009-10-11 Thread eSpinneret
When I run a structure report with aggregation type of keyword, I get everything including the negatives. However, the campaign negatives are not returned. Is there anything additional I need to do to get the campaign level negatives (for example include or exclude certain fields)? On Oct 9, 1

AdWords API Re: Campaign Level Negatives in Structure Report

2009-10-09 Thread AdWords API Advisor
Hi, Yes, the negative campaign criteria should be returned without an AdGroupId. Best, - Eric On Oct 9, 4:30 pm, eSpinneret wrote: > Thank you very much for the quick response. Another quick question: > Since both campaign negatives and ad group negatives would have the > KeywordIsNegative set

AdWords API Re: Campaign Level Negatives in Structure Report

2009-10-09 Thread eSpinneret
Thank you very much for the quick response. Another quick question: Since both campaign negatives and ad group negatives would have the KeywordIsNegative set to true, how would you distinguish the campaign negatives from ad group negatives inside that report? Would they just have blanks for the Ad

AdWords API Re: Campaign Level Negatives in Structure Report

2009-10-09 Thread AdWords API Advisor
Hi, Yes, campaign negative criteria should be returned in the Placement / Keyword Account Structure report: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_structure.html#aggr_Keyword. Best, - Eric Koleda, AdWords API Team On Oct 9, 1:28 am, eSpinneret wrote: >

AdWords API Campaign Level Negatives in Structure Report

2009-10-08 Thread eSpinneret
Can campaign level negatives appear in structure reports? --~--~-~--~~~---~--~~ 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 fro

AdWords API Suggested & Snapshot Campaigns in Account Structure Report

2009-08-27 Thread Joel
When I request an Account Structure report, aggregated at the Campaign level, I get some rows for Campaigns that don't actually exist. The status of these are "Suggested" and "Snapshot". Here are some examples: Should these really be included? I can't see the

AdWords API Re: Account Structure Report Missing Empty Adgroups

2009-08-13 Thread AdWords API Advisor
Hi Joel, I received your email, but you prefer to answer the question here in the forum so others may benefit from the answer. The Keyword level aggregation on the account structure report is primarily designed to return a list of keywords. In this case, the campaign and ad group they belong

AdWords API Re: Account Structure Report Missing Empty Adgroups

2009-08-13 Thread joel
Thanks, I meant to say they are missing if I aggregate at the keyword level. I sent an email with the details to the adwordsapi.. email address. On Aug 12, 5:29 pm, AdWords API Advisor wrote: > Hi Joel, > > The Account Structure Report should return all Campaigns and AdGroups, >

AdWords API Re: Account Structure Report Missing Empty Adgroups

2009-08-12 Thread AdWords API Advisor
Hi Joel, The Account Structure Report should return all Campaigns and AdGroups, even those without Keywords, etc. If you are experiencing otherwise, please send me the jobId of your report as well as a list of the Campagins and AdGroups that are missing. Thanks for the feature request, I&#x

AdWords API Account Structure Report Missing Empty Adgroups

2009-08-11 Thread joel
When I run the Account Structure report aggregated at the , it only contains Adgroups & Campaigns that have Keywords in them. If I have an empty AdGroup, it's missing from the report. Is there a way I can get this report to include ALL account structures? On a related note, as a re

AdWords API Re: Difference between AdGroupMaxContentCpc and MaxContentCPC in Keyword Structure report

2009-06-16 Thread AdWords API Advisor
f Of HK > Sent: Thursday, June 11, 2009 11:14 AM > To: AdWords API Forum > Subject: AdWords API Difference between AdGroupMaxContentCpc and > MaxContentCPC in Keyword Structure report > > Hi, > > I'm curious what the difference is between AdGroupMaxContentCpc and > Max

AdWords API Re: Difference between AdGroupMaxContentCpc and MaxContentCPC in Keyword Structure report

2009-06-15 Thread Hans Ravnaas
and MaxContentCPC in Keyword Structure report Hi, I'm curious what the difference is between AdGroupMaxContentCpc and MaxContentCPC in a Structure report aggrecated by Keyword. So far these values seem to be identical and I'd like to determine under what circumstance they would differ?

AdWords API Difference between AdGroupMaxContentCpc and MaxContentCPC in Keyword Structure report

2009-06-11 Thread HK
Hi, I'm curious what the difference is between AdGroupMaxContentCpc and MaxContentCPC in a Structure report aggrecated by Keyword. So far these values seem to be identical and I'd like to determine under what circumstance they would differ? The values (identical) I'm getting

AdWords API Re: problems with get Structure Report for MCC account

2009-02-19 Thread AdWords API Advisor
Hello Yuri, As per the note at the top of the Structure Report documentation (http://code.google.com/apis/adwords/docs/developer/ adwords_api_report_structure.html), Structure Reports are available only for non-MCC accounts. You need to run them individually from the context of each sub-account

  1   2   >