Thanks!

I'm writing this in Python. So I'm a little confused.

Here is my code:
    criterion_operations = [
        {
            'xsi_type': 'AdGroupCriterionOperation',
            'operand': {
                'xsi_type': 'BiddableAdGroupCriterion',
                'adGroupId': i[0],
                'criterion': {
                        'id': i[1],
                },
                'userStatus': i[3],
                'finalUrls': {
                    'urls': i[5]
                },
            },
            'operator': 'SET'
        }
        for i in update_keywords]



On Monday, December 3, 2018 at 6:47:46 PM UTC-5, Peter Oliquino (AdWords 
API Team) wrote:
>
> Hi Nellle,
>
> We currently do not have a direct example, however, using the Java client 
> library, I have tried the following code snippet (setting its final URL as 
> a new instance of a UrlList) to remove the current values of my test 
> account's finalUrl.
>
> UrlList urlList = new UrlList();
> biddableAdGroupCriterion.setFinalUrls(urlList);
>
>
> Let me know if this helps.
>
> Best regards,
> Peter
> AdWords API Team
>
> On Tuesday, December 4, 2018 at 6:53:49 AM UTC+8, Nellle Rickchards wrote:
>>
>> Hello,
>>
>> I exadently uploaded our root domain as the finalURL for multiple 
>> keywords. I fix this error by removeing the finalUrl in on the keyword 
>> level so that we use the text ads final url. I tried passing "NULL" as the 
>> keyword final url but it returns and error for being to short. 
>>
>> I can't seem to find any information  on how to remove the finalURL. 
>>
>> Any help would be appreciated! 
>>
>> Thanks.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/38e02f1c-ab60-4dec-84b3-1783d778eb31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Nellle Rickchards
    • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Nellle Rickchards
        • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
          • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to