Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-28 Thread Def
Hi, any update on this? I think we are a lot of people experiencing the same problem. On Monday, 26 November 2018 19:34:47 UTC+1, Dannison Yao (AdWords API Team) wrote: > > Hi, > > The team is still currently working on this. I will provide updates once > available. > > Regards, > Dannison > A

Add ads with text that includes phrases like weapon names or brand names

2016-02-11 Thread abc def
Hi, to add campaigns, adgroups, ads and keywords for Google AdWords I am using the Google Adwords API. But sometimes I want to add ads with text that includes words like "blau", "Pfeife", "Aurora" or "Karabiner". This german words means the color blue, a pipe, a fancy word and a hook. But the

Re: Create and Update Sitelinks for Campaigns

2015-02-20 Thread abc def
Oh no, it's a spelling error. My code is: [...] $operation->*operand* = $campaignFeed; $operation->operator= 'ADD'; [...] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeve

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread abc def
Hi, thanks for your reply! With your help now I can add and remove Sitelinks. But I have a further problem with the matchingFunction in a CampaignFeed. Every time I do an operation withe sitelinks, I get the following error: Unmarshalling Error: cvc-enumeration-valid: Value 'ADD' is not facet-v

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread abc def
test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Create and Update Sitelinks for Campaigns

2015-02-18 Thread abc def
Here is my code: $combinedFunction = new \FeedFunction(); $combinedFunction->operator = 'IN'; $combinedFunction->lhsOperand = array($feedItemFunctionOperand, $platformFunctionOperand); $campaignFeed = new \CampaignFeed(); $campaignFeed->feedId = $sitelinksData['sitelinksFeedId']; $campaignFeed

Use Logger::LogToFile and disable the standard logging in soap_xml.log

2015-02-13 Thread abc def
Hi, i am using the adwords API PHP Library v201406 (i know there is a newer version) and i implement the following lines to log every api request in a new file: $user->LogAll() [...] \Logger::LogToFile(\Logger::$SOAP_XML_LOG, 'filename.log'); This works fine, but there is the standard logging

Re: Create and Update Sitelinks for Campaigns

2015-02-11 Thread abc def
nFeed* for a given combination of *feedId, campaignId, *and* > placeholderType*. > > Cheers, > Josh, AdWords API Team > > On Thursday, January 29, 2015 at 5:52:56 AM UTC-5, abc def wrote: >> >> Hi, >> >> I am using the adwords api v201406 (I know there is a

Create and Update Sitelinks for Campaigns

2015-01-29 Thread abc def
Hi, I am using the adwords api v201406 (I know there is a newer version) to generate campaigns, adgroups and so on. For these campaigns I will add sitelinks. To ADD the sitelinks it works fine. But sometimes I would like delete sitelinks and add new sitelinks in these campaigns. And this is my

Can't generate adgroups via the Google Adwords API (TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_DISPLAY_SELECT_CAMPAIGN)

2015-01-22 Thread abc def
Hello, I am using the Google Adwords API v201406 (i know there is a new version...) to generate campaigns, adgroups, keywords and ads. That worked fine. But now I only can generate campaigns, when I will generate adgroups for these campaigns, the is an error every time: SettingError.TARGET_AL