Hi

I have used below code it is not returning any response  Please suggest me

Below Function not return any response 
"
*customizerAttributeService.MutateCustomizerAttributes(customerId.ToString(),*
*                        new[] { textAttributeOperation });*"


Sample Code I used

CustomizerAttribute textAttribute = new CustomizerAttribute()
                {
                    Name = "Test",
                    Type = CustomizerAttributeType.Text
                };

                CustomizerAttributeOperation textAttributeOperation = new 
CustomizerAttributeOperation()
                {
                    Create = textAttribute
                };

                MutateCustomizerAttributesResponse response =
                    
customizerAttributeService.MutateCustomizerAttributes(customerId.ToString(),
                        new[] { textAttributeOperation });

                string customizerAttributeResourceName = 
response.Results[0].ResourceName;
                Console.WriteLine($"Added text customizer attribute with 
resource name" +
                    $" '{customizerAttributeResourceName}'.");

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ecbbb4a2-0103-4d94-b565-23616bc9d174n%40googlegroups.com.
  • No... Rajendra Yadav
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Rajendra Yadav
        • ... Rajendra Yadav

Reply via email to