I have been trying to create FeedItem from API using nodejs node-adwords 
module.I am getting 'Maximum callstack size exceeded ' error as it seems 
the format of feed item is wrong. can someone pls point me a correct format 
for feed item. below is the code that i am trying to create.


 let feedItem = {
            feedId:55897084,
            status: 'ENABLED',
            attributeValues: [{feedAttributeId: 
1,stringValue:"property_name"},{feedAttributeId:2,stringValues:["http://mywebsite.com";]]

        };

        let feedOperation = {
            operator: 'ADD',
            operand: feedItem
        };

        try {

          feedItemService.mutate({operations:[feedOperation]}, (error, Result) 
=> {
            console.log("done");
            console.log(Result);
          });

        }catch(err){
          console.log(err);
        }



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 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/cfd99a04-771e-4de5-9f5d-df1e08012e07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Google Adwords ... Nay Lin Aung
    • Re: Google... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to