RE: How to get Ad type?

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Ashwanth, Thank you for reaching out. As you can see in this code snippet, expanded_dynamic_search_ad is corresponding to type 7 in the Google Ads API. So there is no issue with the data returned. As you are using the third party Node package, you could contact the package owner to raise you

How to get Ad type?

2020-04-27 Thread Ashwanth Madhav
For pulling goole ads deatils I'm using google ads api npm. Here in the link https://opteo.com/dev/google-ads-api/#ad ,Type 7 is SHOPPING_SMART_AD. But when pulling data using NPM, getting expanded_dynamic_search_ad object with type 7 ?