On Jun 1, 2014 6:16 AM, <adwords-api@googlegroups.com> wrote:

>   Today's topic summary
>
> Group: http://groups.google.com/group/adwords-api/topics
>
>    - DistinctError.DUPLICATE_ELEMENT while updating keyword destination
>    urls with bulk BiddableAdGroupCriterion mutate
>    <#14657255549a59e6_group_thread_0> [1 Update]
>    - How to set up "Bid only" option in a display network campaing
>    <#14657255549a59e6_group_thread_1> [1 Update]
>
>   DistinctError.DUPLICATE_ELEMENT while updating keyword destination urls
> with bulk BiddableAdGroupCriterion mutate
> <http://groups.google.com/group/adwords-api/t/588a4692be8b3726>
>
>    Michael Ni <michael...@gmail.com> May 31 04:46PM -0700
>
>    I am doing bulk operations where I am updating destination urls of
>    keywords
>    {
>    :xsi_type => 'AdGroupCriterionOperation',
>    :operator => 'SET',
>    :operand => {
>    xsi_type: 'BiddableAdGroupCriterion',
>    ad_group_id: ad_group_id,
>    criterion: {
>    xsi_type: 'Keyword',
>    id: keyword_id,
>    },
>    destination_url: url,
>    }
>    }
>
>    however for some of them, I get
>
>    {:field_path=>"operations[197]",
>    :trigger=>nil,
>    :error_string=>"DistinctError.DUPLICATE_ELEMENT",
>    :api_error_type=>"DistinctError",
>    :reason=>"DUPLICATE_ELEMENT",
>    :xsi_type=>"DistinctError"}
>
>
>    my suspicion is that when a keyword is
>    :approval_status=>"PENDING_REVIEW",
>
>    that additional mutate on the same keyword will trigger this.
>
>    am i wrong?
>
>    if I am wrong, what would cause the duplicate element error? out of a
>    batch of 10000 i tried looking for another operation with the same
>    keyword
>    and couldn't find any
>
>
>
>   How to set up "Bid only" option in a display network campaing
> <http://groups.google.com/group/adwords-api/t/4ede6bb665ce2fca>
>
>    Ashish Pathak <ash...@keywordio.com> May 31 06:00AM -0700
>
>    Hello,
>
>    I wish set targeting setting = 'BID ONLY' for newly created adgroup.
>
>    operations = [{
>    'operator': 'ADD',
>    'operand': {
>    'campaignId': campaign_id,
>    'name': 'adgroup_name'
>    'status': 'ENABLED',
>    'biddingStrategyConfiguration': {
>    'bids': [
>    {
>    'xsi_type': 'CpcBid',
>    'bid': {
>    'microAmount': '1000000'
>    },
>    'TargetingSettingDetail': {
>
>    'targetAll':True
>    }
>
>    }
>    ]
>    }
>    }
>    }]
>
>    I was trying above code but its not working . Can you please provide
>    me
>    sample code how to set that?
>
>    Thank you!
>
>    Cheers,
>    Ashish Pathak
>
>
>
>    On Monday, January 20, 2014 7:40:42 PM UTC+5:30, Kim Pham wrote:
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.

Reply via email to