Ad group report contains entries which reference apparently not existing campaigns

2014-10-30 Thread Christian
Hi,

we have an AdWords account where the ADGROUP_PERFORMANCE_REPORT has an 
entry whose campaign ID is not part of the data returned by 
the CAMPAIGN_PERFORMANCE_REPORT or the CampaignService endpoint. The 
campaign also is not listed in the AdWords web interface but it _is 
visible_ when the corresponding ID is put into the page URL (the campaign 
status shown there is Paused). I can post account and campaign IDs in 
private if needed.

Is this regular API behavior one has to deal with or is this an issue in 
the API?

Best,

Christian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3d185c36-8b56-4378-b908-6a062044181f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: typo in bidding scheme definition

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi Luca,

You're absolutely correct - this was a typo in the v201406 
https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.PageOnePromotedBiddingSchemeand
 
v201402 
https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService.PageOnePromotedBiddingScheme
 
versions of the *PageOnePromotedBiddingScheme* type. It has been fixed in 
v201409 
https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.PageOnePromotedBiddingScheme
 -- 
see the *Minor cleanups* section of the v201409 release notes 
https://developers.google.com/adwords/api/docs/reference/.

Cheers,
Josh, AdWords API Team

On Tuesday, October 28, 2014 1:34:04 PM UTC-4, Luca Fiaschi wrote:

 Hi,
 I just noticed a typo in the bidding scheme definition.

 API_VERSION = v201406
 googleads version = 1.0.7

 Trying to upload a bidding scheme, this request works fine, with Constained 
 misspelled


 biddingScheme = {
 'xsi_type': 'PageOnePromotedBiddingScheme',
 'strategyGoal': strategy_goal,
 'bidCeiling': {'microAmount':microAmount},
 'bidModifier': bid_modifier,
 'bidChangesForRaisesOnly': bid_changes_for_raises_only,
 'raiseBidWhenBudgetConstained': raise_bid_when_budget_constrained,
 'raiseBidWhenLowQualityScore': raise_bid_when_low_quality_score
 }

 but does not work when changed to Constrained (correct spelling) 
 complaining that the fields does not exists.

 Response:

 [(SharedBiddingStrategy){
biddingScheme = 
   (PageOnePromotedBiddingScheme){
  BiddingScheme.Type = PageOnePromotedBiddingScheme
  strategyGoal = PAGE_ONE_PROMOTED
  bidCeiling = 
 (Money){
ComparableValue.Type = Money
microAmount = 400
 }
  bidModifier = 1.2004768
  bidChangesForRaisesOnly = True
  raiseBidWhenBudgetConstained = False
  raiseBidWhenLowQualityScore = True
   }
id = 614000238
name = DEAFULT_TOP_PAGE_PROMOTED
status = ENABLED
type = PAGE_ONE_PROMOTED
  }]


 I am not sure whether this was fixed in the new release,
 Best




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a2c5fded-3e21-4382-94fc-23e23923efb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: query regarding the google adwords api

2014-10-30 Thread Kiran Kumar
Hello,

 Even i have the same query may i know the solutinon for this and how far 
can i integrate this adsense with my adwords api

On Wednesday, January 5, 2011 7:08:18 PM UTC+5:30, Saravanan D wrote:

 I want to know whether it is possible with google adsense API to perform 
 the integration with the website so that i get the ability to connect 
 variouse user accounts for rev share, create Adsense accounts if they don't 
 exist. 

 I also want to share the revenue to the selected users only via  the 
 google api. Is this possible if so, can i have this functionality 
 implemented in the sandbox account with the v201008 API set of codes.

 Kindly suggest me in this regard,

 Regards

 Saravanan


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0006cf4b-911f-42f2-8723-f5bf2b7ea5b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Click through rate bigger the 100%

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi,

There's a thorough discussion on this topic on this AdWords Community post 
https://www.en.adwords-community.com/t5/Basics-for-New-Advertisers/When-CTR-is-Above-100/m-p/53200/highlight/true#M5631.
 
If you have further questions I'd recommend replying to that post, as this 
issue is not specific to the API.

Thanks,
Josh, AdWords API Team

On Wednesday, October 29, 2014 5:38:22 AM UTC-4, Kristopher Windsor wrote:

 I have seen what is probably the same issue in the Adwords UI, where for a 
 particular placement, I can get 1 impressions 3 clicks for example.


 On Tuesday, October 28, 2014 3:27:30 PM UTC-7, Luca Fiaschi wrote:

 Hi,
 Pulling a keyword performance report

SELECT  Clicks, Conversions, Cost, ConversionValue,Impressions, Id, 
 KeywordText, Ctr,
 AdGroupName, AccountDescriptiveName, MaxCpc, AverageCpc
 FROM KEYWORDS_PERFORMANCE_REPORT
 WHERE Id != 300 AND Id != 306 AND Impressions  0 AND 
 AdGroupStatus=ENABLED AND CampaignStatus=ENABLED AND Status=ENABLED
 DURING 20140926, 20141026


 I noticed several keywords with CTR above 100% (even 200%) how is this 
 possible?

 I tried to compute ctr as click/impression and the value returned by the 
 API and both are the same: which means impressions below the number of 
 clicks ! 






-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/78be7388-1fd3-4795-bb7e-bb5ae4db9d6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NPE in OAUTH

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi Gopi,

Are you using the latest version of the Java client library and its 
dependencies? Specifically, there is a new version of the OAuth library 
that fixes this NPE -- see issue 19 
https://github.com/googleads/googleads-java-lib/issues/19.

Cheers,
Josh, AdWords API Team

On Tuesday, October 28, 2014 6:37:43 PM UTC-4, Gopi wrote:


 While migrating to 201409, i am seeing the below exception with OAUTH. I 
 verified the client ID and client secret, they are passed correctly. Is 
 there any thing else i need to verify for this.

 Using the Refresh token generatedby GetRefreshToken sample code.

 Credential credential = new OfflineCredentials.Builder()
   .forApi(OfflineCredentials.Api.ADWORDS)
   .withClientSecrets(clientId, clientSecret)
   .withRefreshToken(refreshToken)
   .build()
   .generateCredential();

 java.lang.NullPointerException
 at 
 com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
 at 
 com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)
 at 
 com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:92)
 at 
 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)
 at 
 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)
 at 
 com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)
 at 
 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
 at 
 com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
 at 
 com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)
 at 
 com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:362)
 at 
 com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)
 at 
 com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)
 at 
 com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)

 Thanks
 Gopi


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0d344e10-0475-48a5-b739-b7935c265a94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why do cost values come with zeros and without decimals?

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi,

All monetary values in reports are reported in micros. Please see the Reporting 
Concepts guide 
https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money
 for 
further details and examples.

Cheers,
Josh, AdWords API Team

On Thursday, October 30, 2014 12:14:26 AM UTC-4, Ricardo Buitrago wrote:

 Hello, we noticed that when requesting cost values, these are coming with 
 a lot of zeros at the end and when they have decimals, they are not coming 
 with decimals. 

 *Here is an example: http://screencast.com/t/ZneHQ0Lg8pGV 
 http://screencast.com/t/ZneHQ0Lg8pGV*

 How can we fix this?

 Thanks in advance.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b74a3a01-4c00-481f-861c-94c6899662b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group report contains entries which reference apparently not existing campaigns

2014-10-30 Thread Josh Radcliff (AdWords API Team)
Hi Christian,

Is the campaign in question an AdWords for Video or AdWords Express 
campaign, perhaps? If not, please post the campaign ID and the report 
definitions you're using and I'll investigate further. Campaign IDs aren't 
usually considered private information, but if you'd feel more comfortable 
sending it only to me you can click *Reply to Author* on this message.

Thanks,
Josh, AdWords API Team

On Thursday, October 30, 2014 6:42:07 AM UTC-4, Christian wrote:

 Hi,

 we have an AdWords account where the ADGROUP_PERFORMANCE_REPORT has an 
 entry whose campaign ID is not part of the data returned by 
 the CAMPAIGN_PERFORMANCE_REPORT or the CampaignService endpoint. The 
 campaign also is not listed in the AdWords web interface but it _is 
 visible_ when the corresponding ID is put into the page URL (the campaign 
 status shown there is Paused). I can post account and campaign IDs in 
 private if needed.

 Is this regular API behavior one has to deal with or is this an issue in 
 the API?

 Best,

 Christian


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2f7adad-37a6-423e-bac3-920e02ab3dbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: query regarding the google adwords api

2014-10-30 Thread Michael Cloonan (AdWords API Team)
Hello,

There is no built in way to integrate the AdWords API with the Adsense API, 
as far as I am aware.

Regards,
Mike, AdWords API Team

On Thursday, October 30, 2014 8:29:43 AM UTC-4, Kiran Kumar wrote:

 Hello,

  Even i have the same query may i know the solutinon for this and how far 
 can i integrate this adsense with my adwords api

 On Wednesday, January 5, 2011 7:08:18 PM UTC+5:30, Saravanan D wrote:

 I want to know whether it is possible with google adsense API to perform 
 the integration with the website so that i get the ability to connect 
 variouse user accounts for rev share, create Adsense accounts if they don't 
 exist. 

 I also want to share the revenue to the selected users only via  the 
 google api. Is this possible if so, can i have this functionality 
 implemented in the sandbox account with the v201008 API set of codes.

 Kindly suggest me in this regard,

 Regards

 Saravanan



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/934d757a-3494-45f2-86f1-01748f2bcce7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: query regarding the google adwords api

2014-10-30 Thread Kiran Kumar
Can i integrate using my adwords api account where in i can use my ads 
preset for running ?

On Thursday, October 30, 2014 6:56:28 PM UTC+5:30, Michael Cloonan (AdWords 
API Team) wrote:

 Hello,

 There is no built in way to integrate the AdWords API with the Adsense 
 API, as far as I am aware.

 Regards,
 Mike, AdWords API Team

 On Thursday, October 30, 2014 8:29:43 AM UTC-4, Kiran Kumar wrote:

 Hello,

  Even i have the same query may i know the solutinon for this and how far 
 can i integrate this adsense with my adwords api

 On Wednesday, January 5, 2011 7:08:18 PM UTC+5:30, Saravanan D wrote:

 I want to know whether it is possible with google adsense API to perform 
 the integration with the website so that i get the ability to connect 
 variouse user accounts for rev share, create Adsense accounts if they don't 
 exist. 

 I also want to share the revenue to the selected users only via  the 
 google api. Is this possible if so, can i have this functionality 
 implemented in the sandbox account with the v201008 API set of codes.

 Kindly suggest me in this regard,

 Regards

 Saravanan



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/703a6cdb-95f6-493e-b5ae-e35df675eec3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Required Minimum Functionality field conflicts

2014-10-30 Thread Peter Kingswell
anyone? :)

On Tuesday, October 28, 2014 11:42:47 AM UTC-4, Peter Kingswell wrote:

 Hi,

 I'm updating our app to follow the AdWords RMF (
 https://developers.google.com/adwords/api/docs/requirements).  RMF R.20 
 states that ClickType must be shown.  This isn't possible for us since we 
 have ReportDefinition.includeZeroImpressions set to true (which conflicts 
 with ClickType).  Another conflict is that we download 
 SearchBudgetLostImpressionShare and SearchRankLostImpressionShare, which 
 also cannot be downloaded along with ClickType.  Here's the error message 
 for the latter conflict:

 Cannot select a combination of ClickType and 
 AdvertiserExperimentId,AssistClicks,AssistClicksOverLastClicks,AssistImpressions,AssistImpressionsOverLastClicks,AverageFrequency,AveragePageviews,AverageTimeOnSite,AvgCallDurationSecs,BounceRate,Bounces,BudgetLostImpressionShare,CallDurationSecs,ClickAssistedConversionValue,ClickAssistedConversionValueLong,ClickAssistedConversionValueNonMoney,ClickAssistedConversions,ClickAssistedConversionsOverLastClickConversions,ClickReach,ContentBudgetLostImpressionShare,ContentImpressionShare,ContentLocalBidLostImpressions,ContentLocalShownImpressions,ContentLocalThrottledImpressions,ContentRankLostImpressionShare,CostPerEstimatedTotalConversion,EstimatedCrossDeviceConversions,EstimatedTotalConversionRate,EstimatedTotalConversionValue,EstimatedTotalConversionValuePerClick,EstimatedTotalConversionValuePerCost,EstimatedTotalConversions,EstimatedTotalConversionsManyPerClick,ExactMatchImpressionShare,ExternalAdChanges,ExternalBidChanges,ExternalBudgetChanges,ExternalChanges,ExternalKeywordChanges,ExternalNetworkChanges,ExternalStatusChanges,ExternalTargetingChanges,ImpressionAssistedConversionValue,ImpressionAssistedConversionValueLong,ImpressionAssistedConversionValueNonMoney,ImpressionAssistedConversions,ImpressionAssistedConversionsOverLastClickConversions,ImpressionReach,ImpressionShare,InternalAdChanges,InternalBidChanges,InternalBudgetChanges,InternalChanges,InternalKeywordChanges,InternalNetworkChanges,InternalStatusChanges,InternalTargetingChanges,LastClickConversions,LastClicks,NewVisitors,NumCalls,NumMissedCalls,NumReceivedCalls,Pageviews,PercentNewVisitors,QualityLostImpressionShare,ReachBucket,RelativeCtr,SearchBudgetLostImpressionShare,SearchExactMatchImpressionShare,SearchImpressionShare,SearchLocalBidLostImpressions,SearchLocalShownImpressions,SearchLocalThrottledImpressions,SearchRankLostImpressionShare,ValuePerEstimatedTotalConversion,VisitDuration,Visits

 So it would seem to me that our options are:
 - not download ClickType - and thus not entirely conform to the RMF
 - not download the conflicting fields (e.g. SearchRankLostImpressionShare) 
 - this would break important features in our app
 - download the data twice - once for SearchRankLostImpressionShare and 
 once for ClickType - obviously we want to avoid this (how would you merge 
 the data?  sounds difficult)

 Any advice appreciated!
 Peter


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5e36ee5d-5af1-4b06-b7df-3c8e65c01dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group report contains entries which reference apparently not existing campaigns

2014-10-30 Thread Christian
Hi Josh, thanks for the quick response.

On the face of it the campaign looks like a regular one. The campaign ID 
is 235412174.

Best,
Christian

On Thursday, October 30, 2014 1:42:10 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Christian,

 Is the campaign in question an AdWords for Video or AdWords Express 
 campaign, perhaps? If not, please post the campaign ID and the report 
 definitions you're using and I'll investigate further. Campaign IDs aren't 
 usually considered private information, but if you'd feel more comfortable 
 sending it only to me you can click *Reply to Author* on this message.

 Thanks,
 Josh, AdWords API Team

 On Thursday, October 30, 2014 6:42:07 AM UTC-4, Christian wrote:

 Hi,

 we have an AdWords account where the ADGROUP_PERFORMANCE_REPORT has an 
 entry whose campaign ID is not part of the data returned by 
 the CAMPAIGN_PERFORMANCE_REPORT or the CampaignService endpoint. The 
 campaign also is not listed in the AdWords web interface but it _is 
 visible_ when the corresponding ID is put into the page URL (the campaign 
 status shown there is Paused). I can post account and campaign IDs in 
 private if needed.

 Is this regular API behavior one has to deal with or is this an issue in 
 the API?

 Best,

 Christian



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7fea5f9-b13e-4b4e-9146-6190e0f67e89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-30 Thread Eric Maas
Hi Anash,

Were you able to find out about the uniqueness behavior on adgroups? The
201402 version is sunsetting soon, so we need to know what we have to do.

Thanks,
Eric

On Wed, Oct 22, 2014 at 4:06 PM, Eric Maas eric.stephen.m...@gmail.com
wrote:

 Thanks!

 On Tue, Oct 21, 2014 at 11:23 AM, Anash P. Oommen (AdWords API Team) 
 adwordsapiadvisor+an...@google.com wrote:

 Hi Eric,

 Campaigns don't enforce unique name in deleted items, I'll check with the
 team if the same behaviour can be extended to adgroups.

 Cheers,
 Anash


 On Monday, October 20, 2014 5:56:04 PM UTC-4, eric.ste...@gmail.com
 wrote:

 Hi Anash,

 Can you find out if the unique constraint is still going to be enforced
 going forward for removed items?  If AdWords is no longer going to allow
 you to unremove an item, it seems strange that removed items would still be
 part of the uniqueness check.  As we've described in this thread, it
 presents problems for API users, but I would also see it creating problems
 for UI users as well.  The user would try to create a new Ad Group, the UI
 would tell them they can't because the name is already used - but when the
 user goes to look for it they can't find it, or they think to look at the
 removed Ad Groups and find it there, only to find they can't change it.

 Thanks,
 Eric

 On Tue, Oct 14, 2014 at 3:54 PM, Anash P. Oommen (AdWords API Team) 
 adwordsapiadvisor+an...@google.com wrote:

 Hi David,

 The team got back to me telling that this change is not feasible, so
 you need to rename and then delete if you need to maintain unique name.

 Cheers,
 Anash


 On Friday, October 10, 2014 6:23:34 AM UTC-4, David Midgley wrote:

 Hi Anash/API Team

 Now that v201409 is released the countdown has started on the
 sunsetting of v201402 which basically means we need a workaround to this
 problem soon as v201402 is the only live version that allows the renaming
 of deleted adgroups!

 Anash, you mentioned:

 
 I've asked the team to investigate whether it is feasible to allow
 deleted adgroups and campaigns to be renamed. I'll update the thread as I
 hear from them
 

 Have you heard from the team?

 Cheers

 David

 On Thursday, 18 September 2014 14:51:46 UTC+1, Anash P. Oommen
 (AdWords API Team) wrote:

 Hi Mariusz,

 I've asked the team to investigate whether it is feasible to allow
 deleted adgroups and campaigns to be renamed. I'll update the thread as I
 hear from them,

 Cheers,
 Anash

 On Thursday, September 18, 2014 5:43:41 AM UTC-4, Mariusz wrote:

 One more thing to bear in mind is that you probably should version
 deleted adgroups. Imagine:

- user creates adgroup “test”
- then deletes it, so the system first renames it to “test_del”
and then marks as deleted
- user creates again adgroup named “test”
- user tries to delete it

 The system will fail in step 4, because it will try to rename
 adgroup to “test_del”, but that name already exists. So what you may do 
 in
 that case is to detect the error, and try to rename it to “test_del1”.

 Cheers,

 Mariusz

 On Thursday, 18 September 2014 08:24:33 UTC+1, Oliver wrote:

 Just thinking loud here, if the adgroups are deleted via your
 software, what if you rename the adgroup *before *you delete it?
 We used to use a similar approach where we appended the text _del to 
 all
 adgroup names that are about to be deleted.

 Obviously, if the adgroup is deleted via the adwords interface
 rather than your software, then the above won't help.

 Oliver


 On Wednesday, September 17, 2014 2:33:22 PM UTC+1, David Midgley
 wrote:

 Hi Anash/API Team

 I responded to your question. Is there anything else you need to
 know?

 It would be great to get an answer on this please!

 Cheers

 David

 On Monday, 15 September 2014 16:04:31 UTC+1, Anash P. Oommen
 (AdWords API Team) wrote:

 Hi David,

 If I remember correctly, the name needs to be unique in only
 active + paused items, not globally (with the new change). So if the 
 user
 deletes an adgroup with the same name, you could create one with the 
 same
 name again. Let me know if you are seeing a different behaviour, and 
 I'll
 ask the team to investigate this further.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, September 8, 2014 2:29:07 PM UTC-4, David Midgley
 wrote:

 Thanks for the quick response Anash!

 Let me explain my use case and maybe you can find a workaround?

 We are working on an optimisation application that uses a strict
 naming convention for campaign and adgroup names. If a user 
 accidentally
 deletes an adgroup, my software can't correct the error by 
 recreating the
 adgroup because if we create a new adgroup with the same name in 
 the same
 campaign we'll get a duplicate adgroup name error. Our solution to 
 this
 problem was to rename the deleted adgroup which enabled us to 
 create the
 new adgroup.

 Now that we can't rename the deleted adgroup and we can't create
 a new adgroup with the same name, how can we enforce our strict 
 

Errors while trying to update criterion labels

2014-10-30 Thread Kamil
Hey,

I can't update criterion labels data using the soap request. I am using 
your newest version of php-lib and anytime I try to send something with 
'SET' operator I get the Soap Fault error:

SoapFault exception: [soap:Server] Fault occurred while processing.

I also tried to first remove all labels and the add one I needed but, when 
I try to remove non exsiting label or add the exisitng ones, I get the 
AdGroupCritetionError (this is obvious, however I was looking for a 
workaround).
Another thing is that most of this updates are sent as is (without checking 
is there something to update in labels part) and sometimes do not change 
anything at all. Can it be a problem?

Looking forward for your reply,
Kamil K

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0eccc8a4-1b6d-4a5a-a4e2-3c9205b273b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


MCC sub accounts creation error AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2014-10-30 Thread gk
Look the yaml file:

adwords:
  client_id: 'MYCLIENTID.apps.googleusercontent.com'
  client_secret: 'HIDDEN SECRET'
  refresh_token: 'MY REFRESH TOKEN'
  user_agent: 'My UA'
  developer_token: 'MY DEV TOKEN'


I am using python (https://github.com/googleads/googleads-python-lib).

I used to be able to create sub accounts (python code):

YAML_KEY = 'adwords'
# A list of values which must be provided to use AdWords.
REQUIRED_INIT_VALUES = ('user_agent', 'developer_token')
# A list of values which may optionally be provided when using AdWords.
OPTIONAL_INIT_VALUES = ('validate_only', 'partial_failure', 
'client_customer_id', 'https_proxy')
yaml_path = '/home/kk/googleads.yaml'
kwargs = googleads.common.LoadFromStorage(
yaml_path, YAML_KEY, REQUIRED_INIT_VALUES,
OPTIONAL_INIT_VALUES)
client = adwords.AdWordsClient(**kwargs)
import random
rnum = random.randint(1, 1)
acc_name = 'Test client %d' % rnum
currency, timezone = 'EUR', 'Europe/Berlin'
operations = [{
'operator': 'ADD',
'operand': {
  'name': acc_name,
  'currencyCode': currency,
  'dateTimeZone': timezone,
}
}]
managed_customer_service = client.GetService(
'ManagedCustomerService', version='v201409')
accounts = managed_customer_service.mutate(operations)

I am getting the error:
WebFault: Server raised fault: 
'[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'null']'

I am pretty sure the code above was working . In fact I have already 
created some accounts

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/31530b23-8570-4629-b0ed-8e3491042b49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SEARCH_QUERY_PERFORMANCE_REPORT: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT

2014-10-30 Thread Akoudad Marvin
You're right and that work  !

Thank's for your response.

On Wednesday, October 29, 2014 2:31:53 PM UTC+1, Michael Cloonan (AdWords 
API Team) wrote:

 Hello,

 If you look at the error message you will see that the Trigger is the 
 field named Status. If you look at the report definition for this report 
 https://developers.google.com/adwords/api/docs/appendix/reports#search-query,
  
 you will see that there is no field named Status. You are not selecting 
 this field, but you are trying to filter on it. You can only select or 
 filter on fields that exist within the report definition.

 Regards,
 Mike, AdWords API Team

 On Tuesday, October 28, 2014 1:43:28 PM UTC-4, Akoudad Marvin wrote:

 Hello !

 I just begin to use Adwords API and more specifically the reports.

 But  SEARCH_QUERY_PERFORMANCE_REPORT doesn't work, in fact i want to get 
 Query, Clicks, etc... but i've got this error: 
 ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT (I verified this fields 
 are in the report and for information,  KEYWORDS_PERFORMANCE_REPORT works)

 Log:

 reportDefinition
   selector
 fieldsQuery/fields
 fieldsClicks/fields
 fieldsImpressions/fields
 fieldsCtr/fields
 fieldsAverageCpc/fields
 fieldsCost/fields
 fieldsAveragePosition/fields
 fieldsConversionsManyPerClick/fields
 predicates
   fieldStatus/field
   operatorNOT_IN/operator
   valuesREMOVED/values
 /predicates
 dateRange
   min20141024/min
   max20141024/max
 /dateRange
   /selector
   reportNameSearch_query_performance_report_2014_10_24/reportName
   reportTypeSEARCH_QUERY_PERFORMANCE_REPORT/reportType
   dateRangeTypeCUSTOM_DATE/dateRangeType
   downloadFormatCSV/downloadFormat
   includeZeroImpressionsfalse/includeZeroImpressions
 /reportDefinition

 Response Code: 400
 Error Message: Report download failed. Underlying errors are 
 Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 
 'Status', FieldPath = ''. 

 Any idea for help ?

 Thanks and good day.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/400887ae-9819-4804-8795-31669b6df058%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Help AuthenticationError.OAUTH_TOKEN_INVALID

2014-10-30 Thread Alexey Chapurin
Help to deal with a error AuthenticationError.OAUTH_TOKEN_INVALID
I do inquiry by an example 
https://developers.google.com/adwords/api/docs/guides/reporting

__rdxml=reportDefinition
  id11/id
selector
  fieldsCampaignId/fields
  fieldsId/fields
  fieldsImpressions/fields
  fieldsClicks/fields
  fieldsCost/fields
  predicates
fieldStatus/field
operatorIN/operator
valuesENABLED/values
valuesPAUSED/values
  /predicates
/selector
reportNameCustom Adgroup Performance Report/reportName
reportTypeADGROUP_PERFORMANCE_REPORT/reportType
dateRangeTypeLAST_7_DAYS/dateRangeType
downloadFormatCSV/downloadFormat
  /reportDefinition

with headers:

Content-Length =  726

Content-Type =   application/x-www-form-urlencoded

Authorization =  Bearer 
ya29.rgB3ZcocK-pwC7ksEClk9SU3W428m_Kw3BHwE7JJyN-sAKx84FUfO8gEh5

developerToken =  XХХХ-Х_ХХ

clientCustomerId = 111-111-

token is correct that is visible from service:

https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=MY_TOKEN

{
 issued_to: 
-1095.apps.googleusercontent.com,
 audience: 
-1095.apps.googleusercontent.com,
 user_id: 1,
 scope: https://www.googleapis.com/auth/userinfo.email 
https://www.googleapis.com/auth/userinfo.profile;,
 expires_in: 1192,
 email: m...@email.ua,
 verified_email: true,
 access_type: offline
}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f2cff18e-2710-498c-b157-0f379a6e5c99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SEARCH_QUERY_PERFORMANCE_REPORT: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT

2014-10-30 Thread Akoudad Marvin
Resolve ! I remove filter STATUS (i forget because i used for another 
Report).

On Tuesday, October 28, 2014 6:43:28 PM UTC+1, Akoudad Marvin wrote:

 Hello !

 I just begin to use Adwords API and more specifically the reports.

 But  SEARCH_QUERY_PERFORMANCE_REPORT doesn't work, in fact i want to get 
 Query, Clicks, etc... but i've got this error: 
 ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT (I verified this fields 
 are in the report and for information,  KEYWORDS_PERFORMANCE_REPORT works)

 Log:

 reportDefinition
   selector
 fieldsQuery/fields
 fieldsClicks/fields
 fieldsImpressions/fields
 fieldsCtr/fields
 fieldsAverageCpc/fields
 fieldsCost/fields
 fieldsAveragePosition/fields
 fieldsConversionsManyPerClick/fields
 predicates
   fieldStatus/field
   operatorNOT_IN/operator
   valuesREMOVED/values
 /predicates
 dateRange
   min20141024/min
   max20141024/max
 /dateRange
   /selector
   reportNameSearch_query_performance_report_2014_10_24/reportName
   reportTypeSEARCH_QUERY_PERFORMANCE_REPORT/reportType
   dateRangeTypeCUSTOM_DATE/dateRangeType
   downloadFormatCSV/downloadFormat
   includeZeroImpressionsfalse/includeZeroImpressions
 /reportDefinition

 Response Code: 400
 Error Message: Report download failed. Underlying errors are 
 Type = 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 
 'Status', FieldPath = ''. 

 Any idea for help ?

 Thanks and good day.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ba990c0f-3ceb-4963-9e91-ce6e4a32a002%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keyword Planner Tool API

2014-10-30 Thread Alex Wood
Hey Frank, 

It's going to be a total pain in the booty to pull keyword search vol from 
the API, in my opinion I'd just pull those stats 3rd party as simply put, 
google ain't givin that data no mo' without a fight

-Alex

On Wednesday, October 29, 2014 7:59:11 PM UTC-7, Frank T wrote:

 On Tuesday, October 28, 2014 9:08:22 PM UTC-7, Frank T wrote:
  Did anyone knows how to apply the keyword Planner Tool API when applying 
 it to a web based software platform? How do we apply it and is it free to 
 use the API or do we have to pay for it?
  
  Can anyone like any users use it on their own AdWords account or just 
 the admin (owner) only the one to use it for any keywords search etc? I 
 want to know how can I have my members use it since I will be the one with 
 the API account.
  
  Thanks


 Thanks for the answer, so what is the best one to use without me giving 
 some short of bids etc? All I need from this API is to track how much this 
 particular keyword/keywords is getting a searches for. Which service is 
 best to use? Without putting a bids etc?

 I just need just the keywords ideas and results like number of searches.


 Thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5c474b49-b5a4-4ffa-af61-3fef1ac35d57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


DESTINATION_URL_REPORT returns empty

2014-10-30 Thread Dudu Va'anunu
Hi,

DESTINATION_URL_REPORT is not working for us for the last 2 days.
It returns empty (only with header and totals) for all accounts.
Other reports work perfectly.

Do any of you guys use this report? have trouble with it?

Thanks,
David.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bee26a8d-56bd-4be9-b087-ec2663b04f16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread Anash P. Oommen (AdWords API Team)
Hi GDZ,

Are you sure your machine is not blocking on outgoing connections? .NET, 
for instance, limits the number of simultaneous Web connections to 2.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote:

 Hello!

 Not really a question but an observation.

 Situation: 5 AdGroups, ~500 keywords each. Keywords ADD operations are 
 batched into one mutate job for each AdGroup. So naturally 5 mutate jobs 
 total ready for execution.

 Scenario 1. Mutate jobs are executed one after another, i.e. next job 
 starts only after the previous one was finished.
 Scenario 2. Mutate jobs are executed in parallel, 5 threads are running at 
 the same time, each modifying its own AdGroup to avoid 
 CONCURRENT_MODIFICATION error.

 Naturally, we expected Scenario 2 to be much faster than Scenario 1, 
 reality is its only ~6% faster. Now trying to figure out how to speed this 
 up a bit :)

 Thank you,
 GDZ


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bf49a217-839b-4007-afc0-0cfaf287e157%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread GDZ
Absolutely no blocking. We're for example running 20 threads concurrently 
to get accounts report data without any problems... Blazing fast.



On Thursday, October 30, 2014 3:07:42 PM UTC-4, Anash P. Oommen (AdWords 
API Team) wrote:

 Hi GDZ,

 Are you sure your machine is not blocking on outgoing connections? .NET, 
 for instance, limits the number of simultaneous Web connections to 2.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote:

 Hello!

 Not really a question but an observation.

 Situation: 5 AdGroups, ~500 keywords each. Keywords ADD operations are 
 batched into one mutate job for each AdGroup. So naturally 5 mutate jobs 
 total ready for execution.

 Scenario 1. Mutate jobs are executed one after another, i.e. next job 
 starts only after the previous one was finished.
 Scenario 2. Mutate jobs are executed in parallel, 5 threads are running 
 at the same time, each modifying its own AdGroup to avoid 
 CONCURRENT_MODIFICATION error.

 Naturally, we expected Scenario 2 to be much faster than Scenario 1, 
 reality is its only ~6% faster. Now trying to figure out how to speed this 
 up a bit :)

 Thank you,
 GDZ



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b1a292ae-d6e0-4a8a-a758-cf173a3c9432%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.