Re: Internal server error in CampaignCriterionService

2014-06-25 Thread Andreas Weber
Hi Ray,

when I increase the maximum results and set the start index to 0 the error 
occurs also. I think the error relates to a really big result set.

Thanks,
Andy

?xml version=1.0 encoding=UTF-8?

 SOAP-ENV:Envelope 
 xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;

   
  xmlns:ns1=https://adwords.google.com/api/adwords/cm/v201402;

 SOAP-ENV:Header

 ns1:RequestHeader

 ns1:clientCustomerIdXXX/ns1:clientCustomerId

 ns1:developerTokenXXX/ns1:developerToken

 ns1:userAgentXXX-2013-php-4.6.1 (AwApi-PHP/5.2.3, 
 Common-PHP/5.2.3, PHP/5.4.9-4ubuntu2.4)

 /ns1:userAgent

 /ns1:RequestHeader

 /SOAP-ENV:Header

 SOAP-ENV:Body

 ns1:get

 ns1:serviceSelector

 ns1:fieldsAddress/ns1:fields

 ns1:fieldsAgeRangeType/ns1:fields

 ns1:fieldsArgument/ns1:fields

 ns1:fieldsBidModifier/ns1:fields

 ns1:fieldsCampaignId/ns1:fields

 ns1:fieldsCarrierCountryCode/ns1:fields

 ns1:fieldsCarrierName/ns1:fields

 ns1:fieldsContentLabelType/ns1:fields

 ns1:fieldsCriteriaType/ns1:fields

 ns1:fieldsDayOfWeek/ns1:fields

 ns1:fieldsDeviceName/ns1:fields

 ns1:fieldsDeviceType/ns1:fields

 ns1:fieldsDimensions/ns1:fields

 ns1:fieldsDisplayName/ns1:fields

 ns1:fieldsDisplayType/ns1:fields

 ns1:fieldsEndHour/ns1:fields

 ns1:fieldsEndMinute/ns1:fields

 ns1:fieldsGenderType/ns1:fields

 ns1:fieldsGeoPoint/ns1:fields

 ns1:fieldsId/ns1:fields

 ns1:fieldsIsNegative/ns1:fields

 ns1:fieldsKeywordMatchType/ns1:fields

 ns1:fieldsKeywordText/ns1:fields

 ns1:fieldsLanguageCode/ns1:fields

 ns1:fieldsLanguageName/ns1:fields

 ns1:fieldsLocationName/ns1:fields

 ns1:fieldsManufacturerName/ns1:fields

 ns1:fieldsMatchingFunction/ns1:fields

 ns1:fieldsMobileAppCategoryId/ns1:fields

 ns1:fieldsOperand/ns1:fields

 ns1:fieldsOperatingSystemName/ns1:fields

 ns1:fieldsOperatorType/ns1:fields

 ns1:fieldsOsMajorVersion/ns1:fields

 ns1:fieldsOsMinorVersion/ns1:fields

 ns1:fieldsParentLocations/ns1:fields

 ns1:fieldsPath/ns1:fields

 ns1:fieldsPlacementUrl/ns1:fields

 ns1:fieldsPlatformName/ns1:fields

 ns1:fieldsRadiusDistanceUnits/ns1:fields

 ns1:fieldsRadiusInUnits/ns1:fields

 ns1:fieldsStartHour/ns1:fields

 ns1:fieldsStartMinute/ns1:fields

 ns1:fieldsTargetingStatus/ns1:fields

 ns1:fieldsText/ns1:fields

 ns1:fieldsUserInterestId/ns1:fields

 ns1:fieldsUserInterestName/ns1:fields

 ns1:fieldsUserListId/ns1:fields

 ns1:fieldsUserListMembershipStatus/ns1:fields

 ns1:fieldsUserListName/ns1:fields

 ns1:fieldsVerticalId/ns1:fields

 ns1:fieldsVerticalParentId/ns1:fields

 ns1:predicates

 ns1:fieldCampaignId/ns1:field

 ns1:operatorEQUALS/ns1:operator

 ns1:valuesXXX/ns1:values

 /ns1:predicates

 ns1:paging

 ns1:startIndex0/ns1:startIndex

 ns1:numberResults2000/ns1:numberResults

 /ns1:paging

 /ns1:serviceSelector

 /ns1:get

 /SOAP-ENV:Body

 /SOAP-ENV:Envelope



?xml version=1.0 encoding=UTF-8?

soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;

soap:Header

ResponseHeader 
 xmlns=https://adwords.google.com/api/adwords/cm/v201402;

requestIdXXX/requestId

serviceNameCampaignCriterionService/serviceName

methodNameget/methodName

operations0/operations

responseTime1652/responseTime

/ResponseHeader

/soap:Header

soap:Body

soap:Fault

faultcodesoap:Server/faultcode

faultstringCannot construct an instance of


 com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201402.jaxbgen.FunctionArgumentOperand

because it is abstract. You are probably missing an @Uses 
 annotation while invoking public abstract


 com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201402.jaxbgen.CampaignCriterionPage


 

Re: Redirect traffic to relevant landingpage based on search terms

2014-06-25 Thread Bjorn
valuetrack only gives the option to show the keyword which only shows the 
specific keyword you've added in you're AdWords account. I want to redirect 
traffic based on search terms (not keyword) that I havent added to our 
AdWords account. Is it possible with valuetrack to show the actual keyword 
the user used in Google and not the keyword that i've added in AdWords? 

Op maandag 16 juni 2014 17:33:22 UTC+2 schreef Ray Tsang (AdWords API Team):

 Bjorn,

 Please see if the ValueTrack parameters would be helpful in getting the 
 information you need.

 https://support.google.com/adwords/answer/2375447?hl=en

 Cheers,

 Ray

 On Monday, June 16, 2014 8:50:10 AM UTC-4, Bjorn wrote:

 Is it possible to redirect visitors to the most relevant landingpage 
 based on a search term? For example when I bid broad on the keyword 'cars' 
 there will be many keyword variations that will trigger my advertisement. 
 It would be great if a search term like 'audi car' will automaticly 
 redirect the visitor to the page that is most relevant to the search query.

 In the past I used a serverside script that would fatch the keyword from 
 the HTTP_REFERER. This way it was possible to redirect the visitor to the 
 most relevant landing page based on search term. But since the recent 
 Google Update 
 http://www.seroundtable.com/google-adwords-now-not-provided-18388.html 
 it isn't possible anymore. Is there a way to do the same with the API from 
 Google?

 steps:
 1. fetch search term
 2. match with content on website
 3. if match - redirect user to relevant page
 4. if no match - redirect user to second relevant (category/home)page



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Redirect traffic to relevant landingpage based on search terms

2014-06-25 Thread Bjorn
Ray,

valuetrack only gives me the option to show the keyword I've added in our 
AdWords account. I want to redirect traffic based on search terms (not 
keywords) that I havent added to our AdWords account. Is it possible with 
valuetrack to show the actual keyword the user used in Google and not the 
keyword that i've added in AdWords? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Creating a MCC test account.

2014-06-25 Thread H
Hi Josh

Sadly that's the problem :-(

We used to have an approved developer token from our application back in 
2012, but it was later removed (probably because we stopped work on our app 
and so stopped using the API for over well over 12 months).  We now have 
time/funds to continue development, we need to build more features to abide 
by the changes in RMF, but we can't test anything.

I've re-applied for a token, but still waiting for a response from the 
team.  (Yes, I've checked spam folder for lost messages, and I've received 
no request for follow up information since application, which is probably 
almost two weeks ago now)

If I give you my MCC customer ID by private message, would you be able to 
chase our API token application?  Or can you provide a suggestion as to 
what we can do next?

Cheers
H

On Tuesday, June 24, 2014 8:36:36 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 Unfortunately the team is still working on getting it resolved. In the 
 meantime, if you have an *approved* developer token you could test your 
 code against a non-test account but avoid serving any ads by making sure 
 your campaigns are all paused.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, June 24, 2014 2:30:08 AM UTC-7, H wrote:

 Any update?

 (Sorry to chase, but we're desperate to get our coding done here!)

 On Wednesday, June 18, 2014 9:42:38 PM UTC+1, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 We're still working on fixing the test account creation process. I'll 
 update this post as soon as I have more information.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, June 18, 2014 5:58:31 AM UTC-4, H wrote:

 I'm having the exact same problem, unable to create a test mcc account, 
 and instead it creates a non-test adwords account.

 Any solution to this yet?

 Cheers
 H


 On Wednesday, June 4, 2014 3:41:53 PM UTC+1, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Hmmm...the customer ID you supplied is a regular *non-test* AdWords 
 account, not an MCC account. I just went through the flow myself and 
 found 
 that the new account I created also was a regular non-test AdWords 
 account. 
 I'll follow up on this and post an update as soon as I have more 
 information.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, June 4, 2014 4:17:12 AM UTC-4, minh...@silverlining.vn 
 wrote:

 I have the same problem when trying to create MCC test account using 
 the link 
 https://adwords.google.com/um/StartNewMccAccount?testAccount=true. 
 It's redirect me to a create page and make me verify the account with 
 email, then, after click to the verify link in the email, i still see 
 the 
 adword page with no indicator of test account. I tried quite sometimes 
 but 
 to no avail.

 My customer id:
 Customer ID: 400-582-1814

 Please make a check and help me.

 Thanks.


 Vào 03:20:49 UTC+7 Thứ tư, ngày 22 tháng một năm 2014, Adwords Test 
 đã viết:

 Hello, 

 Sorry for the delay. So I attempted to create a new test account 
 using the same link, it seems to redirect me to this new page (
 https://accounts.google.com/ServiceLogin?service=adwordshl=en-USltmpl=signuppassive=falseifr=falsealwf=truecontinue=https://adwords.google.com/um/MccSignupToken?testAccount%3Dtrueapp=MccSignupsacu=1sourceid=awosubid=ww-en-et-awhp_nelsontest_con
 )

 and that has no indication of any test account being created. This 
 was after I logged out from this current account. Should I go ahead 
 with 
 the account creation process? 

 Thanks,
 Toan

 On Friday, January 17, 2014 1:54:12 PM UTC-6, Ray Tsang (AdWords API 
 Team) wrote:

 Hi,

 Could I trouble you to create a new test account with the same 
 link?  As you create the account, please make sure you are logged out 
 and 
 you may need to use a different email address than this one.

 Thanks!
 --
 Ray Tsang (AdWords API Advisor)

 On Thursday, January 16, 2014 1:07:13 PM UTC-5, Adwords Test wrote:

 Thank you for your response. 

 I don't see any red banner or any other indications that the 
 account is a test one. The account log in is my current email 
 address. 


 On Wednesday, January 15, 2014 6:26:06 PM UTC-6, Ray Tsang 
 (AdWords API Team) wrote:

 Hi,

 The test account creation steps may look very similar to a live 
 account creation.  However, after you've created the test account 
 and 
 logged in - you should notice a red banner on the top right hand 
 corner 
 indicating that the MCC account is a test account.

 Please let me know if this isn't the case.

 Thanks!

 --
 Ray Tsang (AdWords API Advisor)


 On Tuesday, January 14, 2014 12:32:16 PM UTC-5, Adwords Test 
 wrote:

 Hello, 

 I follow this page (
 https://developers.google.com/adwords/api/docs/test-accounts) 
 to create a MCC test account. But the given link (
 https://adwords.google.com/um/StartNewMccAccount?testAccount=true) 
 takes me to another page which creates a live account. Any ideas 
 what I've 
 done wrong here? 

 Thanks!



-- 
-- 

Repeated InternalApiError.UNEXPECTED_INTERNAL_API_ERROR since last night

2014-06-25 Thread joel
Looks like our calls against the AdGroupCriterionService are failing 
frequently with InternalApiError.UNEXPECTED_INTERNAL_API_ERROR for about 
the past 8 hours (since 11pm eastern time). Are there any known issues with 
this service?

Joel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Feed items through CustomerFeedService

2014-06-25 Thread techpoint . 2015
Hi,

We have used CustomerFeedService to get all feeds from client account. But 
it returns only Location and Review feeds i.e. Placehoder type 7  8. The 
client account has Sitelink Feeds associated with campaigns but still not 
returning through Customer FeedService.

CampaignFeedService returns the sitelinks associated with campaigns but we 
want to get a list of all sitelink feeds (assigned to campaigns + not 
assigned to any campaigns)

 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.
For more options, visit https://groups.google.com/d/optout.


Re: Testing param1 and param2

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello,

You should be able to fetch existing AdParams by using a get call on the 
AdParamService 
https://developers.google.com/adwords/api/docs/reference/v201402/AdParamService.
 
You can filter on the CriterionId to fetch ad params for a specific keyword 
or group of keywords. Make sure you grab the InsertionText field so you can 
see what the old value was.

Regards,
Mike, AdWords API Team

On Tuesday, June 24, 2014 1:44:32 PM UTC-4, Karolis S. wrote:

 Hello,

 We are using Adwords API to SET parameters for thousands of keywords. 
 Reason is to dynamically insert prices in text ads from our e-store XML 
 file. (I am talking about param1 and param2).

 Script runs daily. Before SETing param1 and param2 to new values, we 
 always check locally hosted Database to ensure that values has changed from 
 the last update. And only if new values differs from last time updated 
 values, script SETs new values for param1 and param2. (This was programmed 
 to save API queries).

 About 1-2 months everything was working fine. But today I have checked in 
 Google Search that we are shown old prices and they are not updated for few 
 days. That's beacause our script got OK from API response and saved new 
 value in local DB. But in Adwords system param1 and param2 wasn't updated.. 
 I check my script log, I check soap_xml.log and I am seeing that response 
 for those SET queries were OK.. But when testing live in Google Search, I 
 see results with old param1 and param2 values..

 So, I am wondering how I can manage double check - what param1 and param2 
 are set for my keywords today. Is it possible to run any operation to get 
 those values by API and check them? Because it is impossible to check that 
 manually if I have thousands of keywords.. And I can not update all param1 
 and param2 now at once, because I have 10.000 API queries limit and to 
 update one keyword I need two requests.

 Thanks for help..


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with adding production partition in shopping campaign with API

2014-06-25 Thread aroxotest18
Hi josh,

Thank you for Your great effort my questions .

Two needs Again:

1. Add Product with Exisitng Product Partition 

createSubdivision(ProductPartition $parent = null,ProductDimension $value = 
null) ;

[0] = BiddableAdGroupCriterion Object
(
[userStatus] = 
[systemServingStatus] = 
[approvalStatus] = 
[disapprovalReasons] = 
[destinationUrl] = 
[experimentData] = 
[firstPageCpc] = 
[topOfPageCpc] = 
[qualityInfo] = 
[biddingStrategyConfiguration] = 
[bidModifier] = 
[adGroupId] = 14859042493
[criterionUse] = BIDDABLE
[criterion] = ProductPartition Object
(
[partitionType] = SUBDIVISION
[parentCriterionId] = 
[caseValue] = 
[id] = 18283950120
[type] = PRODUCT_PARTITION
[CriterionType] = ProductPartition
[_parameterMap:Criterion:private] = Array
(
[Criterion.Type] = CriterionType
)

)

[forwardCompatibilityMap] = 
[AdGroupCriterionType] = BiddableAdGroupCriterion
[_parameterMap:AdGroupCriterion:private] = Array
(
[AdGroupCriterion.Type] = AdGroupCriterionType
)

)


i knew , i have to pass the parentCriterionId  to  createSubdivision  
function,

let me know, what are the parameters i have to pass , ( if i am not get 
that parameters in above result, let me know )

2. Adding production partition and negative keywords - i done earlier using 
foreach condition

But some of Adgroups NOT HAVING Products .

is there Any delay sleep have to be added for each Adgroup Request?


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.
For more options, visit https://groups.google.com/d/optout.


Re: Feed items through CustomerFeedService

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello,

To get feeds associated with a campaign, you will need to use the 
CampaignFeedService as you mentioned. The CustomerFeedService will only 
return feeds that are set up at a customer level. If you want to see both, 
you will need to make separate calls to each service.

Regards,
Mike, AdWords API Team

On Wednesday, June 25, 2014 8:39:18 AM UTC-4, techpoi...@gmail.com wrote:

 Hi,

 We have used CustomerFeedService to get all feeds from client account. But 
 it returns only Location and Review feeds i.e. Placehoder type 7  8. The 
 client account has Sitelink Feeds associated with campaigns but still not 
 returning through Customer FeedService.

 CampaignFeedService returns the sitelinks associated with campaigns but we 
 want to get a list of all sitelink feeds (assigned to campaigns + not 
 assigned to any campaigns)

  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.
For more options, visit https://groups.google.com/d/optout.


AWQL DateRangeTypes

2014-06-25 Thread René Simon
Hi there,

I can't find a list of all DateRangeTypes. Here I mean the textual once.

There are: YESTERDAY, LAST_7_DAYS.
And CUSTOM_DATE and ALL_TIME are not supported.

So please point me to the full list of supported or existing textual 
DateRangeTypes in AWQL.

Thanks a lot.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


How many tokens are needed to retreive search volumes from Adwords API

2014-06-25 Thread Michel
Hi,


I would like to use the API to retreive search volumes. Many topics are 
describing this clearly already. The only thing I am not clear about is 
what the pricing is for this. So how much do I pay to retreive ONLY search 
volumes?

It will be used for many clients so I am looking for an answer that 
considers many search volume requests every day.

Thanks,

Michel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Adwords Snippet for productspezifische Data Ecommerce

2014-06-25 Thread Alexander Lemmert
We tryed to create the code snipped for our checkout site, to see also the 
conversions at adwords. We changed also the code like: 

 !-- Google Code for Purchase Conversion Page --
  script type=text/javascript
  /* ![CDATA[ */
  var google_conversion_id = 1234567890;
  var google_conversion_language = en_US;
  var google_conversion_format = 1;
  var google_conversion_color = 66;
  var google_conversion_label = Kauf;
  var google_conversion_value = 10;
  *if (? echo $totalValue ?) {
  var google_conversion_value = ? echo $totalValue ?
  }*
  /* ]] */ 
  /script
  script type=text/javascript
  src=//www.googleadservices.com/pagead/conversion.js
  /script
  noscript
  img height=1 width=1 border=0
  src=//www.googleadservices.com/pagead/
  conversion/1234567890/?value=
  ? echo $totalValue ?label=Kaufscript=0
  /noscript
  /body

But onything is wrong at our snipped code, please feel free to the my complete 
code here, i think also in the noscript area is a mistake.

!-- Google Code for neu06-2014 Conversion Page --
133 script type=text/javascript
134 /* ![CDATA[ */
135 var google_conversion_id = X2060;
136 var google_conversion_language = en;
137 var google_conversion_format = 3;
138 var google_conversion_color = ff;
139 var google_conversion_label = RQjUCO-MvgkQjLuk_wM;
140 if () {
141 var google_conversion_value = }
142 var google_remarketing_only = false;
143 /* ]] */
144 /script
145 script type=text/javascript 
src=//www.googleadservices.com/pagead/conversion.js
146 /scriptnoscript
147 div style=display:inline;
148 img height=1 width=1 style=border-style:none; alt= 
src=//www.googleadservices.com/pagead/conversion/1072242060/?value=label=Kaufscript=0
149 /noscript

My site is php

I m happy if somebody can help me

regards

alexander


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


What is the ID for Amount Spent

2014-06-25 Thread Crystal
I need to know the exact ID name for Amount Spent 

I went 
here: https://developers.google.com/adwords/api/docs/appendix/reports and 
couldn't find it. 

I need someone to provide me with the ID name (not the URL for reference) 
to get the data from AdWords. 

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.
For more options, visit https://groups.google.com/d/optout.


Search volume collection pricing

2014-06-25 Thread Michel
Hi,


I struggle finding the right information regarding the collection of search 
volumes. There is plenty of information from a dev point of view, but I 
can't find information regarding pricing. I want to collect search volumes 
for large amounts of keywords for many clients. I suspect this will cost 
money, but the rate sheet is not clear to me on this. Sometimes I read 
something about the first 10,000 are free or something liek that, but let's 
assume here that I will exceed this amount.

Can anybody tell me how much usage of search volume bulk collection will 
cost me?  E.g. X amount of $ per 1000 keyword requests.


Thanks a lot for your help!!

Michel



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: AWQL DateRangeTypes

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello,

It doesn't look like we've published this anywhere, which is an unfortunate 
oversight. I'm going to try to get the developers site updated with this 
list for future reference, because it is important to expose.

For now, you can try referencing the enumeration from our Java client 
library 
https://github.com/googleads/googleads-java-lib/blob/65b6b0bc9561825e5c83c576f04a606ab2f44ad1/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/jaxb/v201309/ReportDefinitionDateRangeType.java,
 
which is hopefully complete.

Regards,
Mike, AdWords API Team

On Wednesday, June 25, 2014 2:56:19 AM UTC-4, René Simon wrote:

 Hi there,

 I can't find a list of all DateRangeTypes. Here I mean the textual once.

 There are: YESTERDAY, LAST_7_DAYS.
 And CUSTOM_DATE and ALL_TIME are not supported.

 So please point me to the full list of supported or existing textual 
 DateRangeTypes in AWQL.

 Thanks a lot.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Semantics of the Status field on AdGroups and AdGroupCriterions

2014-06-25 Thread Dan
Hi Danial,

Does that mean I have to use the ReportDownloader API, instead of the 
AdGroupService and AdGroupCriterionService?

Is it true that the ReportDownloader could return data that is a few hours 
old, whereas AdGroupService and AdGroupCriterionService will always return 
up to date data (e.g. if an adgroup was created a few minutes ago, it will 
be present in the AdGroupService results but perhaps not in the 
ReportDownloader results)

Thanks :)

On Tuesday, 24 June 2014 10:31:33 UTC+1, Danial Klimkin wrote:

 Hello Dan,


 Both AdGroup and Criteria performance reports have CampaignStatus field 
 you can retrieve and filter on.


 -Danial, AdWords API Team.


 On Monday, June 23, 2014 8:07:08 PM UTC+4, Dan wrote:

 Hi,

 On AdGroups and AdGroupCriterions there is a Status field which can be 
 ENABLED, PAUSED or DELETED.

 However, it appears that if e.g. the parent campaign is PAUSED, the child 
 AdGroup status field could be ENABLED (even though in reality, the adgroup 
 is paused because the parent is paused).

 Is there a way to find the *actual *state of the AdGroup without 
 checking the parent?

 A related question: I want to retrieve all non-deleted, enabled AdGroups. 
 It appears that to do this I first need to retrieve all non-deleted, 
 enabled Campaigns and then use the campaign ids in a predicate:

 SelectorBuilder builder = new SelectorBuilder()
 .fields(Status)
 .notEquals(Status, DELETED)
 .in(CampaignId, adwordsCampaignIds.toArray(new 
 String[adwordsCampaignIds.size()]));

 Is there a way to make this query without retrieving the parent campaigns 
 first? It feels like there should be a simple way to get all enabled 
 AdGroups. (and similar for keywords/AdGroupCriterions - in this case I need 
 to use 3 select operations: to retrieve all campaigns AND all adgroups AND 
 all keywords. In fact, if there are more than 10,000 adgroups then I get a 
 TOO_MANY_PREDICATES error, so I may end up using 10 operations just to 
 retrieve the active keywords!)

 Thanks for any advice :)




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How many tokens are needed to retreive search volumes from Adwords API

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello Michel,

Usage of the AdWords API is free if your developer token is approved. You 
can read more about this and our legacy pricing on our rate sheet 
https://developers.google.com/adwords/api/docs/ratesheet.

If you are talking about collecting search volume stats from the 
TrafficEstimatorService 
https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService,
 
then you should take a look at our Required Minimum Functionality 
https://developers.google.com/adwords/api/docs/requirements. Based on the 
section on this service, you are not able to only implement this service 
and do nothing else with the API. Rather, you would need to implement an 
app that uses most of the API features, including creation, management, and 
reporting.

Regards,
Mike, AdWords API Team

On Tuesday, June 24, 2014 12:37:16 PM UTC-4, Michel wrote:

 Hi,


 I would like to use the API to retreive search volumes. Many topics are 
 describing this clearly already. The only thing I am not clear about is 
 what the pricing is for this. So how much do I pay to retreive ONLY search 
 volumes?

 It will be used for many clients so I am looking for an answer that 
 considers many search volume requests every day.

 Thanks,

 Michel


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: What is the ID for Amount Spent

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello,

In our various performance reports, I believe the column that most closely 
corresponds to what you're asking for is Cost. If this is not what you 
wanted, please give me more information about what kind of report you're 
running and what kind of information you are looking to get.

Regards,
Mike, AdWords API Team

On Tuesday, June 24, 2014 2:09:03 PM UTC-4, Crystal wrote:

 I need to know the exact ID name for Amount Spent 

 I went here: 
 https://developers.google.com/adwords/api/docs/appendix/reports and 
 couldn't find it. 

 I need someone to provide me with the ID name (not the URL for reference) 
 to get the data from AdWords. 

 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.
For more options, visit https://groups.google.com/d/optout.


Re: API support?

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello,

You can post on this forum for support, just like you have been. The 
information you need to supply is going to depend on what issue you're 
facing. Do not post any secure information in the forum, however. This 
includes things like developer token, refresh token, access token, client 
secret, and client id. Do not post any of those things. If necessary, we 
can take the conversation to a private email chain if you need to provide 
us that information to troubleshoot.

You have another thread for this specific issue, so I would prefer to 
handle anything else regarding that issue in the other thread.

Regards,
Mike, AdWords API Team

On Wednesday, June 25, 2014 3:51:17 AM UTC-4, Karolis S. wrote:

 Hi,

 I have issue with Adwords API. I am using Ad Parameters (param1 and 
 param2) in my text ads, but they are being updated for more then two 
 weeks.. My script works normally. Logs shows OK as responses from Google 
 API, but I still see very old values in param1 and param2..

 How I should contact Adwords API support? What information I have to 
 provide? Account ID, or smth more?

 I have keywords IDs and all necessary logs to prove issue is on Google 
 side...

 Thank you for help.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Testing param1 and param2

2014-06-25 Thread Karolis S.
Hello Michael,

As I mentioned in other thread, we have issue with param1 and param2. 
It seems something got stuck in Adwords engine, because we are daily 
updating these params with our script, but when previewing in search (live) 
I see old param values that were set on 2014-05-09 .. from that date, 
param1 and param2 is not updated to new values.

We checked by keyword Id in soap_xml.log file and we see that response 
from Adwords API was OK that day, but values are still old when previewing..

Could you please help us to solve that issue? I can send example keyword 
ID, account ID, other information you need to identify by in private 
message. Just give me a short message how to do this.

Regards,

On Tuesday, June 24, 2014 8:44:32 PM UTC+3, Karolis S. wrote:

 Hello,

 We are using Adwords API to SET parameters for thousands of keywords. 
 Reason is to dynamically insert prices in text ads from our e-store XML 
 file. (I am talking about param1 and param2).

 Script runs daily. Before SETing param1 and param2 to new values, we 
 always check locally hosted Database to ensure that values has changed from 
 the last update. And only if new values differs from last time updated 
 values, script SETs new values for param1 and param2. (This was programmed 
 to save API queries).

 About 1-2 months everything was working fine. But today I have checked in 
 Google Search that we are shown old prices and they are not updated for few 
 days. That's beacause our script got OK from API response and saved new 
 value in local DB. But in Adwords system param1 and param2 wasn't updated.. 
 I check my script log, I check soap_xml.log and I am seeing that response 
 for those SET queries were OK.. But when testing live in Google Search, I 
 see results with old param1 and param2 values..

 So, I am wondering how I can manage double check - what param1 and param2 
 are set for my keywords today. Is it possible to run any operation to get 
 those values by API and check them? Because it is impossible to check that 
 manually if I have thousands of keywords.. And I can not update all param1 
 and param2 now at once, because I have 10.000 API queries limit and to 
 update one keyword I need two requests.

 Thanks for help..


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Semantics of the Status field on AdGroups and AdGroupCriterions

2014-06-25 Thread Danial Klimkin
Hello Dan,


For this particular case, yes. It is easy to fetch all the IDs you want 
with a report and then process then as you need to.

No, report data is as up to date as services and UI. Only stats can be 
delayed (though stats are not available in services and also delayed in the 
UI).


-Danial, AdWords API Team.


On Wednesday, June 25, 2014 6:38:47 PM UTC+4, Dan wrote:

 Hi Danial,

 Does that mean I have to use the ReportDownloader API, instead of the 
 AdGroupService and AdGroupCriterionService?

 Is it true that the ReportDownloader could return data that is a few hours 
 old, whereas AdGroupService and AdGroupCriterionService will always return 
 up to date data (e.g. if an adgroup was created a few minutes ago, it will 
 be present in the AdGroupService results but perhaps not in the 
 ReportDownloader results)

 Thanks :)

 On Tuesday, 24 June 2014 10:31:33 UTC+1, Danial Klimkin wrote:

 Hello Dan,


 Both AdGroup and Criteria performance reports have CampaignStatus field 
 you can retrieve and filter on.


 -Danial, AdWords API Team.


 On Monday, June 23, 2014 8:07:08 PM UTC+4, Dan wrote:

 Hi,

 On AdGroups and AdGroupCriterions there is a Status field which can be 
 ENABLED, PAUSED or DELETED.

 However, it appears that if e.g. the parent campaign is PAUSED, the 
 child AdGroup status field could be ENABLED (even though in reality, the 
 adgroup is paused because the parent is paused).

 Is there a way to find the *actual *state of the AdGroup without 
 checking the parent?

 A related question: I want to retrieve all non-deleted, enabled 
 AdGroups. It appears that to do this I first need to retrieve all 
 non-deleted, enabled Campaigns and then use the campaign ids in a predicate:

 SelectorBuilder builder = new SelectorBuilder()
 .fields(Status)
 .notEquals(Status, DELETED)
 .in(CampaignId, adwordsCampaignIds.toArray(new 
 String[adwordsCampaignIds.size()]));

 Is there a way to make this query without retrieving the parent 
 campaigns first? It feels like there should be a simple way to get all 
 enabled AdGroups. (and similar for keywords/AdGroupCriterions - in this 
 case I need to use 3 select operations: to retrieve all campaigns AND all 
 adgroups AND all keywords. In fact, if there are more than 10,000 adgroups 
 then I get a TOO_MANY_PREDICATES error, so I may end up using 10 operations 
 just to retrieve the active keywords!)

 Thanks for any advice :)




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Repeated InternalApiError.UNEXPECTED_INTERNAL_API_ERROR since last night

2014-06-25 Thread Danial Klimkin
Hello Joel,


Please send me full XML request code and full server response *over email* 
(Reply to author on the right).


-Danial, AdWords API Team.


On Wednesday, June 25, 2014 4:00:50 PM UTC+4, joel wrote:

 Looks like our calls against the AdGroupCriterionService are failing 
 frequently with InternalApiError.UNEXPECTED_INTERNAL_API_ERROR for about 
 the past 8 hours (since 11pm eastern time). Are there any known issues with 
 this service?

 Joel


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Testing param1 and param2

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello,

Have you ever successfully updated the ad params since you initially 
created them?

Please provide an example SOAP request and response from when you are 
trying to update the ad parameters. You can either sanitize it (remove your 
personal information) or respond to me privately by choosing the drop down 
arrow at the top-right of my messaged and selecting Reply to Author.

Regards,
Mike, AdWords API Team

On Wednesday, June 25, 2014 11:03:38 AM UTC-4, Karolis S. wrote:

 Hello Michael,

 As I mentioned in other thread, we have issue with param1 and param2. 
 It seems something got stuck in Adwords engine, because we are daily 
 updating these params with our script, but when previewing in search (live) 
 I see old param values that were set on 2014-05-09 .. from that date, 
 param1 and param2 is not updated to new values.

 We checked by keyword Id in soap_xml.log file and we see that response 
 from Adwords API was OK that day, but values are still old when previewing..

 Could you please help us to solve that issue? I can send example keyword 
 ID, account ID, other information you need to identify by in private 
 message. Just give me a short message how to do this.

 Regards,

 On Tuesday, June 24, 2014 8:44:32 PM UTC+3, Karolis S. wrote:

 Hello,

 We are using Adwords API to SET parameters for thousands of keywords. 
 Reason is to dynamically insert prices in text ads from our e-store XML 
 file. (I am talking about param1 and param2).

 Script runs daily. Before SETing param1 and param2 to new values, we 
 always check locally hosted Database to ensure that values has changed from 
 the last update. And only if new values differs from last time updated 
 values, script SETs new values for param1 and param2. (This was programmed 
 to save API queries).

 About 1-2 months everything was working fine. But today I have checked in 
 Google Search that we are shown old prices and they are not updated for few 
 days. That's beacause our script got OK from API response and saved new 
 value in local DB. But in Adwords system param1 and param2 wasn't updated.. 
 I check my script log, I check soap_xml.log and I am seeing that response 
 for those SET queries were OK.. But when testing live in Google Search, I 
 see results with old param1 and param2 values..

 So, I am wondering how I can manage double check - what param1 and param2 
 are set for my keywords today. Is it possible to run any operation to get 
 those values by API and check them? Because it is impossible to check that 
 manually if I have thousands of keywords.. And I can not update all param1 
 and param2 now at once, because I have 10.000 API queries limit and to 
 update one keyword I need two requests.

 Thanks for help..



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: conversions in shopping performance report

2014-06-25 Thread CFJ
+1 for requesting Device as an available field in either the Shopping 
Performance Report or the Product Partition Report
 
 
 

On Wednesday, June 18, 2014 5:33:23 PM UTC-4, GregT wrote:

 Thanks, Ray.

 Also, I meant to mention that if it'd be possible to add Device to the 
 report (it's not in all the performance reports, but is in most of them), 
 that would be really helpful as well.

 Thanks,
 Greg

 On Wednesday, June 18, 2014 11:59:40 AM UTC-6, Ray Tsang (AdWords API 
 Team) wrote:

 Greg,

 I'll take a look at this.

 Cheers,

 Ray

 On Wednesday, June 18, 2014 1:38:22 PM UTC-4, GregT wrote:

 Hi,

 We are preparing to move all our client's PLA campaigns over to shopping 
 campaigns, as required by August, since PLA campaigns will be retired then. 
  One issue we're running into is that, unlike every other performance 
 report that we use in the API, the shopping performance report does not 
 contain the fields ConversionTypeName and ConversionCategoryName, which 
 allow segmenting by individual conversion types.  This is critical 
 information for us, because many [most?] of our clients have many different 
 conversion types, and the information on what kind(s) of conversion 
 happened is very important.  Could you please add these fields to the 
 report, in matching with the other performance reports, particularly as we 
 are all going to be required to upgrade to shopping campaigns very soon?

 Thanks much,
 Greg



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: conversions in shopping performance report

2014-06-25 Thread Ray Tsang (AdWords API Team)
Hi guys,

I'll also inquire about the Device field as well.

Thanks,

Ray

On Wednesday, June 25, 2014 1:32:45 PM UTC-7, CFJ wrote:

 +1 for requesting Device as an available field in either the Shopping 
 Performance Report or the Product Partition Report
  
  
  

 On Wednesday, June 18, 2014 5:33:23 PM UTC-4, GregT wrote:

 Thanks, Ray.

 Also, I meant to mention that if it'd be possible to add Device to the 
 report (it's not in all the performance reports, but is in most of them), 
 that would be really helpful as well.

 Thanks,
 Greg

 On Wednesday, June 18, 2014 11:59:40 AM UTC-6, Ray Tsang (AdWords API 
 Team) wrote:

 Greg,

 I'll take a look at this.

 Cheers,

 Ray

 On Wednesday, June 18, 2014 1:38:22 PM UTC-4, GregT wrote:

 Hi,

 We are preparing to move all our client's PLA campaigns over to 
 shopping campaigns, as required by August, since PLA campaigns will be 
 retired then.  One issue we're running into is that, unlike every other 
 performance report that we use in the API, the shopping performance report 
 does not contain the fields ConversionTypeName and 
 ConversionCategoryName, which allow segmenting by individual conversion 
 types.  This is critical information for us, because many [most?] of our 
 clients have many different conversion types, and the information on what 
 kind(s) of conversion happened is very important.  Could you please add 
 these fields to the report, in matching with the other performance 
 reports, 
 particularly as we are all going to be required to upgrade to shopping 
 campaigns very soon?

 Thanks much,
 Greg



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Internal server error in CampaignCriterionService

2014-06-25 Thread Ray Tsang (AdWords API Team)
Andreas,

Thanks for the clarification.  Could I also trouble you to send me the 
customer Id and campaign Id in private?

Cheers,

Ray

On Wednesday, June 25, 2014 2:03:50 AM UTC-7, Andreas Weber wrote:

 Hi Ray,

 when I increase the maximum results and set the start index to 0 the error 
 occurs also. I think the error relates to a really big result set.

 Thanks,
 Andy

 ?xml version=1.0 encoding=UTF-8?

 SOAP-ENV:Envelope xmlns:SOAP-ENV=
 http://schemas.xmlsoap.org/soap/envelope/;

xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201402;

 SOAP-ENV:Header

 ns1:RequestHeader

 ns1:clientCustomerIdXXX/ns1:clientCustomerId

 ns1:developerTokenXXX/ns1:developerToken

 ns1:userAgentXXX-2013-php-4.6.1 (AwApi-PHP/5.2.3, 
 Common-PHP/5.2.3, PHP/5.4.9-4ubuntu2.4)

 /ns1:userAgent

 /ns1:RequestHeader

 /SOAP-ENV:Header

 SOAP-ENV:Body

 ns1:get

 ns1:serviceSelector

 ns1:fieldsAddress/ns1:fields

 ns1:fieldsAgeRangeType/ns1:fields

 ns1:fieldsArgument/ns1:fields

 ns1:fieldsBidModifier/ns1:fields

 ns1:fieldsCampaignId/ns1:fields

 ns1:fieldsCarrierCountryCode/ns1:fields

 ns1:fieldsCarrierName/ns1:fields

 ns1:fieldsContentLabelType/ns1:fields

 ns1:fieldsCriteriaType/ns1:fields

 ns1:fieldsDayOfWeek/ns1:fields

 ns1:fieldsDeviceName/ns1:fields

 ns1:fieldsDeviceType/ns1:fields

 ns1:fieldsDimensions/ns1:fields

 ns1:fieldsDisplayName/ns1:fields

 ns1:fieldsDisplayType/ns1:fields

 ns1:fieldsEndHour/ns1:fields

 ns1:fieldsEndMinute/ns1:fields

 ns1:fieldsGenderType/ns1:fields

 ns1:fieldsGeoPoint/ns1:fields

 ns1:fieldsId/ns1:fields

 ns1:fieldsIsNegative/ns1:fields

 ns1:fieldsKeywordMatchType/ns1:fields

 ns1:fieldsKeywordText/ns1:fields

 ns1:fieldsLanguageCode/ns1:fields

 ns1:fieldsLanguageName/ns1:fields

 ns1:fieldsLocationName/ns1:fields

 ns1:fieldsManufacturerName/ns1:fields

 ns1:fieldsMatchingFunction/ns1:fields

 ns1:fieldsMobileAppCategoryId/ns1:fields

 ns1:fieldsOperand/ns1:fields

 ns1:fieldsOperatingSystemName/ns1:fields

 ns1:fieldsOperatorType/ns1:fields

 ns1:fieldsOsMajorVersion/ns1:fields

 ns1:fieldsOsMinorVersion/ns1:fields

 ns1:fieldsParentLocations/ns1:fields

 ns1:fieldsPath/ns1:fields

 ns1:fieldsPlacementUrl/ns1:fields

 ns1:fieldsPlatformName/ns1:fields

 ns1:fieldsRadiusDistanceUnits/ns1:fields

 ns1:fieldsRadiusInUnits/ns1:fields

 ns1:fieldsStartHour/ns1:fields

 ns1:fieldsStartMinute/ns1:fields

 ns1:fieldsTargetingStatus/ns1:fields

 ns1:fieldsText/ns1:fields

 ns1:fieldsUserInterestId/ns1:fields

 ns1:fieldsUserInterestName/ns1:fields

 ns1:fieldsUserListId/ns1:fields

 ns1:fieldsUserListMembershipStatus/ns1:fields

 ns1:fieldsUserListName/ns1:fields

 ns1:fieldsVerticalId/ns1:fields

 ns1:fieldsVerticalParentId/ns1:fields

 ns1:predicates

 ns1:fieldCampaignId/ns1:field

 ns1:operatorEQUALS/ns1:operator

 ns1:valuesXXX/ns1:values

 /ns1:predicates

 ns1:paging

 ns1:startIndex0/ns1:startIndex

 ns1:numberResults2000/ns1:numberResults

 /ns1:paging

 /ns1:serviceSelector

 /ns1:get

 /SOAP-ENV:Body

 /SOAP-ENV:Envelope



 ?xml version=1.0 encoding=UTF-8?

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;

 soap:Header

 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 requestIdXXX/requestId

 serviceNameCampaignCriterionService/serviceName

 methodNameget/methodName

 operations0/operations

 responseTime1652/responseTime

 /ResponseHeader

 /soap:Header

 soap:Body

 soap:Fault

 faultcodesoap:Server/faultcode

 faultstringCannot construct an instance of

 
 com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201402.jaxbgen.FunctionArgumentOperand

 because it is abstract. You are probably missing an @Uses 
 annotation while invoking public abstract

 
 

Re: Redirect traffic to relevant landingpage based on search terms

2014-06-25 Thread Ray Tsang (AdWords API Team)
Bjorn,

Unfortunately it isn't available if it's not in the valuetrack 
documentation.

Thanks,

Ray


On Wednesday, June 25, 2014 2:18:33 AM UTC-7, Bjorn wrote:

 Ray,

 valuetrack only gives me the option to show the keyword I've added in our 
 AdWords account. I want to redirect traffic based on search terms (not 
 keywords) that I havent added to our AdWords account. Is it possible with 
 valuetrack to show the actual keyword the user used in Google and not the 
 keyword that i've added in AdWords? 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.