Skip to main content

Questions tagged [pinterest]

Pinterest is a virtual pinboard which allows you to organize and share things you find on the web. You can browse pinboards created by other people to discover new things and get inspiration from people who share your interests.

pinterest
0 votes
0 answers
28 views

Is there a way to invalidate a `conversion_token`?

I am testing some functionality with the Pinterest Conversions endpoint and I have generated a conversion_token but I want to invalidate it as I have exposed it on the web. Is there any way to do this?...
cln's user avatar
  • 1
0 votes
0 answers
33 views

I have a 'succeeded' media_id. But the Pinterest API tells me "The media_id you are trying to use has not been uploaded"

I'm trying to upload a video to pinterest. The following code returns an object as expected: const checkUploadStatusRes = await fetch( `https://api.pinterest.com/v5/media/${...
Nihir's user avatar
  • 364
0 votes
0 answers
65 views

My media is not being uploaded to Pinterest using API

I have created a workflow to create pins on Pinterest using API but the media status is always registered and not failed or succeeded. Is there something else i need to do after making request to ...
altiinberiisha's user avatar
0 votes
0 answers
36 views

Installing Pinterest Tag on Big Cartel

Big Cartel doesn't have an specific page in the coding area dedicated to "Checkout" and Pinterest is asking me to put the Pinterest tag and Checkout event tag on the "Checkout" ...
Karla Cuevas's user avatar
0 votes
0 answers
46 views

Does the Pinterest V5 API allow access to board-level data?

Specifically, could you create a report with pin data from a specified board? I have multiple brands each with multiple boards. I'd like to track the performance metrics of pins based on their board. ...
Jeremy Moore's user avatar
0 votes
0 answers
89 views

How can I get all Ids for a Pinterest board?

I'm trying to avoid using the Pinterest APIs since it seems like they have a limit, and ideally I'd be able to publically post the Chrome extension for free. It seems like Pinterest boards have Ids ...
Timotej Iliev's user avatar
2 votes
1 answer
122 views

How can I send the product IDs for an item array back to Pinterest?

I'm attempting to create a Checkout event to send to Pinterest Ads. I'm using custom javascript to transform my data, in particular I need to sum the item totals and total cart value since these are ...
Veronica Hernandez's user avatar
0 votes
0 answers
49 views

How to fetch total destination views column data from pinterest API?

I was automating something and trying to fetch pinterest report data. I want to fetch Destination views data, but current reporting endpoint of pinterest does not support Destination Views. Took the ...
vishnu devi's user avatar
0 votes
0 answers
32 views

Pinterest authentication not showing all the permissions

Why do the Pinterest API permissions not display correctly when I attempt to authenticate while already logged in? It's only after I log out and then log in again that I see all the requested ...
Mohit koker's user avatar
0 votes
2 answers
464 views

CSS Grid with uneven rows (Pinterest style) [duplicate]

I'm trying to create a grid of links (img + text) that will be 3 columns and multiple rows. The problem is that my images are not the same height, so I'm getting a result like this: I'm trying to find ...
VL Design's user avatar
0 votes
1 answer
506 views

Pinterest API V5 Create Pins With Local Images

I'm trying to make a pinner app with official Pinterest API. I completed most of the features, but I'm struggling with creating pins. I can't create a pin with my local files like: MEDIA_SOURCE = { ...
NorkQ's user avatar
  • 45
-1 votes
1 answer
170 views

How do i get rid of the padding around the widget inside the border?

The first image is what i have and the second is the result i want to accomplish. so far ive realised that disabling the two ticks (in the picture above) does the trick but how do write the css code? ...
boohoo's user avatar
  • 7
0 votes
1 answer
374 views

Navigator.share API does not share text with image on Pinterest

I am using navigator.share to pin image from reactjs app to Pinterest. But it only saves image and no description is there. On desktop i am able to save image and description using URI schema as <a ...
Nadir Hussain's user avatar
0 votes
1 answer
172 views

Hide the scrollbars and the box shadow in pinterest widget

I tried #pinterest-container [class$=_img] { display: block !important; box-shadow: none !important; border-radius: 0 !important; } #pinterest-container [class$=_col] { padding: 0; } from ...
boohoo's user avatar
  • 7
1 vote
0 answers
262 views

Get Pinterest API authorization code in Python

I am able to get my Ads API from Pinterest using the manual method of generating a authentication code using - https://www.pinterest.com/oauth/?client_id=ABC&redirect_uri=xyz.com&scope=ads:...
Ishank lakhmani's user avatar

15 30 50 per page
1
2 3 4 5
59